From 28b7b539e8615033f510170b02bf3244e35ce209 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 25 Jun 2025 14:21:16 +0200 Subject: [PATCH] Update dockerfile to comply with psi rules about anaconda --- Dockerfile.acsmchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.acsmchain b/Dockerfile.acsmchain index 89d2311..c1510b2 100644 --- a/Dockerfile.acsmchain +++ b/Dockerfile.acsmchain @@ -1,6 +1,6 @@ # Get additional info about the Dockerfile at https://docs.docker.com/reference/dockerfile/ -FROM continuumio/miniconda3:latest +FROM condaforge/miniforge3:latest # Define the name of the environment ARG ENV_NAME=apog_penv