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
Following the instructions from the readme, it does not work for Windows11/WSL2
Instead of
docker run -d --gpus all ^ -e "PULSE_SERVER=/mnt/wslg/PulseServer" ^ -v C:\Users\<YourUsername>\wslg:/mnt/wslg ^ --env-file .env ^ --name voice-chat-ai ^ -p 8000:8000 ^ bigsk1/voice-chat-ai:latest
run this instead (on Windows 11)
docker run -d --gpus all -e "PULSE_SERVER=/mnt/wslg/PulseServer" -v \\wsl$\Ubuntu\mnt\wslg:/mnt/wslg/ --env-file .env --name voice-chat-ai -p 8000:8000 bigsk1/voice-chat-ai:latest
This will correctly connect to audio server.
The text was updated successfully, but these errors were encountered:
Thanks will get it updated
Sorry, something went wrong.
No branches or pull requests
Following the instructions from the readme, it does not work for Windows11/WSL2
Instead of
run this instead (on Windows 11)
This will correctly connect to audio server.
The text was updated successfully, but these errors were encountered: