ct live up-from
Runs live up using task metadata from eval, traj file, or traj directory.
Usage
ct live up-from [OPTIONS] TRAJ
Arguments
| Argument | Type | Required |
|---|---|---|
TRAJ | path | Yes |
Options
| Option | Description |
|---|---|
--traj-dir-name TEXT | Existing traj directory name to use. |
--new-traj-dir | Create a new traj directory. |
--no-traj-dir | Do not use a traj directory. |
--mount-dir PATH | Mount directory for the container. |
--mount-fresh-dir | Create and mount a fresh local directory at container_mounts/[session_id]/app to /app in the container. Directory is automatically cleaned up on 'ct live down'. |
--no-setup | Do not run setup after spinning up the container. |
--help | Show this message and exit. |