We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b07cc7 commit 254ddafCopy full SHA for 254ddaf
docker/vllm/Dockerfile
@@ -68,7 +68,7 @@ RUN bash install_efa.sh ${EFA_VERSION} \
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
+RUN rm /etc/ld.so.conf.d/00-cuda-compat.conf || true
72
73
# ====================== ec2 =========================================
74
FROM base AS vllm-ec2
0 commit comments