Skip to content

Commit 0347755

Browse files
committed
Use --extra-index-url for vLLM installation
1 parent 7ba499d commit 0347755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
14941494
cp -r nvpl_slim_24.04/include/* /usr/local/include && \\
14951495
rm -rf nvpl_slim_24.04.tar nvpl_slim_24.04; \\
14961496
fi \\
1497-
&& pip3 install --no-cache-dir --progress-bar on --index-url $VLLM_INDEX_URL -r /run/secrets/requirements \\
1497+
&& pip3 install --no-cache-dir --extra-index-url $VLLM_INDEX_URL -r /run/secrets/requirements \\
14981498
# Need to install in-house build of pytorch-triton to support triton_key definition used by torch 2.5.1
14991499
&& cd /tmp \\
15001500
&& wget $PYTORCH_TRITON_URL \\

0 commit comments

Comments
 (0)