Skip to content

Commit

Permalink
Merge pull request #145 from RH-steve-grubb/do-updates
Browse files Browse the repository at this point in the history
Start by updating the image
  • Loading branch information
Xaenalt authored Sep 4, 2024
2 parents d7abf74 + e9f27b4 commit ac04abb
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 ac04abb

Please sign in to comment.