Skip to content

Commit 371376f

Browse files
authored
[Build] fix Dockerfile shell (vllm-project#18402)
1 parent c6c10ca commit 371376f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ WORKDIR /vllm-workspace
189189
ENV DEBIAN_FRONTEND=noninteractive
190190
ARG TARGETPLATFORM
191191

192+
SHELL ["/bin/bash", "-c"]
193+
192194
RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
193195
echo "export PYTHON_VERSION_STR=${PYTHON_VERSION_STR}" >> /etc/environment
194196

0 commit comments

Comments
 (0)