From 49fe5ec70120e259b4e6be491db5d1b269af0ebe Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 25 Jun 2025 14:13:56 +0200 Subject: [PATCH] Update Dockerfile to start based image with condaforge/miniforge3:latest. This is supported by PSI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 826205b..e4cf003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=idear_env