My local AI Ollama for POCs

I published on my GitHub the project I use as a base for my AI-related POCs. It’s a great entry point for starting a new project. Currently, it’s simple: it uses the official Ollama image and automatically downloads the Mistral model as soon as the container is started for the first time. You just need to clone the project and run make up, and the API will be ready to use. Having docker in your environment is a must but using Make is optional, Inpect the Makefile to access the main commands. For more you can access the ollama-dockerhub repo Please press like and share :D

Mar 26, 2025 - 22:27
 0
My local AI Ollama for POCs

I published on my GitHub the project I use as a base for my AI-related POCs. It’s a great entry point for starting a new project.

Currently, it’s simple: it uses the official Ollama image and automatically downloads the Mistral model as soon as the container is started for the first time.

You just need to clone the project and run make up, and the API will be ready to use.

Having docker in your environment is a must but using Make is optional, Inpect the Makefile to access the main commands.

For more you can access the ollama-dockerhub repo

Please press like and share :D