Skip to content

Commit

Permalink
Merge pull request #572 from atheo89/RHOAIENG-8469
Browse files Browse the repository at this point in the history
Update pytorch image to torch version from 2.0 to 2.2 on 2023b release
  • Loading branch information
openshift-merge-bot[bot] authored Jun 18, 2024
2 parents e521c80 + 15ab52a commit 9fe149c
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 299 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 9fe149c

Please sign in to comment.