From 0a9507de6585240caedf20439647e079649c8262 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 9 May 2026 14:14:52 +0000 Subject: [PATCH] fix: add ca-certificates for HuggingFace download --- ai/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ai/Dockerfile b/ai/Dockerfile index 1413696..7342300 100644 --- a/ai/Dockerfile +++ b/ai/Dockerfile @@ -16,7 +16,8 @@ RUN apt-get update && \ texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-science \ qemu-user-static binfmt-support qemu-user-binfmt \ emacs-nox \ - libportaudio2 && \ + libportaudio2 \ + ca-certificates && \ rm -rf /var/lib/apt/lists/* # Création de l'utilisateur 'hermes' directement avec les bons accès