[Bug]: docker issue portaudio OS Error
Project Version
3.4.0
Platform and OS Version
Debian 12
Affected Devices
All
Existing Issues
No response
What happened?
docker compose up
error:
applio-1 | Traceback (most recent call last):
applio-1 | File "/app/app.py", line 33, in
Steps to reproduce
- git clone
- docker compose up
Expected behavior
it work
Attachments
No response
Screenshots or Videos
No response
Additional Information
portaudio19-dev is installed on the host system.
when you add apt install -y -qq ffmpeg portaudio19-dev && \
to the dockerfile it just stays there at "Attaching to applio-1" for 5min, idk if it takes that long but I think its broken.
docker integration is not fully up-to-date, we don't actually use it, so if you could provide some fixes that work with you, that will be awesome
That makes sense. Docker does not have access to a soundcard anyway. Realtime and Discord wont work within the Docker container. I am currently trying to make it work.