启动开发机 | 大装置帮助中心
跳到主要内容

启动开发机

名称

sco aicl instances start - 启动开发机

说明

sco aicl instances start [FLAG ...]

描述

启动开发机。

命令行标志

  • --labID: [必填] 指定需要启动的开发机ID。
  • --image: 指定开发机启动镜像, 默认为上次启动镜像。
    • 官方镜像: name;
    • 用户私有镜像为:namespace/name:version;
    • latest: 表示最近一次保存的快照镜像;

示例

示例1: 用上次启动镜像启动开发机

sco aicl instances start --labID a959861a-5092-45c8-9e1d-13d0bd93e6d8

示例2: 用官方镜像启动开发机

sco aicl instances start --labID a959861a-5092-45c8-9e1d-13d0bd93e6d8 --image ubuntu20.04-py3.10-cuda11.8-cudnn8-transformer4.30.0

示例3: 用快照镜像启动开发机

sco aicl instances start --labID a959861a-5092-45c8-9e1d-13d0bd93e6d8 --image aicl-aa795757-83bf-416f:20231102-11h51m01s

示例4: 用最近一次保存的快照镜像快照镜像启动开发机

sco aicl instances start --labID a959861a-5092-45c8-9e1d-13d0bd93e6d8 latest