Skip to content

Commit

Permalink
Update pytorch image to torch version from 2.0 to 2.2 on 2023b release
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Jun 18, 2024
1 parent 76de579 commit a86bba4
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 304 deletions.
4 changes: 2 additions & 2 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name = "pytorch"
[packages]
# PyTorch packages
tensorboard = "~=2.13.0"
torch = {version = "~=2.0.0", index = "pytorch"}
torchvision = {version = "~=0.15.1", index = "pytorch"}
torch = {version = "~=2.2.2", index = "pytorch"}
torchvision = {version = "~=0.17.2", index = "pytorch"}
# Datascience and useful extensions
boto3 = "~=1.28.41"
kafka-python = "~=2.0.2"
Expand Down
Loading

0 comments on commit a86bba4

Please sign in to comment.