diff --git a/docker/README.md b/docker/README.md index 9ffd3b1..474503f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -11,7 +11,7 @@ A simple Dockerfile for non-GPU OpenBLAS, where the model is located outside the ``` cd ./openblas_simple docker build -t openblas_simple . -docker run -e USE_MLOCK=0 -e MODEL=/var/model/ -v :/var/model -t openblas_simple +docker run --cap-add SYS_RESOURCE -e USE_MLOCK=0 -e MODEL=/var/model/ -v :/var/model -t openblas_simple ``` where `/` is the full path to the model file on the Docker host system.