An open API service indexing awesome lists of open source software.

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

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). 📄