Skip to content

Commit 68df25d

Browse files
committed
Merge origin/main into ae-1018-runt-2
Resolved uv.lock conflicts by regenerating lock file with current dependencies.
2 parents 1eff33e + 32b2561 commit 68df25d

File tree

3 files changed

+59
-58
lines changed

3 files changed

+59
-58
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime AS builder
1+
FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime AS builder
22

33
WORKDIR /app
44

@@ -15,7 +15,7 @@ RUN uv sync
1515

1616

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

2020
WORKDIR /app
2121

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ clean: # Remove build artifacts and cache files
3030

3131
upgrade: # Upgrade all dependencies
3232
uv sync --upgrade
33+
uv sync --all-groups
3334

3435
setup: dev # Initialize project, sync deps, update submodules
3536
git submodule init

0 commit comments

Comments
 (0)