From fe59140bbf7905361fade95b828614b6c167d41c Mon Sep 17 00:00:00 2001 From: Paul Schwind Date: Sun, 22 Oct 2023 18:31:52 +0200 Subject: [PATCH] undo wheel version change because it does not work on GH Actions --- module_programming_themisml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_programming_themisml/Dockerfile b/module_programming_themisml/Dockerfile index d96dc8747..5ffeac6d8 100644 --- a/module_programming_themisml/Dockerfile +++ b/module_programming_themisml/Dockerfile @@ -24,7 +24,7 @@ RUN poetry config virtualenvs.create true \ && poetry install --no-interaction --no-ansi # Re-install pytorch in the CPU version because we don't have a GPU -RUN poetry add https://download.pytorch.org/whl/torch-2.0.1-cp310-cp310-manylinux2014_aarch64.whl +RUN poetry add RUN poetry add https://download.pytorch.org/whl/cpu/torch-2.1.0%2Bcpu-cp310-cp310-linux_x86_64.whl # Somehow, the torch library needs sympy to be installed manually as well RUN poetry add sympy==1.12