Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
9c99949e
Unverified
Commit
9c99949e
authored
Aug 30, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 30, 2025
Browse files
chore: update Dockerfile (#9820)
parent
c5082f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker/Dockerfile
docker/Dockerfile
+2
-1
No files found.
docker/Dockerfile
View file @
9c99949e
...
...
@@ -94,7 +94,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel html5li
# Download source files
RUN
wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.3.9/source/nvshmem_src_cuda12-all-all-3.3.9.tar.gz
&&
\
git clone https://github.com/deepseek-ai/DeepEP.git
&&
\
cd
DeepEP
&&
git checkout
${
DEEPEP_COMMIT
}
&&
cd
..
&&
\
cd
DeepEP
&&
git checkout
${
DEEPEP_COMMIT
}
&&
sed
-i
's/#define NUM_CPU_TIMEOUT_SECS 100/#define NUM_CPU_TIMEOUT_SECS 1000/'
csrc/kernels/configs.cuh
&&
\
cd
..
&&
\
tar
-xf
nvshmem_src_cuda12-all-all-3.3.9.tar.gz
&&
\
mv
nvshmem_src nvshmem
&&
\
rm
-f
/sgl-workspace/nvshmem_src_cuda12-all-all-3.3.9.tar.gz
...
...
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