Skip to content

Commit a121837

Browse files
update sm correctly
1 parent d6254fc commit a121837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USER 0
88

99
#RUN subscription-manager register
1010

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)"
1212

1313
# Inject the official UBI 9 repository configuration into the AIPCC base image.
1414
# 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

Comments
 (0)