From b9f375a3dd9391b3caa296a95838adf7d7181960 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Tue, 12 Nov 2024 11:46:59 +0100 Subject: [PATCH] fix docker ia --- production/docker-compose.yaml | 6 +++--- production/ia-worker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index 5b40888..976242f 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.26 + image: ghcr.io/guillaume-chervet/transcriptor-api:0.77.29 ports: - "8000:8000" environment: @@ -28,7 +28,7 @@ services: # context: ./ia-worker # dockerfile: ./Dockerfile #image: local.io/ia-worker-transcriptor:local - image: ghcr.io/guillaume-chervet/transcriptor-ia-worker:0.77.26 + image: ghcr.io/guillaume-chervet/transcriptor-ia-worker:0.77.29 ports: - "8001:8000" environment: @@ -41,7 +41,7 @@ services: # context: ./webapp # dockerfile: ./Dockerfile #image: local.io/webapp-transcriptor:local - image: ghcr.io/guillaume-chervet/transcriptor-webapp:0.77.28 + image: ghcr.io/guillaume-chervet/transcriptor-webapp:0.77.29 restart: "no" ports: - "4000:8080" diff --git a/production/ia-worker/Dockerfile b/production/ia-worker/Dockerfile index bf1acc8..a28d579 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 pyhton -c "import whisper \ +RUN python -c "import whisper \ whisper.load_model('small')" # Commande pour démarrer l'application