Skip to content

Commit

Permalink
'cu121-megapak' no longer pushes as 'megapak'
Browse files Browse the repository at this point in the history
in preparation of cu126 tags. old pushes stay for a while.
  • Loading branch information
YanWenKun committed Jan 31, 2025
1 parent 870b40b commit 8ebed3f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-cu121-megapak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
context: ./cu121-megapak
file: ./cu121-megapak/Dockerfile
tags: |
yanwk/comfyui-boot:megapak
yanwk/comfyui-boot:cu121-megapak
yanwk/comfyui-boot:cu121-megapak-${{ steps.date.outputs.date }}
push: true
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker run -it --rm \
** Using 'root' user within the container (easy for rootless deploy).
** Using CUDA 12.4 + Python 3.12.

* link:cu121-megapak/README.adoc[`cu121-megapak`, `megapak`]
* link:cu121-megapak/README.adoc[`cu121-megapak`]
** All-in-one bundle, including dev kits.
** Using CUDA 12.1 + Python 3.11.
Expand Down
2 changes: 1 addition & 1 deletion README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://hub.docker.com/r/yanwk/comfyui-boot[Docker 镜像]
** 不推荐 Podman 与 rootless 用户使用(改用本仓库内其他镜像均可)
** 使用 CUDA 12.1 与 Python 3.11

* link:cu121-megapak/README.zh.adoc[`cu121-megapak`, `megapak`]
* link:cu121-megapak/README.zh.adoc[`cu121-megapak`]
** 大型整合包,包含开发组件
** 容器内使用 root 用户运行(便于 rootless 部署)
Expand Down
2 changes: 1 addition & 1 deletion docs/README-DockerHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Once the app is loaded, visit http://localhost:8188/
- Using 'root' user within the container (easy for rootless deploy).
- Using CUDA 12.4 + Python 3.12.

- `cu121-megapak`, `megapak` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121-megapak)
- `cu121-megapak` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121-megapak)

- All-in-one bundle, including dev kits.
- Using 'root' user within the container (easy for rootless deploy).
Expand Down

0 comments on commit 8ebed3f

Please sign in to comment.