A template for your kickstart into GenAI! 🎁
It combines Ollama, Jupyter and Open WebUI!
To spin up the "application" run:
make run
This will spin up the following services:
If you work with Jupyter, you can use the app
folder to store your notebooks and other files.
You can add your requirements to the app/requirements.txt
file, and they will be installed in the Jupyter container.
If you want to preload models, just add them to the ollama/models_to_preload.txt
file.