Commit dbeb031
committed
fix(sandbox): migrate ECS config to the #1708 decoupled provider pattern
Rebased onto main, which merged #1708 (decouple sandbox provider config from the
agent config). Align the ECS Fargate provider with that pattern:
- Add a standalone provider config
nemo_gym/sandbox/providers/ecs_fargate/configs/ecs_fargate.yaml -- a top-level
`sandbox` block selected via `sandbox_provider: sandbox`, matching
opensandbox/apptainer. Region-only; task cpu/memory/disk come from
sandbox_spec.resources.
- Drop the agent-coupled configs/mini_swe_agent_ecs_fargate.yaml; the generic
mini_swe_agent_2.yaml now runs on ECS by adding the provider config path.
- Bump the generic config's sandbox_spec.resources.disk_gib 20 -> 30 so it is
valid on every provider (Fargate rejects an explicit 20; 21-200 only).
- Update the ECS Fargate docs (Fern page + agent README) to the config-paths recipe.
- Reconcile uv.lock (boto3 / botocore, sandbox extra) after the rebase.
Signed-off-by: Michal Bien <mbien@nvidia.com>1 parent 5259409 commit dbeb031
6 files changed
Lines changed: 96 additions & 50 deletions
File tree
- fern/versions/latest/pages/infrastructure/sandbox
- nemo_gym/sandbox/providers/ecs_fargate/configs
- responses_api_agents/mini_swe_agent_2
- configs
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
Lines changed: 0 additions & 37 deletions
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments