Skip to content

Commit

Permalink
install torchvision and torchaudio for base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tverous authored Apr 7, 2024
1 parent 4d8f63e commit d6245fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-devel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
RUN pip install \
numpy \
torch \
torchvision \
torchaudio \
jupyterlab

# start jupyter lab
Expand Down
2 changes: 2 additions & 0 deletions base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
RUN pip install \
numpy \
torch \
torchvision \
torchaudio \
jupyterlab

# start jupyter lab
Expand Down

0 comments on commit d6245fc

Please sign in to comment.