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
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ FROM quay.io/aipcc/base-images/cpu:3.0-1761652019 AS cpu-base
6
6
# OS Packages needs to be installed as root
7
7
USER 0
8
8
9
-
RUN subscription-manager register
9
+
#RUN subscription-manager register
10
+
11
+
RUN subscription-manager register --activationkey="$KEY_NAME" --org="$ORG_ID"
10
12
11
13
# Inject the official UBI 9 repository configuration into the AIPCC base image.
12
14
# 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.
0 commit comments