Update ownership of /comfyui to comfyui user

This commit is contained in:
B. Bergeron 2025-08-13 12:03:27 -04:00
parent 6572cbb61d
commit 5b27c661c6
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..." echo "[entrypoint] Changing directory ownership..."
chown -R "$user:$user_group" \ chown -R "$user:$user_group" \
/data \ /data \
/comfyui/custom_nodes \ /comfyui \
/comfyui/models \
/comfyui/.venv \
/home/comfyui /home/comfyui
# Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access. # Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access.