Skip to content

Commit aad9f19

Browse files
committed
Added inventory table with the list of images
1 parent 3859361 commit aad9f19

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,40 @@ Clean up the environment when the tests are finished:
180180
make undeployX-${WORKBENCH_NAME}
181181
```
182182

183+
## Image Inventory List
184+
This table provides a concise overview of the support status for various container images.
185+
186+
| Workbench | Version | Python | OS | aarch64 | ppc64le | s390x | x86_64 | Container
187+
|-------------|---------|--------|------|---------|---------|-------|--------|-----------
188+
| CPU Minimal | - | 3.12 | UBI9 | ✅ | ✅ | ✅ | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-cpu-py312-ubi9?tab=tags)
189+
| CPU DataScience | - | 3.12 | UBI9 | ✅ | ✅ | ✅ | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-datascience-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-datascience-cpu-py312-ubi9?tab=tags)
190+
| CPU TrustyAI | - | 3.12 | UBI9 | ✅ | ✅ | ⚠️/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-trustyai-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-trustyai-cpu-py312-ubi9?tab=tags)
191+
| CPU CodeServer | - | 3.12 | UBI9 | ✅ | ✅ | ⚠️/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9?tab=tags)
192+
| CPU RStudio | - | 3.11 | C9S | ✅ | - | - | ✅ | [quay.io/repository/opendatahub/odh-workbench-rstudio-minimal-cpu-py311-c9s](https://quay.io/repository/opendatahub/odh-workbench-rstudio-minimal-cpu-py311-c9s?tab=tags)
193+
| CUDA Minimal | 12.8 | 3.12 | UBI9/RHEL9.6 | ✅ | ⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9?tab=tags)
194+
| CUDA PyTorch | 12.8 | 3.12 | UBI9/RHEL9.6 | ⏰ | ⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9?tab=tags)
195+
| CUDA PyTorch LLMCompressor | 12.8 | 3.12 | UBI9/RHEL9.6 | ⏰ | ⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9?tab=tags)
196+
| CUDA TensorFlow | 12.8 | 3.12 | UBI9/RHEL9.6 | ✅ | ⏰/? |⏰/? | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9?tab=tags)
197+
| CUDA RStudio | 12.6 | 3.11 | C9S | ✅ | - | - | ✅ | [quay.io/repository/opendatahub/odh-workbench-rstudio-minimal-cuda-py311-c9s](https://quay.io/repository/opendatahub/odh-workbench-rstudio-minimal-cuda-py311-c9s?tab=tags)
198+
| ROCM Minimal | 6.4 | 3.12 | UBI9/RHEL9.6 | ❌ | ❌ | ❌ | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-rocm-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-minimal-rocm-py312-ubi9)
199+
| ROCM PyTorch | 6.4 | 3.12 | UBI9/RHEL9.6 | ❌ | ❌ | ❌ | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-rocm-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-pytorch-rocm-py312-ubi9?tab=tags)
200+
| ROCM TensorFlow | 6.4 | 3.12 | UBI9/RHEL9.6 | ❌ | ❌ | ❌ | ✅ | [quay.io/repository/opendatahub/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9](https://quay.io/repository/opendatahub/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9?tab=tags)
201+
202+
| Runtime | Version | Python | UBI | aarch64 | ppc64le | s390x | x86_64 | Container
203+
|-------------|---------|--------|------|---------|---------|-------|--------|-----------
204+
| CPU Minimal | - | 3.12 | UBI9 | ✅ | ✅ | ✅ | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9?tab=tags)
205+
| CPU DataScience | - | 3.12 | UBI9 | ✅ | ✅ | ✅ | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9?tab=tags)
206+
| CUDA PyTorch | 12.8 | 3.12 | UBI9/RHEL9.6 | ⏰ |⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-cuda-py312-ubi9?tab=tags)
207+
| CUDA PyTorch LLMCompressor | 12.8 | 3.12 | UBI9/RHEL9.6 | ⏰ |⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9)
208+
| CUDA TensorFlow | 12.8 | 3.12 | UBI9/RHEL9.6 | ⏰ | ⏰/? | ⏰/? | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9?tab=tags)
209+
| ROCM PyTorch | 6.4 | 3.12 | UBI9/RHEL9.6 | ❌ | ❌ | ❌ | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-rocm-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-pytorch-rocm-py312-ubi9?tab=tags)
210+
| ROCM TensorFlow | 6.4 | 3.12 | UBI9/RHEL9.6 | ❌ | ❌ | ❌ | ✅ | [quay.io/repository/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9](https://quay.io/repository/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9?tab=tags)
211+
212+
* ✅ supported
213+
* ⚠️ under development
214+
* ⏰ planned in the future
215+
* ❌ not supported by vendor
216+
183217
## Contributing
184218

185219
Whether you're fixing bugs, adding new notebooks, or improving documentation, your contributions are welcome. Please refer to our [Contribution Guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)