Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-entrypoint.sh: no such file or directory #60

Open
sh1man999 opened this issue Jan 18, 2025 · 2 comments
Open

docker-entrypoint.sh: no such file or directory #60

sh1man999 opened this issue Jan 18, 2025 · 2 comments
Assignees

Comments

@sh1man999
Copy link

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

@AudranBert AudranBert self-assigned this Feb 3, 2025
@AudranBert
Copy link
Member

AudranBert commented Feb 3, 2025

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?

@AudranBert
Copy link
Member

@sh1man999 Have you fixed it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants