Skip to content

Commit

Permalink
add nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 30, 2024
1 parent fd0c27c commit 7dfcc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/arcgis-pangeo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER ${NB_USER}
RUN conda remove jupyterlab-link-share --name notebook
# RUN mamba uninstall jupyterlab-link-share --name notebook

RUN conda install openssl=1.1.1 --name notebook
RUN conda install openssl=1.1.1 nodejs=15.3.0 --name notebook


#RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' 'conda=22.9.0' && \
Expand Down

0 comments on commit 7dfcc8d

Please sign in to comment.