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

Illegal instruction docker container #1117

Open
danpuz opened this issue Nov 5, 2024 · 0 comments
Open

Illegal instruction docker container #1117

danpuz opened this issue Nov 5, 2024 · 0 comments

Comments

@danpuz
Copy link

danpuz commented Nov 5, 2024

The log file say:
/run.sh: line 5: 7 Illegal instruction (core dumped) python3 -m wyoming_faster_whisper --uri 'tcp://0.0.0.0:10300' --data-dir /data --download-dir /data "$@"

Docker compose I used:
version: '3'
services:
whisper:
container_name: whisper
image: rhasspy/wyoming-whisper
command: --model tiny --language en
volumes:
- /opt/whisper-data:/data
environment:
- TZ=Asia/Jerusalem
restart: unless-stopped
ports:
- 10300:10300

piper:
container_name: piper
image: rhasspy/wyoming-piper
command: --voice en_US-lessac-medium
volumes:
- /opt/piper-data:/data
environment:
- TZ=Asia/Jerusalem
restart: unless-stopped
ports:
- 10200:10200

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

1 participant