Skip to content

Commit cc45aff

Browse files
committed
Let's try another image then
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 5a929b1 commit cc45aff

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/flash_attention.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
runs-on: linux.dgx.b200.8
1919
container:
2020
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch/
21-
image: nvcr.io/nvidia/pytorch:25.06-py3
21+
# image: nvcr.io/nvidia/pytorch:25.06-py3
22+
image: pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
2223
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
23-
volumes:
24-
- /home/runner/externals:/__e
2524
steps:
2625
- uses: actions/checkout@v4
2726
with:

0 commit comments

Comments
 (0)