File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ WORKDIR $HOME
7070# Install miniconda
7171ENV CONDA_DIR ${HOME}/miniconda3
7272ENV PATH ${CONDA_DIR}/bin:$PATH
73- ENV MINIFORGE_VERSION=4.14.0-0
73+ ENV MINIFORGE_VERSION=23.3.1-1
7474
7575RUN wget --quiet https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-x86_64.sh -O miniconda.sh && \
7676 /bin/bash miniconda.sh -b -p ${CONDA_DIR} && \
Original file line number Diff line number Diff line change 1- FROM continuumio/miniconda3 AS builder
1+ FROM condaforge/miniforge3:23.3.1-1 AS builder
22
33ARG APP_NAME
44ARG CONDA_ENV_NAME
@@ -17,4 +17,4 @@ RUN conda env create -f ./env-${PYTHON_VERSION}.yaml -n $CONDA_ENV_NAME && \
1717 rm -rf /root/.cache
1818
1919# Install conda-pack:
20- RUN conda install -c conda-forge conda-pack
20+ RUN conda install conda-pack
You can’t perform that action at this time.
0 commit comments