replace references to personal docker hub to org docker hub (#2036) [skip ci]

This commit is contained in:
Wing Lian
2024-11-11 15:09:29 -05:00
committed by GitHub
parent f68fb71005
commit 234e94e9dd
7 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
ARG BASE_TAG=main
FROM winglian/axolotl:$BASE_TAG
FROM axolotlai/axolotl:$BASE_TAG
ENV HF_DATASETS_CACHE="/workspace/data/huggingface-cache/datasets"
ENV HUGGINGFACE_HUB_CACHE="/workspace/data/huggingface-cache/hub"