Skip to content

Commit a23a85a

Browse files
committed
Update ownership of /comfyui to comfyui user
1 parent b7dfabb commit a23a85a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

entrypoint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ fi
2626
echo "[entrypoint] Changing directory ownership..."
2727
chown -R "$user:$user_group" \
2828
/data \
29-
/comfyui/custom_nodes \
30-
/comfyui/models \
31-
/comfyui/.venv \
29+
/comfyui \
3230
/home/comfyui
3331

3432
# Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access.

0 commit comments

Comments
 (0)