R
RunPod4mo ago
sidou

error creating container: create or lookup container: container create: exit st

I keep getting this error on my Serverless pods. I didn't change change anything compared to previous days. FYI, I am hosting my models on AWS ECR. 2024-04-25T17:16:52Z error creating container: create or lookup container: container create: exit status 1
5 Replies
nerdylive
nerdylive4mo ago
Hm what error is that? After pull or before?
sidou
sidou4mo ago
After the pull, it goes like this:
2024-04-25T18:02:07Z Status: Image is up to date for XXXXX:latest
2024-04-25T18:02:07Z worker is ready
2024-04-25T18:03:07Z error creating container: create or lookup container: container create: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/create?name=6r23b38d13wybd-0": context deadline exceeded
2024-04-25T18:03:09Z create container XXXXX:latest
2024-04-25T18:03:09Z error creating container: create or lookup container: container create: exit status 1
2024-04-25T18:02:07Z Status: Image is up to date for XXXXX:latest
2024-04-25T18:02:07Z worker is ready
2024-04-25T18:03:07Z error creating container: create or lookup container: container create: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/create?name=6r23b38d13wybd-0": context deadline exceeded
2024-04-25T18:03:09Z create container XXXXX:latest
2024-04-25T18:03:09Z error creating container: create or lookup container: container create: exit status 1
nerdylive
nerdylive4mo ago
I guess context deadline exceeded is the error
sidou
sidou4mo ago
Yes you're right. Would you know when it happens?
nerdylive
nerdylive4mo ago
im still googling too idk something to do with connection to the internet i guess? not rlly sure