Update dockerfile to comply with psi rules about anaconda

This commit is contained in:
2025-06-25 14:21:16 +02:00
parent 1bba5cd755
commit 28b7b539e8

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=apog_penv