Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86b9c87

Browse files
committedApr 6, 2024
conda too old; need to update in stages
1 parent bf563f1 commit 86b9c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎images/arcgis/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
FROM jupyter/base-notebook:lab-2.2.9
33

44
# conda is ancient in this old version of base-notebook but needed for Python 3.9
5+
RUN conda install -n base conda=22.11.1
56
RUN conda update -n base conda
67
RUN conda install -n base conda-libmamba-solver
78
RUN conda config --set solver libmamba

0 commit comments

Comments
 (0)
Please sign in to comment.