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 0cde02c commit 662fe56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions production/ia-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ USER appuser
# Ajouter l'environnement virtuel au PATH
ENV PATH="/usr/local/bin:${PATH}"

RUN python -c "import whisper; \
whisper.load_model('small')"
RUN python -c "import whisper\nwhisper.load_model('small')"

# Commande pour démarrer l'application
CMD ["python", "./app/main.py"]

0 comments on commit 662fe56

Please sign in to comment.