From d4d61131b94e8504e929433aa06837d742085c38 Mon Sep 17 00:00:00 2001 From: Julien Herzen Date: Wed, 3 Feb 2021 09:42:03 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3bd9dfccf..d6ba3561a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,4 @@ ADD . /home/jovyan/work WORKDIR /home/jovyan/work -RUN pip install -q '.[all]' -RUN pip install -q -r requirements/dev.txt - +RUN pip install .['all']