Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 16, 2025
1 parent 3d6839f commit a14b2f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ RUN pyenv install 3.9
RUN pyenv install 3.10
RUN pyenv install 3.11
RUN pyenv install 3.12
RUN pyenv install 3.13
# enable-optimizations seems to cause compiler error and crash
RUN PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.13

RUN pyenv global 3.13 3.12 3.11 3.10 3.9

Expand Down

0 comments on commit a14b2f8

Please sign in to comment.