Skip to content

Commit 8229280

Browse files
authored
[Misc] Define EP kernel arch list in Dockerfile (#25635)
Signed-off-by: Simon Mo <simon.mo@hey.com>
1 parent f77df94 commit 8229280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ RUN set -eux; \
461461
# Install EP kernels(pplx-kernels and DeepEP)
462462
COPY tools/ep_kernels/install_python_libraries.sh install_python_libraries.sh
463463
ENV CUDA_HOME=/usr/local/cuda
464-
RUN export TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-9.0a+PTX}" \
464+
RUN export TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-9.0a 10.0a+PTX}" \
465465
&& bash install_python_libraries.sh
466466

467467
# CUDA image changed from /usr/local/nvidia to /usr/local/cuda in 12.8 but will

0 commit comments

Comments
 (0)