Skip to content

Commit

Permalink
Update mambaforge to support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Oct 2, 2024
1 parent b722ef2 commit 8265615
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions coffea-dask/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ ENV PYTHON_VERSION=${python}
RUN yum -y install epel-release \
&& yum -y update \
&& yum -y install wget git bzip2 libgfortran which zsh emacs vim htop man man-pages \
<<<<<<< HEAD
&& curl -fsSLo Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" \
&& bash Miniforge3.sh -bfp /usr/local \
&& rm -rf Miniforge3.sh \
=======
&& curl -sSL https://github.com/conda-forge/miniforge/releases/download/latest/Mambaforge-Linux-x86_64.sh -o /tmp/mambaforge.sh \
&& bash /tmp/mambaforge.sh -bfp /usr/local \
&& rm -rf /tmp/mambaforge.sh \
>>>>>>> 254ea9d (Update mambaforge to support python 3.12)
&& mamba update mamba \
&& mamba clean --all --yes \
&& rpm -e --nodeps curl bzip2 \
Expand Down

0 comments on commit 8265615

Please sign in to comment.