Skip to content

Commit 9ed2ffe

Browse files
github-actions[bot]atheo89
authored andcommitted
Update Pipfile.lock files by piplock-renewal.yaml action
1 parent fd30c71 commit 9ed2ffe

File tree

3 files changed

+1566
-1262
lines changed

3 files changed

+1566
-1262
lines changed

Makefile

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -387,31 +387,24 @@ validate-rstudio-image: bin/kubectl
387387
continue
388388
fi
389389

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-
409390
# This recipe used mainly from the Pipfile.locks Renewal Action
410391
# Default Python version
411392
PYTHON_VERSION ?= 3.11
412393
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)
415408

416409
# Default value is false, can be overiden
417410
# The below directories are not supported on tier-1

0 commit comments

Comments
 (0)