Skip to content

Commit

Permalink
missing cuda lib
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Jan 3, 2025
1 parent fdcbb9f commit 64e9247
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rhoai-ilab-image/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM nvcr.io/nvidia/cuda:12.6.3-cudnn-devel-ubi9

RUN dnf update -y && dnf clean all
RUN dnf -y install openblas-devel git python3-pip && \
dnf install -y libcudnn8 nvidia-driver-NVML nvidia-driver-cuda-libs && \
dnf clean all

RUN pip cache remove llama_cpp_python
RUN pip install kfp==2.9.0
RUN pip install kubeflow-training
RUN CMAKE_ARGS="-DLLAMA_CUDA=on -DLLAMA_NATIVE=off" pip install 'instructlab[cuda]'

0 comments on commit 64e9247

Please sign in to comment.