Skip to content

Commit

Permalink
update readme for windows docker details
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Nov 24, 2024
1 parent fd2cce2 commit ffc04d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This guide will help you quickly set up and run the **Voice Chat AI** Docker con

---

## 🖥️ Run on Windows using WSL
## 🖥️ Run on Windows using docker desktop
On windows using docker desktop - run in Windows terminal:
add your username and make sure .env is in same folder you are running this from
```bash
Expand All @@ -167,9 +167,11 @@ docker run -d --gpus all ^

Use `docker logs -f voice-chat-ai` to see the logs

## 🐧 Run on WSL Native
## 🐧 Run on WSL Native - best option
For a native WSL environment (like Ubuntu on WSL), use this command:

make sure .env is in same folder you are running this from

```bash
docker run -d --gpus all \
-e "PULSE_SERVER=/mnt/wslg/PulseServer" \
Expand Down

0 comments on commit ffc04d7

Please sign in to comment.