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 --index-url https://download.pytorch.org/whl/cpu && \
|
|
pip cache purge
|
|
|