Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8229280a
Unverified
Commit
8229280a
authored
Oct 06, 2025
by
Simon Mo
Committed by
GitHub
Oct 07, 2025
Browse files
[Misc] Define EP kernel arch list in Dockerfile (#25635)
Signed-off-by:
Simon Mo
<
simon.mo@hey.com
>
parent
f77df946
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
8229280a
...
@@ -461,7 +461,7 @@ RUN set -eux; \
...
@@ -461,7 +461,7 @@ RUN set -eux; \
# Install EP kernels(pplx-kernels and DeepEP)
# Install EP kernels(pplx-kernels and DeepEP)
COPY
tools/ep_kernels/install_python_libraries.sh install_python_libraries.sh
COPY
tools/ep_kernels/install_python_libraries.sh install_python_libraries.sh
ENV
CUDA_HOME=/usr/local/cuda
ENV
CUDA_HOME=/usr/local/cuda
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
}
"
\
&&
bash install_python_libraries.sh
&&
bash install_python_libraries.sh
# CUDA image changed from /usr/local/nvidia to /usr/local/cuda in 12.8 but will
# CUDA image changed from /usr/local/nvidia to /usr/local/cuda in 12.8 but will
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment