From f756c5179bafd98cc4e912de8c4177cc4c000519 Mon Sep 17 00:00:00 2001 From: Tom Allsop Date: Thu, 2 Feb 2023 15:42:12 +0000 Subject: Add support for building nightly packages * --nightly option is now added to setup.py * TensorFlow version is now recorded in module Change-Id: Id11c8cb1ee91cfe83a93340b7bcba2667dae62f0 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 4481565..4a8a68c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ ENV PYTHON_BIN_PATH=/usr/local/bin/python ENV CI_BUILD_PYTHON=/usr/local/bin/python ENV CROSSTOOL_PYTHON_INCLUDE_PATH=/usr/local/include/python/ -RUN pip install --no-cache-dir setuptools pybind11 numpy twine keyrings.alt +RUN pip install --no-cache-dir setuptools pybind11 numpy twine keyrings.alt GitPython COPY install/install_bazel.sh /install/ RUN /install/install_bazel.sh ${BAZEL_VERSION} -- cgit v1.2.1