@@ -387,31 +387,24 @@ validate-rstudio-image: bin/kubectl
387
387
continue
388
388
fi
389
389
390
- # This recipe used mainly from the Pipfile.locks Renewal Action
391
- # Default Python version
392
- # PYTHON_VERSION ?= 3.11
393
- # ROOT_DIR := $(shell pwd)
394
- # BASE_DIRS := jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
395
- # jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
396
- # jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
397
- # jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
398
- # jupyter/trustyai/ubi9-python-$(PYTHON_VERSION) \
399
- # jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
400
- # jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
401
- # codeserver/ubi9-python-$(PYTHON_VERSION) \
402
- # runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
403
- # runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
404
- # runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \
405
- # runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION) \
406
- # runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION) \
407
- # runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION)
408
-
409
390
# This recipe used mainly from the Pipfile.locks Renewal Action
410
391
# Default Python version
411
392
PYTHON_VERSION ?= 3.11
412
393
ROOT_DIR := $(shell pwd)
413
- BASE_DIRS := jupyter/trustyai/ubi9-python-$(PYTHON_VERSION )
414
-
394
+ BASE_DIRS := jupyter/minimal/ubi9-python-$(PYTHON_VERSION ) \
395
+ jupyter/datascience/ubi9-python-$(PYTHON_VERSION ) \
396
+ jupyter/pytorch/ubi9-python-$(PYTHON_VERSION ) \
397
+ jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION ) \
398
+ jupyter/trustyai/ubi9-python-$(PYTHON_VERSION ) \
399
+ jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION ) \
400
+ jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION ) \
401
+ codeserver/ubi9-python-$(PYTHON_VERSION ) \
402
+ runtimes/minimal/ubi9-python-$(PYTHON_VERSION ) \
403
+ runtimes/datascience/ubi9-python-$(PYTHON_VERSION ) \
404
+ runtimes/pytorch/ubi9-python-$(PYTHON_VERSION ) \
405
+ runtimes/tensorflow/ubi9-python-$(PYTHON_VERSION ) \
406
+ runtimes/rocm-tensorflow/ubi9-python-$(PYTHON_VERSION ) \
407
+ runtimes/rocm-pytorch/ubi9-python-$(PYTHON_VERSION )
415
408
416
409
# Default value is false, can be overiden
417
410
# The below directories are not supported on tier-1
0 commit comments