aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorTom Allsop <tom.allsop@arm.com>2023-02-02 15:42:12 +0000
committerTom Allsop <tom.allsop@arm.com>2023-02-02 15:42:12 +0000
commitf756c5179bafd98cc4e912de8c4177cc4c000519 (patch)
treeb089c00461bc677280ee53e212f98db48158b290 /docker/Dockerfile
parent6f326467592d282a67e289bb2a2c9ef9c3755a70 (diff)
downloadtosa_checker-f756c5179bafd98cc4e912de8c4177cc4c000519.tar.gz
Add support for building nightly packages
* --nightly option is now added to setup.py * TensorFlow version is now recorded in module Change-Id: Id11c8cb1ee91cfe83a93340b7bcba2667dae62f0
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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}