Skip to content

Commit

Permalink
docker: pin to py3.10 to fix boost
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 12, 2023
1 parent 172d9a1 commit 73d5430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/user_python-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# Python
case "$PYTHON" in
miniconda)
curl -L https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh > miniconda.sh
curl -L https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh > miniconda.sh
echo -e "\nyes\n${INSTALL_DIR}\nno" | bash miniconda.sh
rm miniconda.sh
source "$INSTALL_DIR"/bin/activate
Expand Down

0 comments on commit 73d5430

Please sign in to comment.