Skip to content

Commit

Permalink
Merge pull request opendatahub-io#148 from openshift-cherrypick-robot…
Browse files Browse the repository at this point in the history
…/cherry-pick-145-to-release

[release] Start by updating the image
  • Loading branch information
vaibhavjainwiz authored Sep 5, 2024
2 parents 8fdcb03 + e5c6780 commit 1fe2bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"
FROM registry.access.redhat.com/ubi9/ubi-minimal:${BASE_UBI_IMAGE_TAG} as base
ARG PYTHON_VERSION

RUN microdnf install -y \
RUN microdnf -y update && \
microdnf install -y \
python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel \
&& microdnf clean all

Expand Down

0 comments on commit 1fe2bc9

Please sign in to comment.