-
Notifications
You must be signed in to change notification settings - Fork 186
docs: add Docker FAQ note to system requirements page #1230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e102e4b
ee530af
b2e2090
fc9877c
7b074c0
dfa3398
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,8 @@ icon: "computer" | |
| --- | ||
|
|
||
| import InstallLink from "/snippets/install/install-link.mdx" | ||
| import DockerNotice from "/snippets/install/docker-notice.mdx" | ||
|
|
||
|
|
||
| In this guide, we will introduce the system requirements for installing ComfyUI. Due to frequent updates of ComfyUI, this document may not be updated in a timely manner. Please refer to the relevant instructions in [ComfyUI](https://github.com/Comfy-Org/ComfyUI). | ||
|
|
||
|
|
@@ -61,3 +63,7 @@ The Windows portable build currently comes with Python 3.13 and PyTorch CUDA 13. | |
| <Card title="Manual Installation" icon="book" href="/installation/manual_install"> | ||
| Please refer to the manual installation section for detailed installation steps. | ||
| </Card> | ||
|
|
||
| ## FAQ | ||
|
|
||
| <DockerNotice /> | ||
|
Comment on lines
+66
to
+69
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Keep the Docker note punctuation compliant. This FAQ block renders the shared English Docker note, and that copy uses an em dash. Please swap it for a period or colon in the shared snippet so the rendered docs stay within the English MDX style guide. As per coding guidelines, 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| <Note> | ||
| **Docker:** ComfyUI does not provide an official Docker image. If you want to run ComfyUI in a container, search [Docker Hub](https://hub.docker.com) for community-maintained images. Note that **none of these are official ComfyUI images**, and they are not supported by the ComfyUI team. Use them at your own risk. | ||
| </Note> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| {/* translationSourceHash: 6e98606f */} | ||
| <Note> | ||
| **Docker:** ComfyUI は公式の Docker イメージを提供していません。コンテナで実行したい場合は、[Docker Hub](https://hub.docker.com) でコミュニティがメンテナンスするイメージを自分で検索してください。ただし、**いずれも ComfyUI 公式イメージではなく**、ComfyUI チームによるサポートもありません。自己責任でご利用ください。 | ||
| </Note> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| {/* translationSourceHash: 6e98606f */} | ||
| <Note> | ||
| **Docker:** ComfyUI는 공식 Docker 이미지를 제공하지 않습니다. 컨테이너에서 실행하려면 [Docker Hub](https://hub.docker.com)에서 커뮤니티가 유지보수하는 이미지를 직접 검색하세요. 하지만 **이미지는 모두 ComfyUI 공식 이미지가 아니며**, ComfyUI 팀의 공식 지원도 받지 않습니다. 사용에 따른 책임은 사용자에게 있습니다. | ||
| </Note> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| {/* translationSourceHash: 6e98606f */} | ||
| <Note> | ||
| **Docker:** ComfyUI 不提供官方 Docker 镜像。若需在容器中运行,请自行在 [Docker Hub](https://hub.docker.com) 搜索社区维护的镜像,但**这些均非 ComfyUI 官方镜像**,也不受 ComfyUI 团队支持,请自行评估风险后使用。 | ||
| </Note> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Keep the Docker note punctuation compliant.
This FAQ block renders the same shared English Docker note, so the em dash shows up here too. Please swap it for a period or colon in the shared snippet so both English docs stay within the style guide. As per coding guidelines,
**/*.mdx: In English documentation, avoid em dashes (—); use periods, commas, colons, parentheses, or a second sentence instead.🤖 Prompt for AI Agents
Source: Coding guidelines