mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-08 20:10:48 +00:00
Update README.md
This commit is contained in:
parent
53da7fa871
commit
a03ba815fb
@ -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.
|
||||
```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
|
||||
```commandline
|
||||
|
Loading…
Reference in New Issue
Block a user