File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ CLI Only
123
123
python cli.py
124
124
```
125
125
126
- ## Docker - prebuilt large image - Experimental!
126
+ ## Docker - prebuilt large image 40 GB - Experimental!
127
127
128
128
This is for running with an Nvidia GPU and you have Nvidia toolkit and cudnn installed.
129
129
@@ -143,13 +143,7 @@ This guide will help you quickly set up and run the **Voice Chat AI** Docker con
143
143
On windows using docker desktop - run in Windows terminal:
144
144
make sure .env is in same folder you are running this from
145
145
``` bash
146
- docker run -d --gpus all
147
- -e " PULSE_SERVER=/mnt/wslg/PulseServer"
148
- -v \\ wsl$\U buntu\m nt\w slg:/mnt/wslg/
149
- --env-file .env
150
- --name voice-chat-ai
151
- -p 8000:8000
152
- bigsk1/voice-chat-ai:latest
146
+ docker run -d --gpus all -e " PULSE_SERVER=/mnt/wslg/PulseServer" -v \\ wsl$\U buntu\m nt\w slg:/mnt/wslg/ --env-file .env --name voice-chat-ai -p 8000:8000 bigsk1/voice-chat-ai:latest
153
147
```
154
148
155
149
Use ` docker logs -f voice-chat-ai ` to see the logs
You can’t perform that action at this time.
0 commit comments