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.
1 parent ef569da commit 0066335Copy full SHA for 0066335
runtimes/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.cuda
@@ -29,7 +29,7 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
29
# upgrade first to avoid fixable vulnerabilities end
30
31
# Install useful OS packages
32
-RUN dnf install -y perl mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y perl mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
33
34
# Other apps and tools installed as default user
35
USER 1001
0 commit comments