We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4844b9 commit a5bc57eCopy full SHA for a5bc57e
docker/README.md
@@ -11,7 +11,7 @@ A simple Dockerfile for non-GPU OpenBLAS, where the model is located outside the
11
```
12
cd ./openblas_simple
13
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
+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
15
16
where `<model-root-path>/<model-path>` is the full path to the model file on the Docker host system.
17
0 commit comments