-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker: invalid character 'c' looking for beginning of value. #16
Comments
If any other logs needed, please tell where to find them =) |
Seems like it's my local issue:
|
in a few tries, I've succeeded finally, with this messages at the end: |
if switching from WSL, the error is slightly different:
Still strange, since I have AMD videocard.. Probably should open another issue for this "legacy mode"? |
Me too. I also got this problem.
OSX 12.6 |
you can try restart docker ,maybe it will reslove. |
I did try restarting the docker then. I don't have it now though |
It looks like you're using an older version of Stable Diffusion. I'm not sure if it will help, but you might try using a version SHA from a newer release? https://replicate.com/stability-ai/stable-diffusion/versions |
I am having same situation in MacOS, now. I try to build a rust app in a docker container and it gives me that error. Once I attempt second time it gives |
Setup:
Windows 10
Docker (last)
full log (not sure how to make a spoiler):
λ docker run -d -p 5000:5000 --gpus=all r8.im/stability-ai/stable-diffusion@sha256:a9758cbfbd5f3c2094457d996681af52552901775aa2d6dd0b17fd15df959bef
Unable to find image 'r8.im/stability-ai/stable-diffusion@sha256:a9758cbfbd5f3c2094457d996681af52552901775aa2d6dd0b17fd15df959bef' locally
r8.im/stability-ai/stable-diffusion@sha256:a9758cbfbd5f3c2094457d996681af52552901775aa2d6dd0b17fd15df959bef: Pulling from stability-ai/stable-diffusion
d5fd17ec1767: Already exists
d7c6ec6e1327: Already exists
943d01f4776a: Already exists
23025e0ea7d2: Already exists
8acc1c2b01b0: Already exists
894d0771aab5: Extracting [=============> ] 312MB/1.116GB
8451e5a9bff2: Download complete
a6b5bd0a44ab: Downloading [===========================================> ] 1.244GB/1.441GB
364573d3ec98: Download complete
75b4e35cee13: Downloading [=========================================> ] 1.231GB/1.478GB
7b599a9816a8: Download complete
e89d9461ad8d: Download complete
2bb4a5f9dfe2: Downloading [===========================> ] 40.47MB/74.18MB
4c73be41da4a: Waiting
24f6a06e94e1: Pulling fs layer
07a924b46151: Pulling fs layer
26d1e862c567: Waiting
71ac7d9aaea3: Waiting
docker: invalid character 'c' looking for beginning of value.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: