Skip to content

mmontes11/docker-ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ollama

Docker compose setup for Ollama and Open WebUI

CPU installation

docker compose up -d

NVIDIA GPU installation in Ubuntu

First of all, make sure you have the nVidia drivers install. You may follow this guide.

Then, install the NVIDIA Container Toolkit package:

sudo bash scripts/nvidia.sh

Finally, run the docker compose:

docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d

About

Docker compose setup for Ollama and Open WebUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages