"vscode:/vscode.git/clone" did not exist on "797b20792f67d4817e34bf259f008ca127e77b89"
Unverified Commit 659bfd10 authored by Charles Chen's avatar Charles Chen Committed by GitHub
Browse files

Add GKE's default CUDA runtime lib location to PATH and LD_LIBRARY_PATH. (#8544)

parent 67e53b16
......@@ -8,6 +8,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \
GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ \
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
RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment