-
Notifications
You must be signed in to change notification settings - Fork 150
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 linux This site can’t be reached #92
Comments
Maybe similar issue. I have a similar setup with wsl + docker. The page return "ERR_EMPTY_RESPONSE". I can get the correct content if I curl localhost:7860 inside the container. I tried start a simple python web server inside the container which works fine. |
Found the solution to my issue. https://github.com/JarodMica/ai-voice-cloning/blob/master/src/main.py#L34, the default value for server name is none. But it requires 0.0.0.0 to be accessed remotely. In this case, access out of the container seems treated as remote. Hard coded the server name as 0.0.0.0 fixed the problem. |
Sadly, that didn't work for me...Can you write the exact line you wrote so I'm sure to be doing the same thing? EDIT : nevermind, it did work, you just have to remember to re run "setup-docker.sh" after changing the main.py script :) thank you friend!!!! |
Thank you for your comments! for me this worked fine: |
i have same issue as above though editing the main.py file at #L34, did not fix the issue itself still produces when using the link in any browser i get this error on the web page, The connection to the server was reset while the page was loading.
I was able to get the hello world docker test to work before i fully set up ai-voice-cloning to this point i am using garuda linux docker package |
Hello fresh install ubuntu + docker
script setup work fine but after start script
http://127.0.0.1:7860/
can’t be reached
work with shared=True
The text was updated successfully, but these errors were encountered: