Skip to content
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

[FEATURE] docker support #20

Open
liltom-eth opened this issue Jul 28, 2023 · 2 comments
Open

[FEATURE] docker support #20

liltom-eth opened this issue Jul 28, 2023 · 2 comments

Comments

@liltom-eth
Copy link
Owner

No description provided.

@rainfall-datta
Copy link

When we try to run llama2-webui in docker container.. facing issue as
below local url can not expose to outside and if we use gradio that couldnt get route or associated port and ip can not be identified
Running on local URL: http://127.0.0.1:7861
Running on public URL: https://748b3f0963e1e60211.gradio.live

Can someone help in same as we are configuring llma2 server

@rudism
Copy link

rudism commented Sep 11, 2023

Set GRADIO_SERVER_NAME=0.0.0.0 in your docker container to have gradio bind to an address that can be exposed outside the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants