Skip to content

Commit

Permalink
Merge pull request #4 from leap-stc/pip-install-fix
Browse files Browse the repository at this point in the history
Testing PR
  • Loading branch information
jbusecke authored Sep 27, 2024
2 parents 5b146d6 + 0abaaca commit 51661c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM quay.io/pangeo/pangeo-notebook:2024.08.18

COPY environment.yml /tmp/environment.yml

RUN mamba env update --prefix ${CONDA_DIR} --file /tmp/environment.yml
RUN mamba env update --prefix ${NB_PYTHON_PREFIX} --file /tmp/environment.yml

RUN conda list -n notebook | grep ssh

RUN ls

0 comments on commit 51661c9

Please sign in to comment.