Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -412,24 +412,24 @@ PYTHON_VERSION ?= 3.12
ROOT_DIR := $(shell pwd)
ifeq ($(PYTHON_VERSION), 3.12)
BASE_DIRS := \
jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
jupyter/trustyai/ubi9-python-$(PYTHON_VERSION) \
jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
jupyter/pytorch+llmcompressor/ubi9-python-$(PYTHON_VERSION) \
codeserver/ubi9-python-$(PYTHON_VERSION) \
runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION) \
runtimes/pytorch+llmcompressor/ubi9-python-$(PYTHON_VERSION) \
runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
rstudio/rhel9-python-$(PYTHON_VERSION) \
rstudio/c9s-python-$(PYTHON_VERSION)
jupyter/minimal/ubi9-python-$(PYTHON_VERSION)
# jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
# jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
# jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
# jupyter/trustyai/ubi9-python-$(PYTHON_VERSION) \
# jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
# jupyter/pytorch+llmcompressor/ubi9-python-$(PYTHON_VERSION) \
# codeserver/ubi9-python-$(PYTHON_VERSION) \
# runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
# runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
# runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
# runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
# runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION) \
# runtimes/pytorch+llmcompressor/ubi9-python-$(PYTHON_VERSION) \
# runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
# jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
# rstudio/rhel9-python-$(PYTHON_VERSION) \
# rstudio/c9s-python-$(PYTHON_VERSION)
else
$(error Invalid Python version $(PYTHON_VERSION))
endif
Expand Down
Loading
Loading