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 cb4a134 commit b47cb41Copy full SHA for b47cb41
Dockerfile.tmpl
@@ -24,7 +24,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
24
FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
25
{{ end }}
26
# Keep these variables in sync if base image is updated.
27
-ENV TENSORFLOW_VERSION=2.6.0
+ENV TENSORFLOW_VERSION=2.6.2
28
29
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
30
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
0 commit comments