Dockerfile: For rocky8 one should NOT run dnf update, because it will like to update cuda to 13.3

This commit is contained in:
2026-07-11 18:00:52 +02:00
parent cdcd5d28ca
commit 4fcbb09771
+1 -4
View File
@@ -10,12 +10,9 @@ ARG EIGEN_VERSION=3.4.0
# below (3.4.x is required; Eigen's same-major-version rule rejects 5.x).
# Update base and install common utilities
RUN dnf -y update && \
dnf -y install epel-release && \
dnf -y update && \
RUN dnf -y install epel-release && \
dnf -y install --enablerepo=devel \
dnf-plugins-core \
epel-release \
git \
git-lfs \
which \