Skip to content

Commit

Permalink
Merge pull request #709 from harshad16/fix-refresh
Browse files Browse the repository at this point in the history
chores: set the python 3.11 content for refresh-pipfile-lock cmd in Makefile
  • Loading branch information
openshift-merge-bot[bot] authored Oct 1, 2024
2 parents c37956c + 50a3e86 commit 043e948
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,22 @@ refresh-pipfilelock-files:
cd runtimes/tensorflow/ubi9-python-3.9 && pipenv lock
cd runtimes/rocm-tensorflow/ubi9-python-3.9 && pipenv lock
cd runtimes/rocm-pytorch/ubi9-python-3.9 && pipenv lock
cd base/c9s-python-3.11 && pipenv lock
cd base/ubi9-python-3.11 && pipenv lock
cd codeserver/ubi9-python-3.11 && pipenv lock
cd jupyter/minimal/ubi9-python-3.11 && pipenv lock
cd jupyter/datascience/ubi9-python-3.11 && pipenv lock
cd jupyter/pytorch/ubi9-python-3.11 && pipenv lock
cd jupyter/tensorflow/ubi9-python-3.11 && pipenv lock
cd jupyter/trustyai/ubi9-python-3.11 && pipenv lock
cd jupyter/rocm/tensorflow/ubi9-python-3.11 && pipenv lock
cd jupyter/rocm/pytorch/ubi9-python-3.11 && pipenv lock
cd runtimes/minimal/ubi9-python-3.11 && pipenv lock
cd runtimes/datascience/ubi9-python-3.11 && pipenv lock
cd runtimes/pytorch/ubi9-python-3.11 && pipenv lock
cd runtimes/tensorflow/ubi9-python-3.11 && pipenv lock
cd runtimes/rocm-tensorflow/ubi9-python-3.11 && pipenv lock
cd runtimes/rocm-pytorch/ubi9-python-3.11 && pipenv lock



Expand Down

0 comments on commit 043e948

Please sign in to comment.