build with no libraries and pass in the device via compose
Docker Build and Release Upload / build-rocm (push) Failing after 28s
Docker Build and Release Upload / build-uvicorn (push) Has been cancelled
Docker Build and Release Upload / build-cuda (push) Has been cancelled

This commit is contained in:
2026-04-16 19:15:17 -07:00
parent 29d76e276c
commit e3f2375e4c
2 changed files with 8 additions and 12 deletions
+3 -3
View File
@@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and push comfyui
- name: build and push comfyui-cuda
run: |
docker buildx build \
--platform=linux/arm64 \
@@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and push comfyui
- name: build and push comfyui-rocm
run: |
docker buildx build \
--platform=linux/arm64 \
@@ -73,7 +73,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and push comfyui
- name: build and push uvicorn
run: |
docker buildx build \
--platform=linux/arm64 \