We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b23d95 commit 7937996Copy full SHA for 7937996
vllm/arm64/gpu/Dockerfile.arm64
@@ -50,8 +50,7 @@ RUN uv pip install --no-cache-dir -U \
50
${TORCHVISION_URL} \
51
${TORCHAUDIO_URL}
52
53
-RUN uv pip install pytorch_triton==3.3.1+gitc8757738 \
54
- --extra-index-url https://download.pytorch.org/whl/nightly/pytorch-triton/
+RUN uv pip install --extra-index-url https://download.pytorch.org/whl/nightly/pytorch-triton/ pytorch_triton==3.3.1+gitc8757738
55
56
##############################################################################
57
FROM base AS build-base
0 commit comments