[Misc] Remove VLLM_BUILD_WITH_NEURON env variable (#5389)

This commit is contained in:
Woosuk Kwon
2024-06-11 00:37:56 -07:00
committed by GitHub
parent 3c4cebf751
commit 8bab4959be
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ COPY ./requirements-neuron.txt /app/vllm/requirements-neuron.txt
RUN cd /app/vllm \
&& python3 -m pip install -U -r requirements-neuron.txt
ENV VLLM_BUILD_WITH_NEURON 1
ENV VLLM_TARGET_DEVICE neuron
RUN cd /app/vllm \
&& pip install -e . \
&& cd ..