Skip to content

Commit

Permalink
undo wheel version change because it does not work on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pal03377 committed Oct 22, 2023
1 parent 47a3fc8 commit fe59140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_programming_themisml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe59140

Please sign in to comment.