diff --git a/Dockerfile b/Dockerfile index 950b4eb06..592b6a4fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -# # Use the recommended Python version 3.12, as specified in the README. FROM python:3.12.11-bookworm AS comfyui-base diff --git a/docker-compose.yml b/docker-compose.yml index 8e4ff0e67..f7263970c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,4 @@ # Docker Compose file to run ComfyUI locally using Docker. -# -# Authors: -# B. Bergeron -# services: comfyui: diff --git a/entrypoint.sh b/entrypoint.sh index df1e275d0..f059293e8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,10 +1,6 @@ #!/bin/sh # Entrypoint script for the ComfyUI Docker image. -# -# Authors: -# B. Bergeron -# set -e