We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
HF_TOKEN
MONGODB_URL
MODELS
Listening on 0.0.0.0:3000
However, on hitting the localhost:3000, I get a blank page with Not found.
localhost:3000
Not found
I can repro this consistently. Can anyone share who is able to use docker and get it to work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running the following:
The env file has the following set:
HF_TOKEN
,MONGODB_URL
andMODELS
. The container prints the following:However, on hitting the
localhost:3000
, I get a blank page withNot found
.I can repro this consistently. Can anyone share who is able to use docker and get it to work.
The text was updated successfully, but these errors were encountered: