Skip to content

Commit 043e948

Browse files
Merge pull request #709 from harshad16/fix-refresh
chores: set the python 3.11 content for refresh-pipfile-lock cmd in Makefile
2 parents c37956c + 50a3e86 commit 043e948

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,22 @@ refresh-pipfilelock-files:
629629
cd runtimes/tensorflow/ubi9-python-3.9 && pipenv lock
630630
cd runtimes/rocm-tensorflow/ubi9-python-3.9 && pipenv lock
631631
cd runtimes/rocm-pytorch/ubi9-python-3.9 && pipenv lock
632+
cd base/c9s-python-3.11 && pipenv lock
633+
cd base/ubi9-python-3.11 && pipenv lock
634+
cd codeserver/ubi9-python-3.11 && pipenv lock
635+
cd jupyter/minimal/ubi9-python-3.11 && pipenv lock
636+
cd jupyter/datascience/ubi9-python-3.11 && pipenv lock
637+
cd jupyter/pytorch/ubi9-python-3.11 && pipenv lock
638+
cd jupyter/tensorflow/ubi9-python-3.11 && pipenv lock
639+
cd jupyter/trustyai/ubi9-python-3.11 && pipenv lock
640+
cd jupyter/rocm/tensorflow/ubi9-python-3.11 && pipenv lock
641+
cd jupyter/rocm/pytorch/ubi9-python-3.11 && pipenv lock
642+
cd runtimes/minimal/ubi9-python-3.11 && pipenv lock
643+
cd runtimes/datascience/ubi9-python-3.11 && pipenv lock
644+
cd runtimes/pytorch/ubi9-python-3.11 && pipenv lock
645+
cd runtimes/tensorflow/ubi9-python-3.11 && pipenv lock
646+
cd runtimes/rocm-tensorflow/ubi9-python-3.11 && pipenv lock
647+
cd runtimes/rocm-pytorch/ubi9-python-3.11 && pipenv lock
632648

633649

634650

0 commit comments

Comments
 (0)