File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ RUN mkdir ${HOME}/conda
56
56
RUN ${HOME}/Miniconda3-latest-Linux-$(uname -m).sh -f -b -p ${HOME}/conda
57
57
RUN ${HOME}/conda/condabin/conda init
58
58
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
+
59
64
# # Install SysML
60
65
RUN tar xzf ${RELEASE}.tar.gz
61
66
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ RUN mkdir ${HOME}/conda
56
56
RUN ${HOME}/Miniconda3-latest-Linux-$(uname -m).sh -f -b -p ${HOME}/conda
57
57
RUN ${HOME}/conda/condabin/conda init
58
58
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
+
59
64
## Install SysML
60
65
RUN tar xzf ${RELEASE}.tar.gz
61
66
You can’t perform that action at this time.
0 commit comments