From 5e79332450a1dee3a467cb43351d0a748f501759 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 16 Aug 2017 11:00:47 +0200 Subject: [PATCH] no need to install sphinx, as it is now in requirements.txt --- for_tests/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile index 3abf22ed..9228867e 100644 --- a/for_tests/Dockerfile +++ b/for_tests/Dockerfile @@ -47,9 +47,3 @@ RUN wget https://mmseqs.com/latest/mmseqs-static_sse41.tar.gz &&\ mv /tmp/mmseqs2/bin/mmseqs /usr/local/bin &&\ # remove useless files rm -r /tmp/mmseqs2 - - -# Install sphinx - -RUN pip3 install sphinx &&\ - pip3 install sphinx_rtd_theme \ No newline at end of file -- GitLab