fixed the gpu docker compose renaming

This commit is contained in:
valiantlynx
2024-04-07 17:49:27 +02:00
parent 5737d22600
commit d235d3dfa1

View File

@@ -1,6 +1,19 @@
version: '3.8'
services:
app:
build: .
ports:
- 8000:8000
- 5678:5678
volumes:
- .:/code
command: uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload
restart: always
depends_on:
- ollama
- ollama-webui
ollama:
volumes:
- ./ollama/ollama:/root/.ollama