You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ With a locally cloned repository and initialized submodules, build the BioNeMo c
82
82
docker buildx build . -t my-container-tag
83
83
```
84
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.
86
+
85
87
#### VSCode Devcontainer for Interactive Debugging
86
88
87
89
We distribute a [development container](https://devcontainers.github.io/) configuration for vscode
0 commit comments