Skip to content

Commit

Permalink
Update mamba installation version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 13, 2024
1 parent 517f197 commit cbf1536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions coffea-base/Dockerfile.almalinux9
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ ENV PYTHON_VERSION=${python}
RUN yum -y install epel-release \
&& yum -y update \
&& yum -y --allowerasing install wget git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& wget https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Mambaforge-Linux-x86_64.sh -o /tmp/mambaforge.sh \
&& bash /tmp/mambaforge.sh -bfp /usr/local \
&& 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 \
&& mamba update mamba \
&& mamba clean --all --yes \
&& rpm -e --nodeps curl bzip2 \
&& yum clean all

COPY environment.yaml /
Expand Down
6 changes: 2 additions & 4 deletions coffea-dask/Dockerfile.almalinux9
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ ENV PYTHON_VERSION=${python}

RUN yum -y install epel-release \
&& yum -y update \
&& yum -y remove curl-minimal \
&& yum -y --allowerasing install wget git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& wget https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Mambaforge-Linux-x86_64.sh -o /tmp/mambaforge.sh \
&& bash /tmp/mambaforge.sh -bfp /usr/local \
&& 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 \
&& mamba update mamba \
&& mamba clean --all --yes \
&& rpm -e --nodeps curl bzip2 \
&& yum clean all

COPY environment.yaml /
Expand Down

0 comments on commit cbf1536

Please sign in to comment.