Skip to content

Commit 727901b

Browse files
committed
br: updated readme [skip ci]
Signed-off-by: Brian Roland <broland@nvidia.com>
1 parent 3e56b8a commit 727901b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ With a locally cloned repository and initialized submodules, build the BioNeMo c
8181
```bash
8282
docker buildx build . -t my-container-tag
8383
```
84+
If you see an error message like `No file descriptors available (os error 24)`, add the option `--ulimit nofile=65535:65535` to the docker build command.
8485

8586
#### VSCode Devcontainer for Interactive Debugging
8687

0 commit comments

Comments
 (0)