Skip to content

Commit

Permalink
[MODIF] update linux distro 9.3, conda, python en micromamba (Issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
phupe committed Dec 6, 2023
1 parent 94a0ddf commit e7d3c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion condaRelease.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
py311_23.5.1-0 333779c9cae3fe14735949a8dcb9657b9e55ada69e9c60f191c5d582b2deac20
py311_23.10.0-1 d0643508fa49105552c94a523529f4474f91730d3e0d1f168f1700c43ae67595
8 changes: 2 additions & 6 deletions linuxDistroVersion.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
almalinux:8.8
rockylinux/rockylinux:8.8
redhat/ubi8:8.8
almalinux:9.2
rockylinux/rockylinux:9.2
redhat/ubi9:9.2
almalinux:9.3
rockylinux/rockylinux:9.3
2 changes: 1 addition & 1 deletion template/distroConda8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN wget "${MINICONDA_URL}" -O miniconda.sh -q && \

SHELL ["/bin/bash", "--login", "-c"]

RUN conda install -c conda-forge micromamba=1.4.9=0 && \
RUN conda install -c conda-forge micromamba=1.5.3=0 && \
conda clean --all -y

ENV PATH /usr/local/conda/bin:$PATH
Expand Down

0 comments on commit e7d3c7c

Please sign in to comment.