We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1856ef6 + 56ed982 commit 0550f02Copy full SHA for 0550f02
3 files changed
Containerfile
@@ -11,10 +11,11 @@ ENV UV_COMPILE_BYTECODE=0 \
11
12
WORKDIR /app-root
13
14
+USER root
15
+
16
# Install gcc - required by polyleven python package on aarch64
17
# (dependency of autoevals, no pre-built binary wheels for linux on aarch64)
-USER root
-RUN dnf --disablerepo="*" --enablerepo="ubi-9-appstream-rpms" --enablerepo="ubi-9-baseos-rpms" install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
18
+RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
19
20
# Install uv package manager
21
RUN pip3.12 install "uv==0.8.15"
0 commit comments