From 0c126c162ecdbf983a65606089189d134a80ec26 Mon Sep 17 00:00:00 2001 From: atheo89 Date: Thu, 29 Aug 2024 09:17:25 +0200 Subject: [PATCH] Remove rocm runtimes as we don't introduce yet --- .../runtime-images/rocm-pytorch-ubi9-py39.json | 12 ------------ .../runtime-images/rocm-tensorflow-ubi9-py39.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-pytorch-ubi9-py39.json delete mode 100644 jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-tensorflow-ubi9-py39.json diff --git a/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-pytorch-ubi9-py39.json b/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-pytorch-ubi9-py39.json deleted file mode 100644 index 74f78acbd..000000000 --- a/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-pytorch-ubi9-py39.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "display_name": "Pytorch with ROCm and Python 3.9 (UBI9)", - "metadata": { - "tags": [ - "rocm-pytorch" - ], - "display_name": "Pytorch with ROCm and Python 3.9 (UBI9)", - "image_name": "quay.io/opendatahub/workbench-images@sha256:519b7f4ea9a16065ba2213389de4e38ee4afa3084f3b8b770157818928ad0f7a", - "pull_policy": "IfNotPresent" - }, - "schema_name": "runtime-image" - } diff --git a/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-tensorflow-ubi9-py39.json b/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-tensorflow-ubi9-py39.json deleted file mode 100644 index 8e9b9c254..000000000 --- a/jupyter/datascience/ubi9-python-3.9/runtime-images/rocm-tensorflow-ubi9-py39.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "display_name": "TensorFlow with ROCm and Python 3.9 (UBI9)", - "metadata": { - "tags": [ - "rocm-tensorflow" - ], - "display_name": "TensorFlow with ROCm and Python 3.9 (UBI9)", - "image_name": "quay.io/opendatahub/workbench-images@sha256:a1bbf6153921b60cb58f094d110bf6dc054d13a07c4c513a6b994d1b74a8b60e", - "pull_policy": "IfNotPresent" - }, - "schema_name": "runtime-image" - }