Skip to content

Commit b47cb41

Browse files
authored
Upgrade TENSORFLOW_VERSION env variable
To match the `tf2-gpu.2-6:m87` version of TensorFlow installed.
1 parent cb4a134 commit b47cb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
2424
FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
2525
{{ end }}
2626
# Keep these variables in sync if base image is updated.
27-
ENV TENSORFLOW_VERSION=2.6.0
27+
ENV TENSORFLOW_VERSION=2.6.2
2828

2929
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
3030
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

0 commit comments

Comments
 (0)