Skip to content

Commit b0ea49a

Browse files
committed
use non-editable install
1 parent ea485a4 commit b0ea49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY setup.py ./
2626
COPY pyproject.toml ./
2727
COPY MANIFEST.in ./
2828
COPY README.md ./
29-
RUN pip install -e .[all]
29+
RUN pip install .[all]
3030

3131
# COPY License
3232
# -----------

0 commit comments

Comments
 (0)