We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8f63e commit d6245fcCopy full SHA for d6245fc
base-devel.dockerfile
@@ -21,6 +21,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
21
RUN pip install \
22
numpy \
23
torch \
24
+ torchvision \
25
+ torchaudio \
26
jupyterlab
27
28
# start jupyter lab
base.dockerfile
@@ -20,6 +20,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
20
0 commit comments