Skip to content

Commit c1a8111

Browse files
author
Lutkin Wang
authored
Update INSTALL.md
Signed-off-by: Lutkin Wang <[email protected]>
1 parent a63f4e0 commit c1a8111

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALL.md

+9
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,18 @@ $ docker run -it -p 19530:19530 -d milvusdb/milvus-cpu-build-env:latest
153153

154154
Start a GPU container:
155155

156+
- For nvidia docker 2:
157+
156158
```shell
157159
$ docker run --runtime=nvidia -it -p 19530:19530 -d milvusdb/milvus-gpu-build-env:latest
158160
```
161+
162+
- For nvidia container toolkit:
163+
164+
```shell
165+
docker run --gpus all -it -p 19530:19530 -d milvusdb/milvus-gpu-build-env:latest
166+
```
167+
159168
To enter the container:
160169

161170
```shell

0 commit comments

Comments
 (0)