We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c4ed6 commit b08f346Copy full SHA for b08f346
docker/vllm/inference/0.9.1/Dockerfile.neuronx
@@ -223,9 +223,7 @@ RUN cd /tmp \
223
&& git clone -b 2.25.0 https://github.com/aws-neuron/upstreaming-to-vllm.git \
224
&& cd upstreaming-to-vllm \
225
&& ${PIP} install --no-cache-dir -r requirements/neuron.txt \
226
- && VLLM_TARGET_DEVICE="neuron" ${PIP} install --no-cache-dir -e . \
227
- && cd / \
228
- && rm -rf /tmp/upstreaming-to-vllm
+ && VLLM_TARGET_DEVICE="neuron" ${PIP} install --no-cache-dir -e .
229
230
WORKDIR ${APP_MOUNT}/vllm
231
0 commit comments