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

[BUG] Name Resolution problem when i deploy kotaemon on local network. #685

Open
Svthnig opened this issue Mar 5, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Svthnig
Copy link

Svthnig commented Mar 5, 2025

Description

"I'm attempting to deploy the application using Docker, following the official command provided. However, when I check the logs, I see multiple failures to resolve the domain 'openaipublic.blob.core.windows.net'. To troubleshoot this, I tried adding the --add-host "openaipublic.blob.core.windows.net:127.0.0.1" option, but it did not resolve the issue."

Reproduction steps

1. load docker image into local docker environment 
2. run the docker command 'docker run \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-v ./ktem_app_data:/app/ktem_app_data \
-p 7860:7860 -it --rm \
ghcr.io/cinnamon/kotaemon:main-full' 

3. Error occur

Screenshots

![DESCRIPTION](LINK.png)

Logs

Browsers

No response

OS

Linux

Additional information

No response

@Svthnig Svthnig added the bug Something isn't working label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant