diff --git a/finetune/Dockerfile.update b/finetune/Dockerfile.update index 3fc447b..d50cf7d 100644 --- a/finetune/Dockerfile.update +++ b/finetune/Dockerfile.update @@ -111,6 +111,8 @@ python3 -m pip uninstall -y apex EOT # install apex +ARG TORCH_CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.5;8.0;8.6;9.0" +ENV TORCH_CUDA_ARCH_LIST=${TORCH_CUDA_ARCH_LIST} RUN <