Skip to content

Commit d6254fc

Browse files
UPDATE SM
1 parent 0546a0f commit d6254fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ FROM quay.io/aipcc/base-images/cpu:3.0-1761652019 AS cpu-base
66
# OS Packages needs to be installed as root
77
USER 0
88

9-
RUN subscription-manager register
9+
#RUN subscription-manager register
10+
11+
RUN subscription-manager register --activationkey="$KEY_NAME" --org="$ORG_ID"
1012

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