Skip to content

Commit 0066335

Browse files
committed
RHAIENG-1284: fix(Dockerfiles) libcrypt.so.1 not found in runtime-datascience-cuda-pytorch-llmcompressor-ubi9-python-3.12 image (#2549)
1 parent ef569da commit 0066335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.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)