Update README.md

This commit is contained in:
Gant 2023-06-07 09:41:06 +08:00 committed by GitHub
parent 53da7fa871
commit a03ba815fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ docker pull bewithmeallmylife/mini-gpt4-runtime-cuda-10.2:1.0.0
``` ```
Build the container, expose the corresponding port to enable launching the frontend UI for local use. Build the container, expose the corresponding port to enable launching the frontend UI for local use.
```commandline ```commandline
nvidia-docker run -v /data:/projects -v /data2:/data2 -p 1118:7778 --shm-size 8G --name minigpt4 -d bewithmeallmylife/mini-gpt4-runtime-cuda-10.2:1.0.0 tail -f /dev/null docker run -v /data:/projects -v /data2:/data2 -p 1118:7778 --shm-size 8G --name minigpt4 -d bewithmeallmylife/mini-gpt4-runtime-cuda-10.2:1.0.0 tail -f /dev/null
``` ```
Get into docker Get into docker
```commandline ```commandline