Ollama is now available as an official Docker image

Ollama can now run with Docker Desktop on the Mac, and run inside Docker containers with GPU acceleration on Linux. Read more

Similar

Docker Private Registry – Setup

It is very common to setup own Docker registry for our private images. Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command: [lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)

Read more »

How to Set Up a Self-Hosted Docker Repo

Docker is a quite popular technology in developers world, better part of all the new projects were built with Docker. At least, Docker has a reputation of a great tool for software distribution. For reference, we use it in our project Ambar. It's a docume...

Read more »