@@ -387,24 +387,31 @@ 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
+
390
409
# This recipe used mainly from the Pipfile.locks Renewal Action
391
410
# Default Python version
392
411
PYTHON_VERSION ?= 3.11
393
412
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 )
413
+ BASE_DIRS := jupyter/trustyai/ubi9-python-$(PYTHON_VERSION )
414
+
408
415
409
416
# Default value is false, can be overiden
410
417
# The below directories are not supported on tier-1
0 commit comments