Skip to content

Commit f066778

Browse files
committed
br: linter
Signed-off-by: Brian Roland <broland@nvidia.com>
1 parent 7c03f87 commit f066778

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ 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.
84+
85+
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.
8586

8687
#### VSCode Devcontainer for Interactive Debugging
8788

0 commit comments

Comments
 (0)