Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 12, 2024
1 parent 16450a2 commit 0cde02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion production/ia-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cde02c

Please sign in to comment.