We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7abf74 + e9f27b4 commit ac04abbCopy full SHA for ac04abb
Dockerfile.ubi
@@ -8,7 +8,8 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"
8
FROM registry.access.redhat.com/ubi9/ubi-minimal:${BASE_UBI_IMAGE_TAG} as base
9
ARG PYTHON_VERSION
10
11
-RUN microdnf install -y \
+RUN microdnf -y update && \
12
+ microdnf install -y \
13
python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel \
14
&& microdnf clean all
15
0 commit comments