Skip to content

Commit 22a7ac1

Browse files
committed
Add devel build for complex nodes
1 parent 3ec7473 commit 22a7ac1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
build:
19-
- {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.4.1"}
19+
- {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.5.1"}
2020
steps:
2121
-
2222
name: Free Space
@@ -98,7 +98,8 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
build:
101-
- {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.4.1", cuda: "12.1.1-base"}
101+
- {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-base"}
102+
- {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-cudnn8-devel"}
102103
steps:
103104
-
104105
name: Free Space
@@ -162,6 +163,10 @@ jobs:
162163
else
163164
TAGS="${img_path_ghcr}:${base_tag}-${COMFYUI_BUILD_REF}, ${img_path_dhub}:${COMFYUI_BUILD_REF}"
164165
fi
166+
# Tag a devel build
167+
if [[ matrix.build.cuda = *-devel ]]; then
168+
TAGS="${TAGS}, ${img_path_dhub}:${COMFYUI_BUILD_REF}-devel"
169+
fi
165170
echo "TAGS=${TAGS}" >> ${GITHUB_ENV}
166171
-
167172
name: Build and push
@@ -183,7 +188,7 @@ jobs:
183188
fail-fast: false
184189
matrix:
185190
build:
186-
- {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
191+
- {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
187192
steps:
188193
-
189194
name: Free Space

0 commit comments

Comments
 (0)