Skip to content

Commit

Permalink
try adding git and jupytext
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent 6e9d6ef commit b611cdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/arcgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ FROM jupyter/base-notebook:lab-2.2.9
RUN conda install --yes -c esri 'arcgis=2.0.0' && \
conda clean --all -f -y

RUN conda install --yes jupyterlab-git jupytext && \
conda clean --all -f -y

RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
jupyter labextension install [email protected]

Expand Down

0 comments on commit b611cdb

Please sign in to comment.