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-base
FROM winglian/axolotl-base:$BASE_TAG
FROM axolotlai/axolotl-base:$BASE_TAG
ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6+PTX"
ARG AXOLOTL_EXTRAS=""