Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Open-webui need to support docker deployment in internal network without internet #2405

Closed
atptour2024 opened this issue May 20, 2024 · 0 comments

Comments

@atptour2024
Copy link

Is your feature request related to a problem? Please describe.
I deploy ollama natively without docker. Then the localhost:11434 ollama service is up.
I run the command:
docker run -d -p 3000:8000 -e OLLAMA_BASE_URL=http://[my IP]:11434/ -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
The docker container was always reboot. The log of the container shows that it want to connect to https://huggingface.co.
But this my company's internal network. There is no internet service.

Describe the solution you'd like
The webui docker image should be able to run the container without needing of internet service. In the condition that there is no way to access https://huggingface.co.

Describe alternatives you've considered
No idea.

Additional context
No

@open-webui open-webui locked and limited conversation to collaborators May 20, 2024
@tjbck tjbck converted this issue into discussion #2421 May 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant