Skip to content

Commit fd8cbaf

Browse files
authored
Build torch 2.2.1 images (#1010)
1 parent 09ff550 commit fd8cbaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: "2.2.0_cu121_flash2_aws"
2424
base_image: mosaicml/pytorch:2.2.0_cu121-python3.11-ubuntu20.04-aws
2525
dep_groups: "[gpu-flash2]"
26+
- name: "2.2.1_cu121_flash2"
27+
base_image: mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04
28+
dep_groups: "[gpu-flash2]"
29+
- name: "2.2.1_cu121_flash2_aws"
30+
base_image: mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04-aws
31+
dep_groups: "[gpu-flash2]"
2632
steps:
2733
- name: Maximize Build Space on Worker
2834
uses: easimon/maximize-build-space@v4

0 commit comments

Comments
 (0)