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