Skip to content

Commit

Permalink
fix docker ia
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 12, 2024
1 parent aaafc12 commit b9f375a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.26
image: ghcr.io/guillaume-chervet/transcriptor-api:0.77.29
ports:
- "8000:8000"
environment:
Expand All @@ -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:
Expand All @@ -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"
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 pyhton -c "import whisper \
RUN python -c "import whisper \
whisper.load_model('small')"

# Commande pour démarrer l'application
Expand Down

0 comments on commit b9f375a

Please sign in to comment.