Update Dockerfile to start based image with condaforge/miniforge3:latest. This is supported by PSI
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Get additional info about the Dockerfile at https://docs.docker.com/reference/dockerfile/
|
# 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
|
# Define the name of the environment
|
||||||
ARG ENV_NAME=idear_env
|
ARG ENV_NAME=idear_env
|
||||||
|
Reference in New Issue
Block a user