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,4 +1,4 @@
FROM winglian/axolotl-base:{{ BASE_TAG }}
FROM axolotlai/axolotl-base:{{ BASE_TAG }}
ENV TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6+PTX"
ENV AXOLOTL_EXTRAS="{{ AXOLOTL_EXTRAS }}"