We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8724d3 + 5cdde56 commit d8b0f27Copy full SHA for d8b0f27
Containerfile
@@ -14,7 +14,7 @@ WORKDIR /app-root
14
# Install gcc - required by polyleven python package on aarch64
15
# (dependency of autoevals, no pre-built binary wheels for linux on aarch64)
16
USER root
17
-RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
+RUN dnf --disablerepo="*" --enablerepo="ubi-9-appstream-rpms" --enablerepo="ubi-9-baseos-rpms" install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
18
19
# Install uv package manager
20
RUN pip3.12 install "uv==0.8.11"
@@ -69,4 +69,4 @@ ENTRYPOINT ["python3.12", "src/lightspeed_stack.py"]
69
LABEL vendor="Red Hat, Inc."
70
71
# no-root user is checked in Konflux
72
-USER 1001
+USER 1001
0 commit comments