Skip to content

Commit

Permalink
single install line
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Jan 5, 2025
1 parent 64e9247 commit 272d63c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rhoai-ilab-image/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 272d63c

Please sign in to comment.