Skip to content

Commit 75213f4

Browse files
committed
fix(docker): use PyTorch 2.9.0 base image to match pre-built flash-attn wheels
1 parent 030433e commit 75213f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.9.1-cuda12.8-cudnn9-devel
1+
FROM pytorch/pytorch:2.9.0-cuda12.8-cudnn9-devel
22

33
# System dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)