Skip to content

Commit

Permalink
slim down more and remove arcgis
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent 8f1884f commit 0aaae32
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 4 additions & 3 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ FROM pangeo/base-image:2023.01.13
# activate notebook env that pangeo base creates
RUN conda init zsh && conda init bash

USER ${NB_USER}

# broken here; complaining re node.js and npm
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
jupyter labextension install [email protected]
#RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
# jupyter labextension install [email protected]

USER ${NB_USER}

WORKDIR ${HOME}
2 changes: 0 additions & 2 deletions images/arcgis-pangeo/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ xfce4-panel
xfce4-session
xfce4-settings
xubuntu-icon-theme
nodejs
npm
9 changes: 8 additions & 1 deletion images/arcgis-pangeo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ channels:
- conda-forge
dependencies:
- python=3.9
- esri::arcgis=2.0.0
# - esri::arcgis=2.0.0
## These are needed for jupyterhub functioning
- jupyterhub-singleuser
- jupyter-server-proxy
- jupyter-vscode-proxy
- ipywidgets
- jupyterlab=2.2.9
- jupyterlab-git
- jupyterlab-favorites
- jupyter-resource-usage
- conda-lock
- code-server >=3.2
## needed for installing jupyterlab-widgets
- nodejs

0 comments on commit 0aaae32

Please sign in to comment.