Skip to content

Commit

Permalink
re-add accidental removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 13, 2024
1 parent 5f56c64 commit 7f93054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
pip install --upgrade fiona

RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install [email protected]

USER $NB_UID

COPY arcgis_test.ipynb /opt
Expand Down

0 comments on commit 7f93054

Please sign in to comment.