Skip to content

Commit

Permalink
try activating the conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 7, 2024
1 parent bc51612 commit 18d493b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ RUN mamba env update --name notebook -f arcgis-environment.yml && \
mamba clean --all
RUN rm arcgis-environment.yml

RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2
RUN jupyter labextension install [email protected]
SHELL ["/bin/bash", "-c"]
RUN source activate notebook \
&& jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 \
&& jupyter labextension install [email protected]

0 comments on commit 18d493b

Please sign in to comment.