Skip to content

Commit

Permalink
community image
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 723fb6c commit fdcbb9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rhoai-ilab-image/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3
FROM nvcr.io/nvidia/cuda:12.6.3-cudnn-devel-ubi9

RUN dnf update -y && dnf clean all

RUN pip install kfp==2.9.0
RUN pip install kubeflow-training

0 comments on commit fdcbb9f

Please sign in to comment.