summaryrefslogtreecommitdiff
path: root/Dockerfile_for_circleci_image
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-02-08 23:23:50 +0100
committerGitHub <noreply@github.com>2020-02-08 23:23:50 +0100
commit486fc4b560c61e936e6aae83ce90994f318517df (patch)
treef75967218ec073efdbbc266cb898b5f48ac62e2b /Dockerfile_for_circleci_image
parentcbe3d0d2b16e19048928ae308851c4312cca42c8 (diff)
Add tensorflow to the circleci docker image
Needed for perslay
Diffstat (limited to 'Dockerfile_for_circleci_image')
-rw-r--r--Dockerfile_for_circleci_image3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile_for_circleci_image b/Dockerfile_for_circleci_image
index b7d0dcca..ebd2f366 100644
--- a/Dockerfile_for_circleci_image
+++ b/Dockerfile_for_circleci_image
@@ -58,7 +58,8 @@ RUN pip3 install \
scikit-learn \
sphinx \
sphinx-paramlinks \
- sphinxcontrib-bibtex
+ sphinxcontrib-bibtex \
+ tensorflow
# apt clean up
RUN apt autoremove && rm -rf /var/lib/apt/lists/*