Skip to content

Commit b42625b

Browse files
committed
apply #13 to the other two dockerfiles
1 parent 2b9e003 commit b42625b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ RUN mkdir ${HOME}/conda
5656
RUN ${HOME}/Miniconda3-latest-Linux-$(uname -m).sh -f -b -p ${HOME}/conda
5757
RUN ${HOME}/conda/condabin/conda init
5858

59+
## Use a different solver to avoid conda hanging
60+
RUN ${HOME}/conda/condabin/conda update conda
61+
RUN ${HOME}/conda/condabin/conda install -n base conda-build conda-libmamba-solver
62+
RUN ${HOME}/conda/condabin/conda config --set solver libmamba
63+
5964
## Install SysML
6065
RUN tar xzf ${RELEASE}.tar.gz
6166

Dockerfile.hub

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ RUN mkdir ${HOME}/conda
5656
RUN ${HOME}/Miniconda3-latest-Linux-$(uname -m).sh -f -b -p ${HOME}/conda
5757
RUN ${HOME}/conda/condabin/conda init
5858

59+
## Use a different solver to avoid conda hanging
60+
RUN ${HOME}/conda/condabin/conda update conda
61+
RUN ${HOME}/conda/condabin/conda install -n base conda-build conda-libmamba-solver
62+
RUN ${HOME}/conda/condabin/conda config --set solver libmamba
63+
5964
## Install SysML
6065
RUN tar xzf ${RELEASE}.tar.gz
6166

0 commit comments

Comments
 (0)