From 272d63c66268f76574a1dac12ad661650f812486 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Sun, 5 Jan 2025 14:25:48 -0500 Subject: [PATCH] single install line Signed-off-by: Ryan Cook --- rhoai-ilab-image/Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rhoai-ilab-image/Containerfile b/rhoai-ilab-image/Containerfile index 8d6d672..30e5fee 100644 --- a/rhoai-ilab-image/Containerfile +++ b/rhoai-ilab-image/Containerfile @@ -1,7 +1,6 @@ FROM nvcr.io/nvidia/cuda:12.6.3-cudnn-devel-ubi9 -RUN dnf -y install openblas-devel git python3-pip && \ - dnf install -y libcudnn8 nvidia-driver-NVML nvidia-driver-cuda-libs && \ +RUN dnf -y install libcudnn8 nvidia-driver-NVML nvidia-driver-cuda-libs openblas-devel git python3-pip && \ dnf clean all RUN pip cache remove llama_cpp_python