jupyter/pyai/cpu/Dockerfile
2024-09-26 02:48:01 +08:00

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