diff --git a/ubuntu-22.04-risc/Dockerfile b/ubuntu-22.04-risc/Dockerfile index 4f9f06c..5658049 100644 --- a/ubuntu-22.04-risc/Dockerfile +++ b/ubuntu-22.04-risc/Dockerfile @@ -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