Skip to content

Commit

Permalink
pin jupyterlab to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent a452ad6 commit 892d029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ FROM openscapes/python:f577786

USER ${NB_USER}

RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' && \
conda clean --all -f -y

RUN conda install --yes -c esri 'arcgis=2.0.0' && \
conda clean --all -f -y

Expand Down

0 comments on commit 892d029

Please sign in to comment.