revert bumping up base image

This commit is contained in:
Eugene Rakhmatulin
2026-03-04 07:29:53 -08:00
parent fff1a24982
commit bbd7db2813

View File

@@ -207,7 +207,7 @@ COPY --from=vllm-builder /workspace/wheels /
# ========================================================= # =========================================================
# STAGE 6: Runner (Installs wheels from host ./wheels/) # STAGE 6: Runner (Installs wheels from host ./wheels/)
# ========================================================= # =========================================================
FROM nvcr.io/nvidia/pytorch:26.02-py3 AS runner FROM nvcr.io/nvidia/pytorch:26.01-py3 AS runner
# Transferring build settings from build image because of ptxas/jit compilation during vLLM startup # Transferring build settings from build image because of ptxas/jit compilation during vLLM startup
# Build parallemism # Build parallemism