Skip to content

Commit

Permalink
use non-editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jan 9, 2023
1 parent ea485a4 commit b0ea49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY setup.py ./
COPY pyproject.toml ./
COPY MANIFEST.in ./
COPY README.md ./
RUN pip install -e .[all]
RUN pip install .[all]

# COPY License
# -----------
Expand Down

0 comments on commit b0ea49a

Please sign in to comment.