Skip to content

Commit 2fdc9e2

Browse files
committed
RHAIENG-1284: sync the Dockerfile.konflux.cuda with the Dockerfile.cuda from odh-io (#1638)
1 parent ef9b625 commit 2fdc9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
2929
# upgrade first to avoid fixable vulnerabilities end
3030

3131
# Install useful OS packages
32-
RUN dnf install -y perl mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
32+
RUN dnf install -y perl mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
3333

3434
# Other apps and tools installed as default user
3535
USER 1001

0 commit comments

Comments
 (0)