Skip to content

Commit

Permalink
temporarily opt to handle pip install manually
Browse files Browse the repository at this point in the history
  • Loading branch information
emmalu committed Apr 18, 2023
1 parent 13a9b48 commit cd25034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi

USER vscode

WORKDIR /tmp/stac_ipyleaflet
COPY . .
RUN /opt/conda/bin/pip install -e .
# WORKDIR /tmp/stac_ipyleaflet
# COPY . .
# RUN /opt/conda/bin/pip install -e .


# [Optional] Uncomment to install a different version of Python than the default
Expand Down

0 comments on commit cd25034

Please sign in to comment.