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 87ad940 commit 5b9a559Copy full SHA for 5b9a559
runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm
@@ -27,7 +27,7 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
27
# upgrade first to avoid fixable vulnerabilities end
28
29
# Install useful OS packages
30
-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
31
32
# Other apps and tools installed as default user
33
USER 1001
0 commit comments