Skip to content

Commit a5bc57e

Browse files
authored
Update README.md
1 parent d4844b9 commit a5bc57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A simple Dockerfile for non-GPU OpenBLAS, where the model is located outside the
1111
```
1212
cd ./openblas_simple
1313
docker build -t openblas_simple .
14-
docker run -e USE_MLOCK=0 -e MODEL=/var/model/<model-path> -v <model-root-path>:/var/model -t openblas_simple
14+
docker run --cap-add SYS_RESOURCE -e USE_MLOCK=0 -e MODEL=/var/model/<model-path> -v <model-root-path>:/var/model -t openblas_simple
1515
```
1616
where `<model-root-path>/<model-path>` is the full path to the model file on the Docker host system.
1717

0 commit comments

Comments
 (0)