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.
2 parents 1768937 + 9f305f8 commit 91c1fe1Copy full SHA for 91c1fe1
1 file changed
Dockerfile
@@ -102,10 +102,7 @@ USER modelrunner
102
RUN curl -LsSf https://astral.sh/uv/install.sh | sh \
103
&& ~/.local/bin/uv venv --python 3.12 /opt/vllm-env \
104
&& . /opt/vllm-env/bin/activate \
105
- && ~/.local/bin/uv pip install vllm \
106
- --extra-index-url https://wheels.vllm.ai/${VLLM_VERSION}/cu130 \
107
- --extra-index-url https://download.pytorch.org/whl/cu130 \
108
- --index-strategy unsafe-best-match
+ && ~/.local/bin/uv pip install vllm --torch-backend auto
109
110
RUN /opt/vllm-env/bin/python3.12 -c "import vllm; print(vllm.__version__)" > /opt/vllm-env/version
111
0 commit comments