https://github.com/khawajajunaid/dockerized-ollama-webui
This repository allows you to run an LLM model locally on your machine with docker using Ollama and the webui avaialble
https://github.com/khawajajunaid/dockerized-ollama-webui
docker docker-compose genai-chatbot llm ollama
Last synced: 2 months ago
JSON representation
This repository allows you to run an LLM model locally on your machine with docker using Ollama and the webui avaialble
- Host: GitHub
- URL: https://github.com/khawajajunaid/dockerized-ollama-webui
- Owner: khawajaJunaid
- Created: 2025-03-14T20:14:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T20:23:21.000Z (over 1 year ago)
- Last Synced: 2025-03-14T21:30:46.685Z (over 1 year ago)
- Topics: docker, docker-compose, genai-chatbot, llm, ollama
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Ollama on Docker with Ollama Web UI 🌐
This repository provides a setup to run **Ollama on Docker** along with the **Ollama Web UI** for easy interaction.
---
## 📋 Prerequisites
- 🐳 **Docker** installed on your system.
- 🛠️ Basic knowledge of running shell scripts.
---
## 🛠️ Usage
1. **Clone** this repository to your local machine.
2. **Navigate** to the project directory.
3. To **start the service**, run the following command:
```bash
./start.sh
```
Replace `` with the name of the model you want to use. 🌟
You can search for available model names at [Ollama Search](https://ollama.com/search) 🔍.
4. Open your browser and **access the Ollama Web UI** to interact with the model. 🌐
---
## 📂 Files
- `start.sh`: A script to initialize and run the Docker container with the specified model.
---
## 📝 Notes
- ✅ Ensure **Docker is running** before executing the script.
- ⚙️ For additional configuration, modify the `start.sh` script as needed.
---
## 📜 License
This project is licensed under the [MIT License](LICENSE). 📄