Skip to content

Commit

Permalink
try adding nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent b611cdb commit 96baead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ FROM pangeo/base-image:2023.01.13
# activate notebook env that pangeo base creates
RUN conda init zsh && conda init bash

# USER root

# faster solver
# RUN mamba install -n notebook --yes -c esri 'arcgis=2.0.0'
# broken here; complaining re node.js and npm
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
jupyter labextension install [email protected]

Expand Down
2 changes: 2 additions & 0 deletions images/arcgis-pangeo/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ xfce4-panel
xfce4-session
xfce4-settings
xubuntu-icon-theme
nodejs
npm
3 changes: 1 addition & 2 deletions images/arcgis-pangeo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ dependencies:
- gdal~=3.6
- geopandas
- rasterio
- jupyterlab-git
- pip
- jupytext
- bottleneck
- esri::arcgis=2.0.0
## These are needed for jupyterhub functioning
Expand All @@ -22,3 +20,4 @@ dependencies:
- jupyterlab=2.2.9
- jupyterlab-git
- jupyter-resource-usage
- jupytext

0 comments on commit 96baead

Please sign in to comment.