Skip to content

Commit d6245fc

Browse files
authored
install torchvision and torchaudio for base images
1 parent 4d8f63e commit d6245fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

base-devel.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
2121
RUN pip install \
2222
numpy \
2323
torch \
24+
torchvision \
25+
torchaudio \
2426
jupyterlab
2527

2628
# start jupyter lab

base.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
2020
RUN pip install \
2121
numpy \
2222
torch \
23+
torchvision \
24+
torchaudio \
2325
jupyterlab
2426

2527
# start jupyter lab

0 commit comments

Comments
 (0)