mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-28 05:47:14 +08:00
[Build] fix Dockerfile shell (#18402)
This commit is contained in:
parent
c6c10ca920
commit
371376f996
@ -189,6 +189,8 @@ WORKDIR /vllm-workspace
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
|
||||
echo "export PYTHON_VERSION_STR=${PYTHON_VERSION_STR}" >> /etc/environment
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user