From a5bc57e2792c28410c6d10b41a2fe71bbb6de721 Mon Sep 17 00:00:00 2001 From: Ihsan Soydemir Date: Thu, 3 Aug 2023 16:49:45 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.