Skip to content

Commit

Permalink
Apply opendatahub-io#656 to Python 3.11 images
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Aug 6, 2024
1 parent 1a12b8b commit c465b79
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 513 deletions.
9 changes: 5 additions & 4 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/rocm6.0/"
# Please keep in sync with rocm/ubi9-python-3.11/Dockerfile
url = "https://download.pytorch.org/whl/rocm6.1/"
verify_ssl = true
name = "pytorch"

Expand All @@ -13,9 +14,9 @@ name = "pytorch"
[packages]
# PyTorch packages
tensorboard = "~=2.16.2"
torch = {version = "~=2.3.1", index = "pytorch"}
pytorch-triton-rocm = {version = "~=2.3.1", index = "pytorch"}
torchvision = {version = "~=0.18.1", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
torch = {version = "~=2.4.0", index = "pytorch"}
torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand Down
Loading

0 comments on commit c465b79

Please sign in to comment.