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: codeserver/ubi9-python-3.12/Dockerfile.konflux.cpu
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
-
# External image alias for UBI repository configuration
7
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
-
9
6
####################
10
7
# rpm-base #
11
8
####################
@@ -18,11 +15,6 @@ WORKDIR /root
18
15
19
16
ENV HOME=/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.
# create dummy file to ensure this stage is awaited before installing rpm
35
42
RUN ./get_code_server_rpm.sh && touch /tmp/control
36
43
@@ -75,14 +82,13 @@ FROM ${BASE_IMAGE} AS cpu-base
75
82
76
83
WORKDIR /opt/app-root/bin
77
84
85
+
# RHAIENG-2189: this is AIPCC migration phase 1.5
86
+
ENV PIP_EXTRA_INDEX_URL=https://pypi.org/simple
87
+
ENV UV_EXTRA_INDEX_URL=https://pypi.org/simple
88
+
78
89
# OS Packages needs to be installed as root
79
90
USER 0
80
91
81
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
82
-
# 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.
83
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
51
-
# 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.
52
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
-
# External image alias for UBI repository configuration
7
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
-
9
6
############################
10
7
# Stage 1: PDF Tool Build #
11
8
############################
@@ -36,11 +33,6 @@ WORKDIR /opt/app-root/bin
36
33
# OS Packages needs to be installed as root
37
34
USER 0
38
35
39
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
40
-
# 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.
41
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cuda
-8Lines changed: 0 additions & 8 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
# cuda-base #
13
10
####################
@@ -18,11 +15,6 @@ WORKDIR /opt/app-root/bin
18
15
# OS Packages needs to be installed as root
19
16
USER 0
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.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.rocm
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
-
# External image alias for UBI repository configuration
7
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
-
9
6
####################
10
7
# rocm-base #
11
8
####################
@@ -16,11 +13,6 @@ WORKDIR /opt/app-root/bin
16
13
# OS Packages needs to be installed as root
17
14
USER 0
18
15
19
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
20
-
# 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.
21
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
38
-
# 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.
39
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
38
-
# 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.
39
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
36
-
# 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.
37
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
0 commit comments