Dockerfile: For rocky8 one should NOT run dnf update, because it will like to update cuda to 13.3
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user