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

docker run is not working #1633

Open
sebastiangonsal opened this issue Dec 23, 2024 · 1 comment
Open

docker run is not working #1633

sebastiangonsal opened this issue Dec 23, 2024 · 1 comment
Labels
support A request for help setting things up

Comments

@sebastiangonsal
Copy link

I'm running the following:

docker run -p 3000:3000 --env-file env.local huggingface/chat-ui

The env file has the following set: HF_TOKEN, MONGODB_URL and MODELS. The container prints the following:

Listening on 0.0.0.0:3000

However, on hitting the localhost:3000, I get a blank page with Not found.

I can repro this consistently. Can anyone share who is able to use docker and get it to work.

@nsarrazin
Copy link
Collaborator

Could it be that you actually want the ghcr.io/huggingface/chat-ui image?

The huggingface/chat-ui image is the one we use for huggingchat which has a custom base path, maybe we should rename it to huggingface/chat or something

@nsarrazin nsarrazin added the support A request for help setting things up label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support A request for help setting things up
Projects
None yet
Development

No branches or pull requests

2 participants