7 lines
182 B
Docker
7 lines
182 B
Docker
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 && \
|
|
pip cache purge
|
|
|