Skip to content

Commit

Permalink
bump Python=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed May 6, 2024
1 parent f577606 commit 295c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dockerfiles/mixer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY /scripts/install_mambaforge.sh .
RUN chmod +x install_mambaforge.sh && \
bash install_mambaforge.sh

RUN mamba install python=3.8.18 \
RUN mamba install python=3.10 \
jupyterlab=4.0.7 \
matplotlib=3.7.3 \
matplotlib-venn=0.11.9 \
Expand Down

0 comments on commit 295c6b1

Please sign in to comment.