update the LLM Docker description

This commit is contained in:
2025-09-06 17:47:24 +02:00
parent 2a0d69e6b8
commit a0260b8520
6 changed files with 325 additions and 533 deletions

View File

@@ -34,10 +34,11 @@ COPY start.sh .
RUN chmod +x start.sh
# Variables d'environnement par défaut
ENV OLLAMA_API_URL="http://localhost:11434/api/generate"
ENV OLLAMA_MODEL="deepseek-coder:33b"
ENV OLLAMA_HOST="http://host.docker.internal:11434"
ENV GENERATE_MODEL="deepseek-coder:6.7b-instruct"
ENV CHROMA_PERSIST_DIR="/chroma_db"
ENV RESPONSE_CACHE_DIR="/response_cache"
ENV EMBED_MODEL="nomic-embed-text"
# Exposer FastAPI
EXPOSE 8000