diff --git a/finetune/Dockerfile.update b/finetune/Dockerfile.update index 7687d05..e47103e 100644 --- a/finetune/Dockerfile.update +++ b/finetune/Dockerfile.update @@ -110,8 +110,8 @@ python3 -m pip uninstall -y torch-tensorrt 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;8.9,9.0" +# install apex TORCH_CUDA_ARCH_LIST all "6.0;6.1;6.2;7.0;7.5;8.0;8.6;8.9;9.0" +ARG TORCH_CUDA_ARCH_LIST="8.0;8.6;8.9;9.0" ENV TORCH_CUDA_ARCH_LIST=${TORCH_CUDA_ARCH_LIST} RUN <