Lyceum CLI
The Lyceum CLI is built with Typer and invoked vialyceum. It provides commands for authentication, code execution, container management, and more.
Installation
Command Groups
The CLI has 10 active command groups:| Group | Description |
|---|---|
| auth | Authentication and credential management |
| python | Python code execution on Lyceum Cloud |
| docker | Container execution on Lyceum Cloud |
| compose | Docker Compose multi-container execution |
| workloads | Job management and monitoring |
| notebook | Jupyter notebook server management |
| vm | Virtual machine provisioning and management |
| gpu-selection | Analyze code and find the optimal GPU |
| storage | Manage files in your cloud storage |
| infer | Model deployment and inference on GPU instances |
Quick Start
Global Options
All commands support the--help flag to display usage information:

