Files
oneuptime/docker-compose.llm.yml
Simon Larsen 9a86978c9d chore: Update Llama Models directory name to LLM
The directory name for Llama Models has been updated from "Llama/Models" to "LLM/Models". This change ensures consistency and aligns with the updated file paths in the codebase.
2024-06-28 11:32:44 +01:00

22 lines
412 B
YAML

services:
llm:
extends:
file: ./docker-compose.base.yml
service: llm
ports:
- '8547:8547'
build:
network: host
context: .
dockerfile: ./LLM/Dockerfile
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
networks:
oneuptime:
driver: bridge