From 7f437940f6476dffba39df0a3bcb6fbde42903f2 Mon Sep 17 00:00:00 2001 From: Diamond Bryant Date: Thu, 12 Sep 2024 13:48:22 -0400 Subject: [PATCH] Add rocm runtimes to python 3.11 runtime-images folder --- .../runtime-images/rocm-pytorch-ubi9-py311.json | 12 ++++++++++++ .../runtime-images/rocm-tensorflow-ubi9-py311.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-pytorch-ubi9-py311.json create mode 100644 jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-tensorflow-ubi9-py311.json diff --git a/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-pytorch-ubi9-py311.json b/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-pytorch-ubi9-py311.json new file mode 100644 index 000000000..065f0a917 --- /dev/null +++ b/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-pytorch-ubi9-py311.json @@ -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" +} diff --git a/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-tensorflow-ubi9-py311.json b/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-tensorflow-ubi9-py311.json new file mode 100644 index 000000000..1057663c6 --- /dev/null +++ b/jupyter/datascience/ubi9-python-3.11/runtime-images/rocm-tensorflow-ubi9-py311.json @@ -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" +}