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
659bfd10
Unverified
Commit
659bfd10
authored
Jul 30, 2025
by
Charles Chen
Committed by
GitHub
Jul 30, 2025
Browse files
Add GKE's default CUDA runtime lib location to PATH and LD_LIBRARY_PATH. (#8544)
parent
67e53b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker/Dockerfile
docker/Dockerfile
+3
-0
No files found.
docker/Dockerfile
View file @
659bfd10
...
@@ -8,6 +8,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
...
@@ -8,6 +8,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \
CUDA_HOME=/usr/local/cuda \
GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ \
GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ \
NVSHMEM_DIR=/sgl-workspace/nvshmem/install
NVSHMEM_DIR=/sgl-workspace/nvshmem/install
# Add GKE default lib and bin locations.
ENV
PATH="${PATH}:/usr/local/nvidia/bin" \
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/nvidia/lib:/usr/local/nvidia/lib64"
# Set timezone and install all packages
# Set timezone and install all packages
RUN
echo
'tzdata tzdata/Areas select America'
| debconf-set-selections
\
RUN
echo
'tzdata tzdata/Areas select America'
| debconf-set-selections
\
...
...
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