You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NO-JIRA: workaround(rstudio/rhel): c9s base does not normally have redhat release key (opendatahub-io#2664)
When we update to latest AIPCC bases that don't remove the ``.repo` files, we will be able to remove the COPYs.
```
Red Hat Universal Base Image 9 (RPMs) - BaseOS 0.0 B/s | 0 B 00:00
Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release [Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release]
```
Copy file name to clipboardExpand all lines: rstudio/rhel9-python-3.12/Dockerfile.cpu
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ USER root
22
22
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
23
23
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: rstudio/rhel9-python-3.12/Dockerfile.cuda
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ USER root
22
22
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
23
23
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
0 commit comments