CLI Commands Examples
Logging In
Logging In via NVIDIA Run:ai Sign In Page (Web)
runai loginLogging In via Terminal (Credentials)
runai login user -u [email protected] -p "password"Configuration
Setting a Default Project
runai project set "project-name"Submitting a Workload
Naming a Workload
Setting the Workload Name ( my_workload_name)
Setting a Random Name with Prefix (prefix=workload type)
Setting a Random Name with Specific Prefix (prefix determined by flag)
Labels and Annotations
Labels
Annotations
Container's Environment Variables
Requests and Limits
Submitting and Attaching to Process
Submitting a Jupyter Notebook
Submitting Distributed Training Workload with TensorFlow
Submitting a Multi-Pod Workload
Submit and Bash
Submitting a Workload with Bash Command
Bashing into the Workload
Submitting Distributed Training Workload with MPI
Submitting with PVC
New PVC Bounded to the Workspace
New Ephemeral PVC
Existing PVC
Master/Worker Configuration
Overriding Both the Leader (Master) and Worker Image's Arguments
Overriding Both the Leader (master) and Worker Image's Commands with Arguments
Overriding Arguments of the Leader (Master) and Worker Image's Arguments with Different Values
Overriding Command with Arguments of the Leader (Master) and Worker Image's Arguments
Listing Objects
Submitting with Clean Pod Policy
Listing All Workloads in the User's Scope
Listing Projects in a YAML Format
Listing Nodes in a JSON Format
CLI Reference
Last updated