File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ FROM openscapes/python:f577786
5
5
6
6
USER ${NB_USER}
7
7
8
- RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' && \
9
- conda clean --all -f -y
8
+ # RUN conda install --yes -c conda-forge 'jupyterlab=2.2.9' 'conda=22.9.0 ' && \
9
+ # conda clean --all -f -y
10
10
11
- RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \
12
- conda clean --all -f -y
11
+ # RUN conda install --yes 'arcgis=2.0.0' -c esri -c conda-forge && \
12
+ # conda clean --all -f -y
13
13
14
- RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@2 && \
15
- jupyter labextension install arcgis-map-ipywidget@2.0.0
16
14
# make sure we install in the notebook environment which is default in the
17
15
# Openscapes image
18
16
COPY environment.yml arcgis-environment.yml
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ channels:
4
4
- esri
5
5
dependencies :
6
6
- jupyterlab=2.2.9
7
+ - conda=22.9.0
7
8
- esri::arcgis=2.0.0
8
9
- jupytext
You can’t perform that action at this time.
0 commit comments