From 85793eced5ca7b2e19e102208917548b988d6446 Mon Sep 17 00:00:00 2001 From: "albert.zah" Date: Fri, 23 Feb 2024 07:06:27 +0000 Subject: [PATCH] feat: bump py to 3.10 in base-ci. --- dockerfiles/ubuntu-base-ci.DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ubuntu-base-ci.DockerFile b/dockerfiles/ubuntu-base-ci.DockerFile index bda4e4a..516a269 100644 --- a/dockerfiles/ubuntu-base-ci.DockerFile +++ b/dockerfiles/ubuntu-base-ci.DockerFile @@ -34,7 +34,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then CONDA_ARCH=aarch64 ; else CO && bash Miniconda3-py310_23.10.0-1-Linux-$CONDA_ARCH.sh -b \ && rm -f Miniconda3-py310_23.10.0-1-Linux-$CONDA_ARCH.sh \ && /root/miniconda3/bin/conda init \ - && /root/miniconda3/bin/conda create -n py3.8 python=3.8 + && /root/miniconda3/bin/conda create -n py3.10 python=3.10 # Add conda to path ENV PATH="/root/miniconda3/bin:${PATH}"