Skip to content

Instantly share code, notes, and snippets.

@EvilFreelancer
Last active March 31, 2024 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilFreelancer/6703c470b122d769f9a0ce9b8069e3c9 to your computer and use it in GitHub Desktop.
Save EvilFreelancer/6703c470b122d769f9a0ce9b8069e3c9 to your computer and use it in GitHub Desktop.
Пример запуска OLLAMA в Docker в режиме CPU only
version: "3.9"
services:
ollama:
image: ollama/ollama
restart: unless-stopped
volumes:
- ./ollama_data:/root/.ollama
ports:
- "127.0.0.1:11434:11434"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment