Skip to content

Commit

Permalink
Add Python 3.9 env
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Sep 8, 2023
1 parent a23fc67 commit 67aa3ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ RUN export GDAL_VERSION=$(gdal-config --version) && \
RUN conda create --yes -n Python3.8 python=3.8 && \
mamba env update -n Python3.8 --file environment.yml

# Create a python 3.9 environment and repeat package installations
RUN conda create --yes -n Python3.9 python=3.9 && \
mamba env update -n Python3.9 --file environment.yml

ENV CONDA_DEFAULT_ENV base

0 comments on commit 67aa3ca

Please sign in to comment.