We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77df94 commit 8229280Copy full SHA for 8229280
docker/Dockerfile
@@ -461,7 +461,7 @@ RUN set -eux; \
461
# Install EP kernels(pplx-kernels and DeepEP)
462
COPY tools/ep_kernels/install_python_libraries.sh install_python_libraries.sh
463
ENV CUDA_HOME=/usr/local/cuda
464
-RUN export TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-9.0a+PTX}" \
+RUN export TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-9.0a 10.0a+PTX}" \
465
&& bash install_python_libraries.sh
466
467
# CUDA image changed from /usr/local/nvidia to /usr/local/cuda in 12.8 but will
0 commit comments