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 cc621dc commit 7f7c97dCopy full SHA for 7f7c97d
tools/build_dev_container.sh
@@ -4,7 +4,7 @@ set -x -e
4
5
DOCKER_BUILDKIT=1 docker build \
6
-f tools/docker/dev_container.Dockerfile \
7
- --build-arg TF_VERSION=2.2.0 \
+ --build-arg TF_VERSION=2.3.0 \
8
--build-arg TF_PACKAGE=tensorflow-cpu \
9
--target dev_container_cpu \
10
-t tfaddons/dev_container:latest-cpu ./
0 commit comments