Skip to content

Commit

Permalink
update conda version first
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed May 15, 2024
1 parent 69bc924 commit b895274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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 update conda

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

Expand Down

0 comments on commit b895274

Please sign in to comment.