comfyui icon indicating copy to clipboard operation
comfyui copied to clipboard

how-to WORKSPACE_SYNC

Open pvp-by opened this issue 1 year ago • 3 comments

my step :

use runpod template

ghcr.io/ai-dock/comfyui:latest
without PROVISIONING_SCRIPT
WORKSPACE_SYNC first time true , after true/false result down

result :

  • system logs:
2024-02-29T07:57:13Z create pod network
2024-02-29T07:57:13Z create container ghcr.io/ai-dock/comfyui:latest
2024-02-29T07:57:14Z latest Pulling from ai-dock/comfyui
2024-02-29T07:57:14Z Digest: sha256:47f033dddfba20771da60cfc3bc403812f88cb5b3b03ce6e17de7fa9272e3a50
2024-02-29T07:57:14Z Status: Image is up to date for ghcr.io/ai-dock/comfyui:latest
2024-02-29T07:57:14Z start container
  • container logs:
...
2024-02-29T07:51:18.335204123Z 
2024-02-29T07:51:18.626160221Z chown: changing ownership of '/workspace/': Operation not permitted
2024-02-29T07:51:18.653602734Z chown: changing ownership of '/workspace//.ai-dock-permissions-test': Operation not permitted
2024-02-29T07:51:19.416355191Z chown: changing ownership of '/workspace/home/user': Operation not permitted
2024-02-29T07:51:19.451593327Z useradd: warning: the home directory /workspace/home/user already exists.
2024-02-29T07:51:19.451656302Z useradd: Not copying any file from skel directory into it.
2024-02-29T07:51:19.529256483Z usermod: group 'render' does not exist
2024-02-29T07:51:19.534188717Z usermod: group 'sgx' does not exist
2024-02-29T07:51:19.544032612Z mkdir: cannot create directory ‘/workspace/home/user/.ssh’: File exists
2024-02-29T07:51:19.551713395Z cp: not writing through dangling symlink '/workspace/home/user/.ssh'
2024-02-29T07:51:19.559099834Z chown: changing ownership of '/workspace/home/user/.ssh': Operation not permitted
2024-02-29T07:51:19.566694095Z chmod: cannot access '/workspace/home/user/.ssh/authorized_keys': No such file or directory
2024-02-29T07:51:19.589076075Z chmod: cannot access '/home/user-linux/.ssh/authorized_keys': Too many levels of symbolic links

my goal install comfyui deps and when run, only extract docker image. save my install deps for custom_nodes.

first time i need use WORKSPACE_SYNC as true or false for everytime save my install deps

PS whether it's important to use any PROVISIONING_SCRIPT or can broken link ?

pvp-by avatar Feb 29 '24 08:02 pvp-by