diff --git a/Dockerfile b/Dockerfile index 1becd34..720f243 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,8 @@ RUN mkdir -p /models # Télécharge un petit modèle chat (TinyLlama 1.1B quantisé Q4) AU BUILD # => Embarqué dans l'image, pas besoin de réseau à l'exécution pour ce fichier. -RUN curl -L --fail --progress-bar \ - -o /models/tinyllama-1.1b-chat.Q4_K_M.gguf \ - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf - +RUN curl -L -o /models/tinyllama-1.1b-chat.Q4_K_M.gguf \ + https://huggingface.co/Skynet-LocalAI/tinyllama-1.1b-chat.Q4_K_M.gguf # IMPORTANT : on utilise un heredoc NON quoted (< /models/gpt-oss-20b.yaml <