From 0cde02c63b4a5b994250e00193e6d9caf73a5fee Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Tue, 12 Nov 2024 12:22:40 +0100 Subject: [PATCH] fix --- production/docker-compose.yaml | 2 +- production/ia-worker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index 976242f..1fb766d 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -15,7 +15,7 @@ services: # context: ./api # dockerfile: ./Dockerfile #image: local.io/api-transcriptor:local - image: ghcr.io/guillaume-chervet/transcriptor-api:0.77.29 + image: ghcr.io/guillaume-chervet/transcriptor-api:0.77.30 ports: - "8000:8000" environment: diff --git a/production/ia-worker/Dockerfile b/production/ia-worker/Dockerfile index a569ddb..dc6aa18 100644 --- a/production/ia-worker/Dockerfile +++ b/production/ia-worker/Dockerfile @@ -68,7 +68,7 @@ USER appuser # Ajouter l'environnement virtuel au PATH ENV PATH="/usr/local/bin:${PATH}" -RUN python -c "import whisper \n\ +RUN python -c "import whisper; \ whisper.load_model('small')" # Commande pour démarrer l'application