Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Updating base docker image #37

Open
shimwell opened this issue Aug 18, 2021 · 0 comments
Open

Updating base docker image #37

shimwell opened this issue Aug 18, 2021 · 0 comments

Comments

@shimwell
Copy link
Member

The newest image with python3.8 as default is currently used. However we could update to the newer miniconda image and create a python3.8 environment in the following way

FROM continuumio/miniconda3:4.10.3 as dependencies

# base image is python 3.9 but python 3.8 is needed for Cubit
# this creates and activates a new python 3.8 conda enviroment
RUN conda create --name py38 python=3.8
RUN echo "conda activate py38" >> ~/.bashrc
SHELL ["/bin/bash", "--login", "-c"]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant