Johannes Sjölund
Johannes Sjölund
I am also encountering this issue, running Gradio on Kubernetes with Ray Serve and a single replica: ```text (ProxyActor pid=7460) await app(scope, receive, sender) (ProxyActor pid=7460) File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 72,...
Can you describe in more detail how to reproduce this? Follow the bug report template that you deleted when you wrote the issue: **Hardware / Software** - OS: [e.g. Windows...
> I would also ensure that you are using docker installed from https://docs.docker.com/desktop/install/archlinux/ not from any distribution package manager. > > I am using Debian and it works fine for...
> I am sure it does work fine. It probably just doesn't satisfy the requirements of https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup which state https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup#make-sure-you-have-the-latest-version-of-docker-and-docker-compose-installed > > Normally there is a delay between Docker releasing...
@blue-eyed-g I am also using Arch, with the same docker version, although with the standard kernel (not zen), and the download works for me. Although git makes corrupted files unlikely,...
Well, I am out of ideas, so I asked ChatGPT: Assuming the Dockerfile and script are correct and work on other systems, it's less likely that the issue is with...
@blue-eyed-g Just to make sure, have you checked that the folder `/home/username/docker` actually exists?
If you remove `hf=True` it should work.
Well, did you check that you actually have enough disk space on your computer's hard drive?
Good job! It works great from my testing. Some suggestions. You seem to have copied the entire `services/AUTOMATIC1111/Dockerfile` and just changed a few lines: ``` $ diff AUTOMATIC1111/Dockerfile forge/Dockerfile 15a16...