Skip to content

Commit de3d735

Browse files
authored
fix ubi docker: use --nobest flag to resolve boost dependency conflicts (#803)
Switched from --best to --nobest in DNF install command to allow installation of compatible boost versions when the latest version has dependency conflicts with boost-program-options. Signed-off-by: Adam Ghandoura <adam.ghandoura@intel.com>
1 parent fb3fa7a commit de3d735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cd/Dockerfile.rhel.ubi.vllm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN PT_PACKAGE_NAME="pytorch_modules-v${PT_VERSION}_${SYNAPSE_VERSION}_${SYNAPSE
126126
rm -rf "${TMP_PATH}" "${PT_PACKAGE_NAME}"
127127

128128
# System update
129-
RUN dnf -y update --best --allowerasing --skip-broken && \
129+
RUN dnf -y update --nobest --allowerasing --skip-broken && \
130130
dnf clean all
131131

132132
WORKDIR /workspace

0 commit comments

Comments
 (0)