From a03ba815fbdb0571c404a0a04052fcae53f6e95f Mon Sep 17 00:00:00 2001 From: Gant <59059785+K-tang-mkv@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:41:06 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5525986..c27488e 100644 --- a/README.md +++ b/README.md @@ -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