Update Dockerfile to start based image with condaforge/miniforge3:latest. This is supported by PSI

This commit is contained in:
2025-06-25 14:13:56 +02:00
parent d22e3dacc6
commit 49fe5ec701

View File

@ -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