We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa81385 + ccc7e16 commit e5c7ebdCopy full SHA for e5c7ebd
gpu.Dockerfile
@@ -22,7 +22,7 @@ ENV CUDA_VERSION=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION.$CUDA_PATCH_VERSION
22
ENV CUDA_PKG_VERSION=$CUDA_MAJOR_VERSION-$CUDA_MINOR_VERSION=$CUDA_VERSION-1
23
LABEL com.nvidia.volumes.needed="nvidia_driver"
24
LABEL com.nvidia.cuda.version="${CUDA_VERSION}"
25
-ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
+ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/bin:${PATH}
26
# The stub is useful to us both for built-time linking and run-time linking, on CPU-only systems.
27
# When intended to be used with actual GPUs, make sure to (besides providing access to the host
28
# CUDA user libraries, either manually or through the use of nvidia-docker) exclude them. One
0 commit comments