-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #700 from dibryant/amd-rt
Add rocm runtimes to python 3.11 runtime-images folder
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-pytorch-ubi9-py311.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"display_name": "Pytorch with ROCm and Python 3.11 (UBI9)", | ||
"metadata": { | ||
"tags": [ | ||
"rocm-pytorch" | ||
], | ||
"display_name": "Pytorch with ROCm and Python 3.11 (UBI9)", | ||
"image_name": "quay.io/opendatahub/workbench-images@sha256:a2fa688aa519033eba09c915cdcd63640599881dc3efb693f9d44fe420a5f14d", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
12 changes: 12 additions & 0 deletions
12
jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-tensorflow-ubi9-py311.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"display_name": "TensorFlow with ROCm and Python 3.11 (UBI9)", | ||
"metadata": { | ||
"tags": [ | ||
"rocm-tensorflow" | ||
], | ||
"display_name": "TensorFlow with ROCm and Python 3.11 (UBI9)", | ||
"image_name": "quay.io/opendatahub/workbench-images@sha256:bb57cb053656de834f50d7a76e5b8b823ce1ec9ea38fce69d2f307602f3c7632", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |