From 86d9f07fd4c45c7d931a2829ed2aaf866a72e94b Mon Sep 17 00:00:00 2001 From: matt-personal Date: Sat, 31 Jan 2026 15:25:41 -0500 Subject: [PATCH] Switch base docker image again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b004dc..8421e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04 +FROM runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04 WORKDIR /app