-
Notifications
You must be signed in to change notification settings - Fork 3k
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 #250
Comments
You will need to build your own dockerfile. Recommend using node image with version 18 or higher and make sure to expose port 3000 to be able to access gui in browser. |
Is there any plan to release it as a docker? |
Add Docker support #296 |
I was able to get it to run in a docker container on fly.io. It took only a few minutes. The flyctl generated a dockerfile automatically. |
|
Hi, @oktaborg! I'm Dosu, and I'm helping the gpt4-pdf-chatbot-langchain team manage their backlog. I wanted to let you know that we are marking this issue as stale. From what I understand, you were asking if the project can be run as a Docker container. There have been some helpful suggestions in the comments. spacepirate0001 suggested building a Dockerfile using a node image with version 18 or higher and exposing port 3000. wmgillett mentioned successfully running it in a Docker container on fly.io using the flyctl, which generated a Dockerfile automatically. krazyjakee also provided a Dockerfile example. Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the gpt4-pdf-chatbot-langchain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days. Thank you for your contribution, and please don't hesitate to reach out if you have any further questions or concerns! |
Can I run this as a docker.
The text was updated successfully, but these errors were encountered: