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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ USER 0
8
8
9
9
#RUN subscription-manager register
10
10
11
-
RUN subscription-manager register --activationkey="$KEY_NAME" --org="$ORG_ID"
11
+
RUN subscription-manager register --org "$(cat /activation-key/org)" --activationkey "$(cat /activation-key/activationkey)"
12
12
13
13
# Inject the official UBI 9 repository configuration into the AIPCC base image.
14
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