Skip to content

Commit 142a02b

Browse files
committed
RHAIENG-2101: install libxcrypt-compat to get rid of lld inconsistencies (opendatahub-io#2760)
There is a Jira from the past about this * https://issues.redhat.com/browse/RHOAIENG-28824 * https://issues.redhat.com/browse/RHAIENG-1284 ``` SUBFAILED[dlib='/opt/app-root/lib64/python3.12/site-packages/mysql/vendor/private/sasl2/libplain.so.3.0.0'] tests/containers/base_image_test.py::TestBaseImage::test_elf_files_can_link_runtime_libs[ghcr.io/opendatahub-io/notebooks/workbench-images:rocm-jupyter-tensorflow-ubi9-python-3.12-_8ac1b04d1f22ec3c5bc4a50a95176a522bee132d] - Failed: dlib='/opt/app-root/lib64/python3.12/site-packages/mysql/vendor/private/sasl2/libplain.so.3.0.0' has unsatisfied dependencies deps='libcrypt.so.1 => not found' ```
1 parent 6513e8d commit 142a02b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ USER root
117117
# Install useful OS packages
118118
RUN --mount=type=cache,target=/var/cache/dnf,sharing=locked,id=notebooks-dnf /bin/bash <<'EOF'
119119
set -Eeuxo pipefail
120-
dnf install -y --setopt=keepcache=1 jq unixODBC postgresql git-lfs libsndfile
120+
dnf install -y --setopt=keepcache=1 jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat
121121
EOF
122122

123123
# Copy dynamically-linked mongocli built in earlier build stage

jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ USER root
123123
# Install useful OS packages
124124
RUN --mount=type=cache,target=/var/cache/dnf,sharing=locked,id=notebooks-dnf /bin/bash <<'EOF'
125125
set -Eeuxo pipefail
126-
dnf install -y --setopt=keepcache=1 jq unixODBC postgresql git-lfs libsndfile
126+
dnf install -y --setopt=keepcache=1 jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat
127127
EOF
128128

129129
# Copy dynamically-linked mongocli built in earlier build stage

0 commit comments

Comments
 (0)