Skip to content

Commit 24765fc

Browse files
committed
add comment about copying cuda libraries binaries from the tensorflow base image
1 parent 52b051e commit 24765fc

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
@@ -8,7 +8,7 @@ COPY --from=nvidia /etc/apt/sources.list.d/nvidia-ml.list /etc/apt/sources.list.
88
COPY --from=nvidia /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/cuda.gpg
99

1010
# Ensure the cuda libraries are compatible with the custom Tensorflow wheels.
11-
# TODO(b/120050292): Use templating to keep in sync.
11+
# TODO(b/120050292): Use templating to keep in sync or COPY installed binaries from it.
1212
ENV CUDA_VERSION=9.1.85
1313
ENV CUDA_PKG_VERSION=9-1=$CUDA_VERSION-1
1414
LABEL com.nvidia.volumes.needed="nvidia_driver"

0 commit comments

Comments
 (0)