We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eff33e + 32b2561 commit 68df25dCopy full SHA for 68df25d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime AS builder
+FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime AS builder
2
3
WORKDIR /app
4
@@ -15,7 +15,7 @@ RUN uv sync
15
16
17
# --- Final stage: strip build tools, retain only runtime essentials ---
18
-FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
+FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime
19
20
21
Makefile
@@ -30,6 +30,7 @@ clean: # Remove build artifacts and cache files
30
31
upgrade: # Upgrade all dependencies
32
uv sync --upgrade
33
+ uv sync --all-groups
34
35
setup: dev # Initialize project, sync deps, update submodules
36
git submodule init
0 commit comments