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