Skip to content

Commit 11b18fc

Browse files
committed
update readme on docker details
1 parent d0d5b12 commit 11b18fc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CLI Only
123123
python cli.py
124124
```
125125

126-
## Docker - prebuilt large image - Experimental!
126+
## Docker - prebuilt large image 40 GB - Experimental!
127127

128128
This is for running with an Nvidia GPU and you have Nvidia toolkit and cudnn installed.
129129

@@ -143,13 +143,7 @@ This guide will help you quickly set up and run the **Voice Chat AI** Docker con
143143
On windows using docker desktop - run in Windows terminal:
144144
make sure .env is in same folder you are running this from
145145
```bash
146-
docker run -d --gpus all
147-
-e "PULSE_SERVER=/mnt/wslg/PulseServer"
148-
-v \\wsl$\Ubuntu\mnt\wslg:/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$\Ubuntu\mnt\wslg:/mnt/wslg/ --env-file .env --name voice-chat-ai -p 8000:8000 bigsk1/voice-chat-ai:latest
153147
```
154148

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

0 commit comments

Comments
 (0)