File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1919 PYTHONDONTWRITEBYTECODE=1 \
2020 PYTHONUNBUFFERED=1 \
2121 PYTHONIOENCODING=UTF-8 \
22- LD_LIBRARY_PATH="/usr/local/lib:/ opt/amazon/ofi-nccl/lib:/opt/amazon/openmpi/lib:/opt/amazon/efa/lib:/usr/local/cuda/lib64:${LD_LIBRARY_PATH}" \
22+ LD_LIBRARY_PATH="/opt/amazon/ofi-nccl/lib:/opt/amazon/openmpi/lib:/opt/amazon/efa/lib:/usr/local/cuda/lib64:${LD_LIBRARY_PATH}" \
2323 PATH="/opt/amazon/openmpi/bin:/opt/amazon/efa/bin:/usr/local/cuda/bin:${PATH}"
2424
2525WORKDIR /
@@ -65,6 +65,11 @@ RUN bash install_efa.sh ${EFA_VERSION} \
6565 && rm -rf /usr/local/cuda/bin/cuobjdump* \
6666 && rm -rf /usr/local/cuda/bin/nvdisasm*
6767
68+ # TODO: remove this code when issue is fixed:
69+ # issue introduced by https://github.com/vllm-project/vllm/pull/30784
70+ # until https://github.com/vllm-project/vllm/pull/32377 is merged
71+ RUN rm /etc/ld.so.conf.d/00-cuda-compat.conf
72+
6873# ====================== ec2 =========================================
6974FROM base AS vllm-ec2
7075
You can’t perform that action at this time.
0 commit comments