We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea485a4 commit b0ea49aCopy full SHA for b0ea49a
docs/Dockerfile
@@ -26,7 +26,7 @@ COPY setup.py ./
26
COPY pyproject.toml ./
27
COPY MANIFEST.in ./
28
COPY README.md ./
29
-RUN pip install -e .[all]
+RUN pip install .[all]
30
31
# COPY License
32
# -----------
0 commit comments