From a14b2f8e3a81240dc75261033f69398d7226a8de Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:35:26 -0800 Subject: [PATCH] Update Dockerfile --- ubuntu-22.04-risc/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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