Spaces:
Sleeping
Sleeping
burtenshaw commited on
Commit ·
93a79e3
1
Parent(s): 0526c16
add provision warning
Browse files
.claude/skills/hf-space-sandbox/SKILL.md
CHANGED
|
@@ -13,6 +13,14 @@ Run scripts on remote sandbox hardware via SSH.
|
|
| 13 |
uv run scripts/sandbox.py create user/sandbox
|
| 14 |
```
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## SSH Access
|
| 17 |
|
| 18 |
```bash
|
|
|
|
| 13 |
uv run scripts/sandbox.py create user/sandbox
|
| 14 |
```
|
| 15 |
|
| 16 |
+
## Check Status
|
| 17 |
+
|
| 18 |
+
Before SSHing, check the status of the sandbox to ensure it is ready. It may take a few minutes to provision.
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
uv run scripts/sandbox.py status user/sandbox
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
## SSH Access
|
| 25 |
|
| 26 |
```bash
|