Compare commits

...

2 Commits

Author SHA1 Message Date
Graham Neubig 84af1fac42 Merge branch 'main' into openhands-fix-issue-6046 2025-01-12 02:59:26 -05:00
openhands c864d9e6bc Fix issue #6046: Document GPU usage 2025-01-05 06:33:17 +00:00
@@ -407,6 +407,11 @@ To use these with the docker command, pass in `-e SANDBOX_<option>`. Example: `-
- Default: `"nikolaik/python-nodejs:python3.12-nodejs22"`
- Description: Container image to use for the sandbox
- `enable_gpu`
- Type: `bool`
- Default: `false`
- Description: Enable GPU support in the sandbox container. When enabled, all available GPUs will be accessible to the container.
**Networking**
- `use_host_network`
- Type: `bool`