Add @bbergeron0 to CODEOWNER

This commit is contained in:
B. Bergeron 2025-08-19 18:05:58 -04:00
parent e68b3b0d0e
commit a3648d1a3f
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925
3 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -1,8 +1,4 @@
# Docker Compose file to run ComfyUI locally using Docker.
#
# Authors:
# B. Bergeron <me@bbergeron.xyz>
#
services:
comfyui:

View File

@ -1,10 +1,6 @@
#!/bin/sh
# Entrypoint script for the ComfyUI Docker image.
#
# Authors:
# B. Bergeron <me@bbergeron.xyz>
#
set -e