Skip to content

Commit

Permalink
Make an editable pip install
Browse files Browse the repository at this point in the history
This allows for much faster iteration, by simply mounting
$(pwd) into /opt/install
  • Loading branch information
yuvipanda committed Feb 4, 2024
1 parent 7ac5182 commit 0ba0689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN . /opt/conda/bin/activate && \

COPY --chown=$NB_UID:$NB_GID . /opt/install
RUN . /opt/conda/bin/activate && \
pip install /opt/install
pip install -e /opt/install

0 comments on commit 0ba0689

Please sign in to comment.