Skip to content

Commit

Permalink
chore: Update Dockerfile to install Python 3.11 due to conda bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed May 15, 2024
1 parent 805410d commit 69bc924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ COPY .p10k.zsh /tmp/root-code-zsh/.p10k.zsh

# addding conda environment
COPY environment$PYTHON_VERSION.yml /tmp/conda-tmp/environment$PYTHON_VERSION.yml
# HACK due to conda bug
RUN /opt/conda/bin/conda install -y python=3.11

RUN /opt/conda/bin/conda env update -n base -f /tmp/conda-tmp/environment$PYTHON_VERSION.yml

# Switch back to dialog for any ad-hoc use of apt-get
Expand Down

0 comments on commit 69bc924

Please sign in to comment.