Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime AS builder
FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime AS builder

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN uv sync


# --- Final stage: strip build tools, retain only runtime essentials ---
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime

WORKDIR /app

Expand Down
Loading
Loading