Usage
cassian exec).
Options
| Flag | Description |
|---|---|
--no-sync | Skip pushing local files before connecting |
Interactive terminal
/workspace before connecting, then stay in sync both ways while you are connected. Edit locally in VS Code, see the changes on the GPU immediately. Edit on the GPU, changes appear locally.
Type exit to disconnect.
Non-interactive (scripting)
cassian exec. Useful when you are already thinking in terms of SSH-like usage.
Skipping sync
Tips
- Use
nohup python train.py &for jobs that should survive disconnection - Changes to
cassian.yamlwhile connected are hot-reloaded (port forwarding updates live) - Ports declared in
cassian.yamlare automatically forwarded duringcassian ssh