Skip to content

Commit 254ddaf

Browse files
committed
soft fail
Signed-off-by: Junpu Fan <junpufan@gmail.com>
1 parent 9b07cc7 commit 254ddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/vllm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN bash install_efa.sh ${EFA_VERSION} \
6868
# TODO: remove this code when issue is fixed:
6969
# issue introduced by https://github.com/vllm-project/vllm/pull/30784
7070
# until https://github.com/vllm-project/vllm/pull/32377 is merged
71-
RUN rm /etc/ld.so.conf.d/00-cuda-compat.conf
71+
RUN rm /etc/ld.so.conf.d/00-cuda-compat.conf || true
7272

7373
# ====================== ec2 =========================================
7474
FROM base AS vllm-ec2

0 commit comments

Comments
 (0)