You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
On the branch master, I tried to reproduce your bug using your commands, but it did work for me:
docker build . -f whisper/Dockerfile.ctranslate2 -t linto-stt-whisper:latest
[+] Building 1.1s (17/17) FINISHED
docker run --rm -p 8080:80 --gpus all --env-file whisper/.env linto-stt-whisper:latest
RUNNING STT
Checking model format ...
Running Websocket server on port 80
........
Have you any more infos about the bug that I could use?
Reproduce:
I'm running the buld:
docker build . -f whisper/Dockerfile.ctranslate2 -t linto-stt-whisper:latest
run container:
docker run --rm -p 8080:80 --gpus all --env-file .env linto-stt-whisper:latest
2025-01-18 19:05:14 linto-stt-whisper | exec ./docker-entrypoint.sh: no such file or directory
The text was updated successfully, but these errors were encountered: