From 0d195b828f0570535b187f24cd89a68e2ac19bc5 Mon Sep 17 00:00:00 2001 From: tongke6 Date: Mon, 8 Dec 2025 13:37:36 +0800 Subject: [PATCH] update conda install url --- dockerfiles/release-ci.DockerFile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dockerfiles/release-ci.DockerFile b/dockerfiles/release-ci.DockerFile index b9850e2..8d60fe9 100644 --- a/dockerfiles/release-ci.DockerFile +++ b/dockerfiles/release-ci.DockerFile @@ -13,8 +13,7 @@ RUN yum install -y \ && yum clean all # install conda -ARG CONDA_VERSION="25.1.1-2" -RUN wget "https://github.com/conda-forge/miniforge/releases/download/${CONDA_VERSION}/Miniforge3-Linux-x86_64.sh" -O Miniconda.sh \ +RUN wget "https://repo.anaconda.com/miniconda/Miniconda3-py311_25.1.1-2-Linux-x86_64.sh" -O Miniconda.sh \ && bash Miniconda.sh -b \ && rm -f Miniconda.sh \ && /root/miniconda3/bin/conda init