Skip to content

Commit 63443ba

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 9db3af0 + bce04f9 commit 63443ba

File tree

47 files changed

+22877
-13795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+22877
-13795
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
147147
df -h
148148
149-
- run: sudo apt-get install -y btrfs-compsize
149+
- id: install-compsize
150+
run: sudo apt-get install -y btrfs-compsize
150151

151152
- name: Mount lvm overlay for podman builds
152153
run: |
@@ -705,4 +706,4 @@ jobs:
705706
if: "${{ !cancelled() }}"
706707

707708
- run: sudo compsize -x "${HOME}/.local/share/containers"
708-
if: "${{ !cancelled() }}"
709+
if: "${{ !cancelled() && steps.install-compsize.outcome == 'success' }}"

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ else ifeq ($(PYTHON_VERSION), 3.12)
415415
jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
416416
jupyter/datascience/ubi9-python-$(PYTHON_VERSION) \
417417
jupyter/pytorch/ubi9-python-$(PYTHON_VERSION) \
418-
jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION)
418+
jupyter/tensorflow/ubi9-python-$(PYTHON_VERSION) \
419+
jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION)
419420
# jupyter/trustyai/ubi9-python-$(PYTHON_VERSION)
420421
# jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION)
421-
# jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION)
422422
# codeserver/ubi9-python-$(PYTHON_VERSION)
423423
# runtimes/minimal/ubi9-python-$(PYTHON_VERSION)
424424
# runtimes/datascience/ubi9-python-$(PYTHON_VERSION)
@@ -503,7 +503,8 @@ all-images: \
503503
jupyter-datascience-ubi9-python-$(RELEASE_PYTHON_VERSION) \
504504
cuda-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION) \
505505
cuda-jupyter-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION) \
506-
cuda-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION)
506+
cuda-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION) \
507+
rocm-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION)
507508
# jupyter-trustyai-ubi9-python-$(RELEASE_PYTHON_VERSION)
508509
# runtime-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION)
509510
# runtime-datascience-ubi9-python-$(RELEASE_PYTHON_VERSION)
@@ -516,7 +517,6 @@ all-images: \
516517
# cuda-rstudio-rhel9-python-$(RELEASE_PYTHON_VERSION)
517518
# rocm-jupyter-minimal-ubi9-python-$(RELEASE_PYTHON_VERSION)
518519
# rocm-jupyter-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION)
519-
# rocm-jupyter-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION)
520520
# rocm-runtime-pytorch-ubi9-python-$(RELEASE_PYTHON_VERSION)
521521
# rocm-runtime-tensorflow-ubi9-python-$(RELEASE_PYTHON_VERSION)
522522
else

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 96 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codeserver/ubi9-python-3.11/requirements.txt

Lines changed: 95 additions & 91 deletions
Large diffs are not rendered by default.

jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 355 additions & 323 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.11/requirements.txt

Lines changed: 355 additions & 323 deletions
Large diffs are not rendered by default.

jupyter/datascience/ubi9-python-3.12/Pipfile.lock

Lines changed: 1032 additions & 1021 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.12/requirements.txt

Lines changed: 1026 additions & 1010 deletions
Large diffs are not rendered by default.

jupyter/minimal/ubi9-python-3.11/Pipfile.lock

Lines changed: 259 additions & 232 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/minimal/ubi9-python-3.11/requirements.txt

Lines changed: 259 additions & 232 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)