@@ -423,11 +423,11 @@ else ifeq ($(PYTHON_VERSION), 3.12)
423
423
runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
424
424
runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
425
425
runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
426
- runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION)
426
+ runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION) \
427
+ runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION)
427
428
# jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION)
428
429
# rstudio/rhel9-python-$(PYTHON_VERSION)
429
430
# rstudio/c9s-python-$(PYTHON_VERSION)
430
- # runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION)
431
431
else
432
432
$(error Invalid Python version $(PYTHON_VERSION))
433
433
endif
@@ -514,13 +514,14 @@ all-images: \
514
514
runtime-cuda-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION) \
515
515
rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
516
516
rocm-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION) \
517
- rocm-runtime-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION)
517
+ rocm-runtime-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION) \
518
+ rocm-runtime-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION)
518
519
# rstudio-c9s-python-$(RELEASE_PYTHON_VERSION)
519
520
# cuda-rstudio-c9s-python-$(RELEASE_PYTHON_VERSION)
520
521
# rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
521
522
# cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
522
523
# rocm-jupyter-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION)
523
- # rocm-runtime-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION)
524
+
524
525
else
525
526
$(error Invalid Python version $(RELEASE_PYTHON_VERSION))
526
527
endif
0 commit comments