R
RunPod•4mo ago
lixianwei

NO Region Pods keeping block when start my docker image.

NO Region Pods blocking when start my private docker image.
12 Replies
justin
justin•4mo ago
@lixianwei What do u mean block? Are u saying other regions work then? What template are u using?
lixianwei
lixianwei•4mo ago
US Region is ok. I create a template based on official stable-diffision-webui template. When i start my template, it will be blocking. seems to be stuck in rsync -au --remove-source-files /stable-diffusion-webui/ .
lixianwei
lixianwei•4mo ago
stuck in here. ID: nly52it9kpubh9
No description
ashleyk
ashleyk•4mo ago
Its not stuck, you need to wait like it says. Regions with network storage such as NO region take much longer to sync due to the slow speed of the network storage disk.
lixianwei
lixianwei•4mo ago
Does it take several hours? The final files are also incomplete, indicating that some files are missing.
ashleyk
ashleyk•4mo ago
Its incomplete because you need to wait for it to finish. I don't know how it can be any more clear when it says this.
No description
lixianwei
lixianwei•4mo ago
ID: luz19rtas21839 can you see my log?
No description
ashleyk
ashleyk•4mo ago
Which template is this? Looks like its broken. I can't see your logs, I don't work for RunPod.
lixianwei
lixianwei•4mo ago
this is my private docker image. same image can work in us region.
lixianwei
lixianwei•4mo ago
No description
ashleyk
ashleyk•4mo ago
You are probably putting stuff into /workspace in your Docker image which can't work in regions with network storage. You have to put it somewhere else, like / for example and then rsync it to /workspace when the container starts. Like this one is doing.
lixianwei
lixianwei•4mo ago
got it, thanks for your patient explanation.đź‘Ť