Skip to content

Commit

Permalink
fix poetry add command copypaste
Browse files Browse the repository at this point in the history
  • Loading branch information
pal03377 committed Oct 22, 2023
1 parent fe59140 commit 4617b44
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 RUN poetry add https://download.pytorch.org/whl/cpu/torch-2.1.0%2Bcpu-cp310-cp310-linux_x86_64.whl
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 4617b44

Please sign in to comment.