Skip to content

Commit

Permalink
Switch off solver classic
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 27, 2024
1 parent 2eb101c commit afe6d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffea-dask/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum -y install epel-release \
&& wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" \
&& bash Miniforge3.sh -bfp /usr/local \
&& rm -rf /tmp/mambaforge.sh \
&& conda config --set solver classic \
#&& conda config --set solver classic \
&& mamba update mamba \
&& mamba clean --all --yes \
&& rpm -e --nodeps curl bzip2 \
Expand Down
2 changes: 1 addition & 1 deletion coffea-dask/Dockerfile.almalinux9
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum -y install epel-release \
&& wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" \
&& bash Miniforge3.sh -bfp /usr/local \
&& rm -rf /tmp/mambaforge.sh \
&& conda config --set solver classic \
#&& conda config --set solver classic \
&& mamba update mamba \
&& mamba clean --all --yes \
&& yum clean all
Expand Down

0 comments on commit afe6d77

Please sign in to comment.