From 486fc4b560c61e936e6aae83ce90994f318517df Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sat, 8 Feb 2020 23:23:50 +0100 Subject: Add tensorflow to the circleci docker image Needed for perslay --- Dockerfile_for_circleci_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile_for_circleci_image') 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/* -- cgit v1.2.3