diff --git a/Dockerfile b/Dockerfile index 81592d1..595f62f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN yum install -y \ RUN dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo RUN dnf clean expire-cache -RUN dnf module install -y nvidia-driver:latest-dkms +#RUN dnf module install -y nvidia-driver:latest-dkms RUN dnf install -y cuda-toolkit RUN dnf install -y nvidia-gds