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.
1 parent 52b051e commit 24765fcCopy full SHA for 24765fc
gpu.Dockerfile
@@ -8,7 +8,7 @@ COPY --from=nvidia /etc/apt/sources.list.d/nvidia-ml.list /etc/apt/sources.list.
8
COPY --from=nvidia /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/cuda.gpg
9
10
# Ensure the cuda libraries are compatible with the custom Tensorflow wheels.
11
-# TODO(b/120050292): Use templating to keep in sync.
+# TODO(b/120050292): Use templating to keep in sync or COPY installed binaries from it.
12
ENV CUDA_VERSION=9.1.85
13
ENV CUDA_PKG_VERSION=9-1=$CUDA_VERSION-1
14
LABEL com.nvidia.volumes.needed="nvidia_driver"
0 commit comments