We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf7794 commit d4d6113Copy full SHA for d4d6113
Dockerfile
@@ -23,6 +23,4 @@ ADD . /home/jovyan/work
23
24
WORKDIR /home/jovyan/work
25
26
-RUN pip install -q '.[all]'
27
-RUN pip install -q -r requirements/dev.txt
28
-
+RUN pip install .['all']
0 commit comments