mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-21 11:50:16 +08:00
Add @bbergeron0 to CODEOWNER
This commit is contained in:
parent
7419345b76
commit
aba97d6ada
@ -1,10 +1,6 @@
|
|||||||
# Docker buildfile for the ComfyUI image, with support for hardware
|
# Docker buildfile for the ComfyUI image, with support for hardware
|
||||||
# acceleration, file ownership synchronization, custom nodes, and custom node
|
# acceleration, file ownership synchronization, custom nodes, and custom node
|
||||||
# managers.
|
# managers.
|
||||||
#
|
|
||||||
# Authors:
|
|
||||||
# B. Bergeron <me@bbergeron.xyz>
|
|
||||||
#
|
|
||||||
|
|
||||||
# Use the recommended Python version 3.12, as specified in the README.
|
# Use the recommended Python version 3.12, as specified in the README.
|
||||||
FROM python:3.12.11-bookworm AS comfyui-base
|
FROM python:3.12.11-bookworm AS comfyui-base
|
||||||
|
|||||||
@ -1,8 +1,4 @@
|
|||||||
# Docker Compose file to run ComfyUI locally using Docker.
|
# Docker Compose file to run ComfyUI locally using Docker.
|
||||||
#
|
|
||||||
# Authors:
|
|
||||||
# B. Bergeron <me@bbergeron.xyz>
|
|
||||||
#
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
comfyui:
|
comfyui:
|
||||||
|
|||||||
@ -1,10 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Entrypoint script for the ComfyUI Docker image.
|
# Entrypoint script for the ComfyUI Docker image.
|
||||||
#
|
|
||||||
# Authors:
|
|
||||||
# B. Bergeron <me@bbergeron.xyz>
|
|
||||||
#
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user