Skip to content

Commit 3f8cb79

Browse files
committed
Add @bbergeron0 to CODEOWNER
1 parent dfd5951 commit 3f8cb79

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@
2323
/comfy_extras/ @yoland68 @robinjhuang @pythongosssss @ltdrdata @Kosinkadink @webfiltered @christian-byrne @guill
2424
/comfy/comfy_types/ @yoland68 @robinjhuang @pythongosssss @ltdrdata @Kosinkadink @webfiltered @christian-byrne @guill
2525
/comfy_api_nodes/ @yoland68 @robinjhuang @pythongosssss @ltdrdata @Kosinkadink @webfiltered @christian-byrne @guill
26+
27+
# Docker developers
28+
Dockerfile @bbergeron0
29+
entrypoint.sh @bbergeron0
30+
docker-compose.yaml @bbergeron0

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Docker buildfile for the ComfyUI image, with support for hardware
22
# acceleration, file ownership synchronization, custom nodes, and custom node
33
# managers.
4-
#
5-
# Authors:
6-
# B. Bergeron <[email protected]>
7-
#
84

95
# Use the recommended Python version 3.12, as specified in the README.
106
FROM python:3.12.11-bookworm AS comfyui-base

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Docker Compose file to run ComfyUI locally using Docker.
2-
#
3-
# Authors:
4-
# B. Bergeron <[email protected]>
5-
#
62

73
services:
84
comfyui:

entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/sh
22

33
# Entrypoint script for the ComfyUI Docker image.
4-
#
5-
# Authors:
6-
# B. Bergeron <[email protected]>
7-
#
84

95
set -e
106

0 commit comments

Comments
 (0)