Update ownership of /comfyui to comfyui user

This commit is contained in:
B. Bergeron 2025-08-13 12:03:27 -04:00
parent 80519fd53b
commit cc524b7c86
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925

View File

@ -26,9 +26,7 @@ fi
echo "[entrypoint] Changing directory ownership..."
chown -R "$user:$user_group" \
/data \
/comfyui/custom_nodes \
/comfyui/models \
/comfyui/.venv \
/comfyui \
/home/comfyui
# Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access.