Skip to content

Commit e5c7ebd

Browse files
authored
Merge pull request #801 from Kaggle/fix-nvidia-smi
Fix nvidia-smi in notebook environment.
2 parents aa81385 + ccc7e16 commit e5c7ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV CUDA_VERSION=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION.$CUDA_PATCH_VERSION
2222
ENV CUDA_PKG_VERSION=$CUDA_MAJOR_VERSION-$CUDA_MINOR_VERSION=$CUDA_VERSION-1
2323
LABEL com.nvidia.volumes.needed="nvidia_driver"
2424
LABEL com.nvidia.cuda.version="${CUDA_VERSION}"
25-
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
25+
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/bin:${PATH}
2626
# The stub is useful to us both for built-time linking and run-time linking, on CPU-only systems.
2727
# When intended to be used with actual GPUs, make sure to (besides providing access to the host
2828
# CUDA user libraries, either manually or through the use of nvidia-docker) exclude them. One

0 commit comments

Comments
 (0)