From bbd7db28133f77bd6865dd73d9074774fe85066c Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Wed, 4 Mar 2026 07:29:53 -0800 Subject: [PATCH] revert bumping up base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3a5de7..4e224f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -207,7 +207,7 @@ COPY --from=vllm-builder /workspace/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 # Build parallemism