We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: