This commit is contained in:
ben0i0d 2024-09-26 03:22:39 +08:00
parent 12fcca70bd
commit 63e3804d88

View File

@ -1,6 +1,6 @@
FROM eoelab.org:1027/ben0i0d/jupyter:scipy-c
# install torch
RUN pip install torch torchvision torchaudio -f https://mirror.sjtu.edu.cn/pytorch-wheels/cpu && \
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
pip cache purge