Skip to content

Commit

Permalink
conda: downgrade to avoid known issue with the mamba resolver
Browse files Browse the repository at this point in the history
closed but not yet released at this moment:
conda/conda-libmamba-solver#540
  • Loading branch information
mistafunk committed Nov 24, 2024
1 parent 8531b31 commit 3caa88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/linux/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_TAG=linux
FROM ${REGISTRY}pyprt-base:${BASE_TAG}

# see https://github.com/conda/conda-docker/blob/master/miniconda3/centos7/Dockerfile
ADD https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-x86_64.sh /tmp/miniconda.sh
ADD https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-x86_64.sh /tmp/miniconda.sh
RUN bash /tmp/miniconda.sh -bfp /opt/conda && rm -rf /tmp/miniconda.sh

ARG PY_VER
Expand Down
2 changes: 1 addition & 1 deletion envs/windows/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REGISTRY
ARG BASE_TAG=windows
FROM ${REGISTRY}pyprt-base:${BASE_TAG}

ADD https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Windows-x86_64.exe C:/temp/miniconda.exe
ADD https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Windows-x86_64.exe C:/temp/miniconda.exe
RUN C:\temp\miniconda.exe /S /AddToPath=1 /InstallationType=JustMe /RegisterPython=0 /D=C:\temp\conda

WORKDIR C:/temp/pyprt
Expand Down

0 comments on commit 3caa88a

Please sign in to comment.