Skip to content

Commit d5ca34d

Browse files
Update Dockerfile.cpu
1 parent 560f7f9 commit d5ca34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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
1010

11-
RUN subscription-manager register --org "$(cat /custom-activation-key/org)" --activationkey "$(cat /custom-activation-key/activationkey)"
11+
#RUN subscription-manager register --org "$(cat /custom-activation-key/org)" --activationkey "$(cat /custom-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)