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
Begin by using the provided AIPCC base image and the copr of rstudio-server-dependencies to pass-through dnf upgrade. In the meantime, we are installing other dependencies using mirror.stream.centos.org while we await the final working AIPCC image.
Copy file name to clipboardExpand all lines: rstudio/rhel9-python-3.12/Dockerfile.cpu
+18-49Lines changed: 18 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ ARG TARGETARCH
5
5
#########################
6
6
ARG BASE_IMAGE
7
7
8
-
# External image alias for UBI repository configuration
9
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
10
-
11
8
####################
12
9
# cpu-base #
13
10
####################
@@ -18,10 +15,8 @@ WORKDIR /opt/app-root/bin
18
15
# OS Packages needs to be installed as root
19
16
USER root
20
17
21
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
22
-
# 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.
23
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# TODO THIS SHOULD BE REMOVED in favor of: https://issues.redhat.com/browse/RHOAIENG-32541
77
-
# uncomment the below line if you fall on this error: subscription-manager is disabled when running inside a container. Please refer to your host system for subscription management.
78
-
#RUN sed -i 's/\(def in_container():\)/\1\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py
79
-
80
-
# If necessary, run the subscription manager command using the provided credentials. Only include --serverurl and --baseurl if they are provided
0 commit comments