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

Add a simple dockerfile to run i locally #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Saboti
Copy link

@Saboti Saboti commented May 24, 2024

Hi, I added a simple dockerfile to build a image with you great Ollama chat client.
example docker build: docker build -t ollama-chats .
example docker run: docker run -d -p 4000:80 --name ollama-chats --restart always ollama-chats

@drazdra
Copy link
Owner

drazdra commented May 24, 2024

thank you, i still hope that ollama team will listen to me and add native support for web based uis :). right now i'm in the middle of doing a new feature for UI and don't want to get distracted to install docker and test the script (i don't use docker). if ollama team won't do the native support, i will then figure this out and add to the project as an option for docker users. again, thank you for help and sorry that i'm so slow :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants