Install
lyceum.
Authenticate
--manual to be prompted for tokens directly, or supply an API key with --api-key lk_....
Command groups
Global flags
auth
lyceum auth login
Sign in to Lyceum Cloud.
lyceum auth logout
Clear stored credentials.
lyceum auth status
Show the current authentication status.
python
lyceum python run <code-or-file>
Execute a Python snippet or file on Lyceum Cloud.
lyceum python config init|show|refresh
Manage the workspace config at .lyceum/config.json. init creates one, show prints the current config, refresh regenerates it.
docker
lyceum docker run <image>
Run a Docker container on Lyceum Cloud.
lyceum docker logs <execution-id>
Stream logs from a Docker run.
lyceum docker registry-examples
Print example registry credential payloads.
compose
lyceum compose run <compose-file>
Run a Docker Compose stack on Lyceum Cloud.
lyceum compose logs <execution-id>
Stream logs from a Compose run.
lyceum compose registry-examples
Print example registry credential payloads.
gpu-selection
lyceum gpu-selection run <code-or-file>
Submit Python code that fans out across GPU types so you can compare them.
lyceum gpu-selection status <execution-id>
Get the parent run status and per-sub-job results.
notebook
lyceum notebook launch
Launch a Jupyter notebook server on Lyceum Cloud. Returns a URL you can open in a browser.
lyceum notebook list
List notebook sessions.
lyceum notebook stop <execution-id>
Stop a running notebook session.
workloads
lyceum workloads list
List your runs.
lyceum workloads abort <execution-id>
Hard-stop a run. The run is marked aborted.

