File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ ARG UBUNTU_IMAGE_DIGEST=874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1c
3
3
4
4
FROM ubuntu:${UBUNTU_VERSION}@sha256:${UBUNTU_IMAGE_DIGEST}
5
5
6
- ARG MINICONDA_VERSION=24.9.2
7
- ARG CONDA_CHECKSUM=2006a61abc8b4fd04de5eb92620e1f72bada713cc84b5b4899463095e1210556
6
+ ARG MINICONDA_VERSION=25.1.1
7
+ ARG CONDA_CHECKSUM=b40682cedf1e1755c02555f8d3d98aadb4607a68da7caf72a9bbe1fb9ae0b904
8
8
ARG CONDA_PY_VERSION=39
9
- ARG CONDA_PKG_VERSION=24.7 .1
9
+ ARG CONDA_PKG_VERSION=25.1 .1
10
10
ARG PYTHON_VERSION=3.9
11
11
ARG PYARROW_VERSION=14.0.1
12
12
ARG MLIO_VERSION=v0.9.0
@@ -72,7 +72,7 @@ RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime && \
72
72
dpkg-reconfigure --frontend noninteractive tzdata
73
73
74
74
RUN cd /tmp && \
75
- curl -L --output /tmp/Miniconda3.sh https://repo.anaconda.com/miniconda/Miniconda3-py${CONDA_PY_VERSION}_${MINICONDA_VERSION}-0 -Linux-x86_64.sh && \
75
+ curl -L --output /tmp/Miniconda3.sh https://repo.anaconda.com/miniconda/Miniconda3-py${CONDA_PY_VERSION}_${MINICONDA_VERSION}-2 -Linux-x86_64.sh && \
76
76
echo "${CONDA_CHECKSUM} /tmp/Miniconda3.sh" | sha256sum -c - && \
77
77
bash /tmp/Miniconda3.sh -bfp /miniconda3 && \
78
78
rm /tmp/Miniconda3.sh && \
You can’t perform that action at this time.
0 commit comments