智星云开放接口
  1. 自主实例
智星云开放接口
  • OpenAPI v2
    • 开始使用
    • 使用文档
      • 接口约定
      • 接口签名
      • 接入案例
      • 更新日志
      • 常见问题Q&A
      • 签名调试工具
    • 逻辑参考
      • 价格与费用
    • 用户模块
      • 获取apikey信息
      • 获取主账户信息
    • 账单模块
      • 获取充值订单列表
      • 获取余额变更明细
    • 自主实例
      • 获取实例信息
        • 获取实例状态统计
        • 获取自主实例列表
        • 获取自主实例详情
      • 获取实例费用
        • 获取自主实例费用汇总
        • 获取自主实例费用明细
      • 变更实例信息
        • 修改实例备注
        • 修改实例扣费优先级
        • 修改实例到期处理模式
        • 修改实例访问密码
      • 实例配置升级
        • 修改实例带宽
        • 查询资源池剩余CPU
        • 添加CPU
        • 查询资源池剩余内存
        • 添加内存
        • 查询资源池剩余磁盘
        • 添加磁盘
      • 实例费用管理
        • 实例启动错误,手动退费
        • 设置实例自动续费
        • 手动续费实例
      • 获取本地镜像
        POST
      • 重置系统
        POST
      • 释放保留的磁盘
        POST
      • 从保留磁盘创建实例
        POST
      • 重启实例
        POST
    • 租用市场
      • 获取基础配置项
      • 获取价格信息
      • 获取云主机租用选项
      • 创建云主机
      • 获取Maas云主机租用选项
  1. 自主实例

获取本地镜像

POST
/openapi/v2/instance/get_local_images

请求参数

Body 参数multipart/form-data
instance_name
string 
实例名
必需
示例值:
18621629564_inner-0112_6d217e13d04544c58267581711c241fe_u1_c1

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.ai-galaxy.cn/openapi/v2/instance/get_local_images' \
--form 'instance_name="18621629564_inner-0112_6d217e13d04544c58267581711c241fe_u1_c1"'

返回响应

🟢200成功
application/json
Body
success
boolean 
必需
code
string 
必需
message
string 
必需
data
object 
必需
images_display_info_map
object 
必需
local_images
array[string]
必需
valid_images
array[string]
必需
示例
{
  "success": true,
  "code": "2000",
  "message": "",
  "data": {
    "images_display_info_map": {
      "aigalaxy:cuda10.0": {
        "ImageValue": "aigalaxy:cuda10.0",
        "ShortDisplayName": "AI cuda10.0",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AI云容器",
        "System": "Ubuntu",
        "MirrorExplain": [
          "高性能容器虚拟化",
          "预留7个业务端口",
          "可组集群(联系客服)",
          "不支持升级驱动",
          "Anaconda",
          "cuda10.0",
          "cudnn 7.6.5",
          "python 3.7.4",
          "pytorch 1.4",
          "tensorflow - gpu 1.14",
          "keras 2.3.1",
          "darknet,opencv 4.2",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "16",
        "BadgeLabel": "即将下架",
        "Brief": ""
      },
      "aigalaxy:cuda11.0": {
        "ImageValue": "aigalaxy:cuda11.0",
        "ShortDisplayName": "AI cuda11.0(docker)",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AI云容器",
        "System": "Ubuntu",
        "MirrorExplain": [
          "高性能容器虚拟化",
          "预留7个业务端口",
          "可组集群(联系客服)",
          "不支持升级驱动",
          "Anaconda",
          "cuda11.0",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow - gpu 2.4.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "aigalaxy:cuda11.7": {
        "ImageValue": "aigalaxy:cuda11.7",
        "ShortDisplayName": "AI cuda11.7(docker)",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AI云容器",
        "System": "Ubuntu",
        "MirrorExplain": [
          "高性能容器虚拟化",
          "预留7个业务端口",
          "可组集群(联系客服)",
          "不支持升级驱动",
          "cuda11.7",
          "Anaconda",
          "python3.8.5",
          "pytorch 1.13",
          "tensorflow-gpu 2.6.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "aigalaxy:gromacs2020_amber2018": {
        "ImageValue": "aigalaxy:gromacs2020_amber2018",
        "ShortDisplayName": "gromacs2020(no mpi)",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AI云容器",
        "System": "Ubuntu",
        "MirrorExplain": [
          "gromacs2020",
          "amber2018"
        ],
        "Score": 8,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "",
        "BadgeLabel": "",
        "Brief": ""
      },
      "aigalaxy:ikatago_20230613": {
        "ImageValue": "aigalaxy:ikatago_20230613",
        "ShortDisplayName": "围棋ikatago",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "围棋AI",
        "System": "Ubuntu18.04",
        "MirrorExplain": [
          "ikatago围棋后台"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "",
        "BadgeLabel": "",
        "Brief": ""
      },
      "aigalaxy:ikatago_20231222": {
        "ImageValue": "aigalaxy:ikatago_20231222",
        "ShortDisplayName": "围棋ikatago1.13.2",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "围棋AI",
        "System": "ubuntu18.04",
        "MirrorExplain": [
          "ikatago"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "",
        "BadgeLabel": "",
        "Brief": ""
      },
      "aigalaxy:matlab_R2020b": {
        "ImageValue": "aigalaxy:matlab_R2020b",
        "ShortDisplayName": "matlab",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AI云容器",
        "System": "Ubuntu",
        "MirrorExplain": [
          "matlab R2020b"
        ],
        "Score": 3,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "",
        "BadgeLabel": "",
        "Brief": ""
      },
      "centos7_base": {
        "ImageValue": "centos7_base",
        "ShortDisplayName": "centos7.9",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Centos",
        "MirrorExplain": [
          "pytorch"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "新centos7.9",
        "BadgeLabel": "热",
        "Brief": "新centos7.9"
      },
      "centos7_cuda10.1": {
        "ImageValue": "centos7_cuda10.1",
        "ShortDisplayName": "centos7_cuda10.1",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Centos",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda",
          "cuda10.1",
          "cudnn 7.6.5",
          "python 3.7.4",
          "pytorch 1.4",
          "tensorflow - gpu 1.14",
          "keras 2.3.1",
          "darknet,opencv 4.2",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "7.9",
        "BadgeLabel": "",
        "Brief": ""
      },
      "centos7_cuda11.0": {
        "ImageValue": "centos7_cuda11.0",
        "ShortDisplayName": "centos7_cuda11.0",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Centos",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda",
          "cuda11.0",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow - gpu 2.4.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "7.9",
        "BadgeLabel": "即将下架",
        "Brief": ""
      },
      "centos7_matlabR2021b": {
        "ImageValue": "centos7_matlabR2021b",
        "ShortDisplayName": "centos7_matlabR2021b",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "科学计算",
        "System": "Centos",
        "MirrorExplain": [
          "matlabR2021b",
          "Anaconda",
          "cuda11.0",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow gpu 2.4.0",
          "Pycharm IDE",
          "VScode"
        ],
        "Score": 4,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "7.9",
        "BadgeLabel": "",
        "Brief": ""
      },
      "centos_stream8_base": {
        "ImageValue": "centos_stream8_base",
        "ShortDisplayName": "stream8纯净版",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "centos_stream",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda"
        ],
        "Score": 2,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "8",
        "BadgeLabel": "",
        "Brief": ""
      },
      "centos_stream9_nvram_base": {
        "ImageValue": "centos_stream9_nvram_base",
        "ShortDisplayName": "stream9纯净版",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Centos",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 3,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "9",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "deepin_nvram_base": {
        "ImageValue": "deepin_nvram_base",
        "ShortDisplayName": "deepin_nvram",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "deepin",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "rocky9_nvram_base": {
        "ImageValue": "rocky9_nvram_base",
        "ShortDisplayName": "rocky9_nvram",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "rocky_linux",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "9",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "rocky_linux9_base": {
        "ImageValue": "rocky_linux9_base",
        "ShortDisplayName": "rocky9纯净版",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "rocky_linux",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda"
        ],
        "Score": 3,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "9",
        "BadgeLabel": "",
        "Brief": ""
      },
      "stable_diffusion:1.6": {
        "ImageValue": "stable_diffusion:1.6",
        "ShortDisplayName": "stable diffusion",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AIGC",
        "System": "Ubuntu",
        "MirrorExplain": [
          "stable diffsion 1.4",
          "jupyter notebook",
          "Anaconda",
          "pytorch1.11.0",
          "cuda11.3"
        ],
        "Score": 9,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 200,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "热",
        "Brief": "一句话简介"
      },
      "stable_diffusion_webui:1.0.1": {
        "ImageValue": "stable_diffusion_webui:1.0.1",
        "ShortDisplayName": "stable diffusion webui",
        "LongDisplayName": "",
        "Type": "docker",
        "Label": "AIGC",
        "System": "Ubuntu",
        "MirrorExplain": [
          "stable diffsion webui",
          "Anaconda",
          "pytorch1.11.0",
          "cuda11.3"
        ],
        "Score": 10,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu18_amber18gromacs20.6vasp6.3": {
        "ImageValue": "ubuntu18_amber18gromacs20.6vasp6.3",
        "ShortDisplayName": "gromacs++",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "科学计算",
        "System": "Ubuntu",
        "MirrorExplain": [
          "vasp6.3",
          "ambertools18",
          "gromacs 2020.6",
          "gaussian09",
          "gaussView+acpype",
          "cuda11.1",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow - gpu 2.4.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 3,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu18_amber18gromacs2020": {
        "ImageValue": "ubuntu18_amber18gromacs2020",
        "ShortDisplayName": "gromacs",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "科学计算",
        "System": "Ubuntu",
        "MirrorExplain": [
          "ambertools18",
          "gromacs 2020.6",
          "gaussian09",
          "gaussView+acpype",
          "cuda11.1",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow - gpu 2.4.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 2,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu18_cuda10.1": {
        "ImageValue": "ubuntu18_cuda10.1",
        "ShortDisplayName": "ubuntu18_cuda10.1",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda",
          "cuda10.1",
          "cudnn 7.6.5",
          "python 3.7.4",
          "pytorch 1.4",
          "tensorflow - gpu 1.14",
          "keras 2.3.1",
          "darknet,opencv 4.2",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu18_cuda11.0": {
        "ImageValue": "ubuntu18_cuda11.0",
        "ShortDisplayName": "ubuntu18_cuda11.0",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda",
          "cuda11.0",
          "cudnn 8.0.4",
          "python 3.8.5",
          "pytorch 1.8",
          "tensorflow - gpu 2.4.0",
          "keras 2.4.0",
          "jupyter notebook",
          "spyder",
          "Pycharm IDE(VNC 图形界面 -> 应用 -> Other -> Pycharm)",
          "Visual Studio Code(VNC 图形界面 -> 应用 -> Programming -> VS Code)"
        ],
        "Score": 0,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "18.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu20.04_server_base": {
        "ImageValue": "ubuntu20.04_server_base",
        "ShortDisplayName": "ubuntu20.04纯净版",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动",
          "Anaconda"
        ],
        "Score": 4,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "20.04",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu20_cuda11.8": {
        "ImageValue": "ubuntu20_cuda11.8",
        "ShortDisplayName": "ubuntu20_cuda11.8",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "cuda",
          "ubuntu"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "20",
        "BadgeLabel": "",
        "Brief": ""
      },
      "ubuntu20_nvram_base": {
        "ImageValue": "ubuntu20_nvram_base",
        "ShortDisplayName": "ubuntu20_nvram",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "20",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "ubuntu22_nvram_base": {
        "ImageValue": "ubuntu22_nvram_base",
        "ShortDisplayName": "ubuntu22_nvram",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "22",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "ubuntu24_nvram_base": {
        "ImageValue": "ubuntu24_nvram_base",
        "ShortDisplayName": "ubuntu24_nvram",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Ubuntu",
        "MirrorExplain": [
          "显卡驱动"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [
          "GeForce RTX 3080"
        ],
        "ImageSize": 200,
        "CanUsePlugin": true,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "24",
        "BadgeLabel": "新",
        "Brief": ""
      },
      "win10_MatDEM": {
        "ImageValue": "win10_MatDEM",
        "ShortDisplayName": "MatDEM",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "地质岩土",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "MatDEM3.1",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 6,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_ai_cuda10.1": {
        "ImageValue": "win10_ai_cuda10.1",
        "ShortDisplayName": "win10 cuda10",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Windows",
        "MirrorExplain": [
          "cuda10.1",
          "cuDnn7.6.5",
          "Anaconda",
          "Pytorch 1.7.1",
          "Tensorflow 2.2",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_ai_cuda11.1": {
        "ImageValue": "win10_ai_cuda11.1",
        "ShortDisplayName": "win10 cuda11",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Pytorch 1.7.1",
          "Tensorflow 2.4",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 1,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_axilie_ai_cuda11.1": {
        "ImageValue": "win10_axilie_ai_cuda11.1",
        "ShortDisplayName": "cuda11(A系显卡)",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Pytorch 1.7.1",
          "Tensorflow 2.4",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 2,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_d5": {
        "ImageValue": "win10_d5",
        "ShortDisplayName": "win10 d5专用",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "渲染测绘",
        "System": "Windows",
        "MirrorExplain": [
          "d5",
          "阿里网盘",
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Cinema 4D19",
          "Blender 3.0",
          "Lumion 11.5",
          "Smart3d 10.18",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 4,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_gromacs2021.6": {
        "ImageValue": "win10_gromacs2021.6",
        "ShortDisplayName": "gromacs2021.6",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "科学计算",
        "System": "Windows",
        "MirrorExplain": [
          "gromacs2021.6",
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Pytorch 1.7.1",
          "Tensorflow 2.4",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 5,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_matlabR2021b": {
        "ImageValue": "win10_matlabR2021b",
        "ShortDisplayName": "matlabR2021b",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "科学计算",
        "System": "Windows",
        "MirrorExplain": [
          "matlabR2021b",
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "MatDEM3.1",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 7,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_render": {
        "ImageValue": "win10_render",
        "ShortDisplayName": "win10 渲染",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "渲染测绘",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Cinema C4D R25",
          "Blender 3.0",
          "Lumion 11.5",
          "Smart3d 10.18",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client",
          "3ds MAX 2020",
          "Maya2019"
        ],
        "Score": 3,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_rtxa_render": {
        "ImageValue": "win10_rtxa_render",
        "ShortDisplayName": "win10渲染(A系显卡)",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "渲染测绘",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "Cinema C4D R25",
          "Blender 3.0",
          "Lumion 11.5",
          "Smart3d 10.18",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client",
          "3ds MAX 2020",
          "Maya2019"
        ],
        "Score": 8,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win10_ue5": {
        "ImageValue": "win10_ue5",
        "ShortDisplayName": "win10 ue5",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "渲染测绘",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1",
          "cuDnn8",
          "Anaconda",
          "ue5.0.3",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 5,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      },
      "win2019_axilie_ai_cuda11.1": {
        "ImageValue": "win2019_axilie_ai_cuda11.1",
        "ShortDisplayName": "win2019(A系显卡)",
        "LongDisplayName": "",
        "Type": "kvm",
        "Label": "AI云主机",
        "System": "Windows",
        "MirrorExplain": [
          "cuda11.1.0",
          "cuDnn8.0.5",
          "Anaconda",
          "Pytorch 1.8.0",
          "Tensorflow 2.4.0",
          "python 3.8.3",
          "PyCharm",
          "VScode",
          "MobaXterm",
          "FileZilla Client"
        ],
        "Score": 5,
        "NoScheduleHosts": [],
        "NoScheduleGPUs": [],
        "ImageSize": 0,
        "CanUsePlugin": false,
        "ShowInRent": true,
        "ShowInChangeSystem": true,
        "ShowInCopyStart": false,
        "SystemVersion": "10",
        "BadgeLabel": "",
        "Brief": ""
      }
    },
    "local_images": [
      "ubuntu20_cuda11.8",
      "win10_rtxa_render",
      "ubuntu20.04_server_base",
      "ubuntu18_cuda11.0",
      "win10_ai_cuda10.1",
      "win10_ai_blackwu",
      "ubuntu22_cuda12.1",
      "win10_d5",
      "win10_axilie_ai_cuda11.1",
      "ubuntu22_nvram_base",
      "centos7_cuda10.1",
      "win10_dflyun_comfyui",
      "ubuntu22.04_vits",
      "win10_ai_cuda11.1",
      "ubuntu18_cuda10.1",
      "deepin_nvram_base",
      "rocky9_nvram_base",
      "win10_sd_chatglm2-6B",
      "ubuntu22_cuda12.4",
      "ubuntu20.04_server_miner",
      "win10_dflyun",
      "centos_stream9_nvram_base",
      "ubuntu18_amber18gromacs20.6vasp6.3",
      "ubuntu24_nvram_base",
      "win10_matlabR2021b",
      "win10_axilie_MatDEM",
      "win10_yuyi",
      "win10_ai_cuda12.4",
      "ubuntu22_cuda11.8",
      "centos7_base",
      "ubuntu20_nvram_base",
      "win10_MatDEM",
      "centos7_cuda11.0",
      "win10_flac3D5.0",
      "win10_sd_webui",
      "win10_ue5",
      "win2019_axilie_ai_cuda11.1",
      "centos7_matlabR2021b",
      "centos_stream8_base",
      "rocky_linux9_base",
      "ubuntu18_amber18gromacs2020",
      "win10_DragGAN",
      "win10_gromacs2021.6",
      "centos7_amber",
      "win10_render",
      "ubuntu22.04_base"
    ],
    "valid_images": [
      "win10_ue5",
      "ubuntu20_nvram_base",
      "ubuntu20_cuda11.8",
      "win10_gromacs2021.6",
      "win10_MatDEM",
      "ubuntu24_nvram_base",
      "centos7_cuda10.1",
      "win10_matlabR2021b",
      "rocky_linux9_base",
      "win10_rtxa_render",
      "win2019_axilie_ai_cuda11.1",
      "rocky9_nvram_base",
      "ubuntu18_amber18gromacs2020",
      "centos_stream9_nvram_base",
      "ubuntu20.04_server_base",
      "win10_render",
      "ubuntu18_cuda10.1",
      "ubuntu18_amber18gromacs20.6vasp6.3",
      "centos7_base",
      "win10_d5",
      "ubuntu18_cuda11.0",
      "centos7_cuda11.0",
      "win10_axilie_ai_cuda11.1",
      "ubuntu22_nvram_base",
      "win10_ai_cuda10.1",
      "deepin_nvram_base",
      "centos7_matlabR2021b",
      "centos_stream8_base",
      "win10_ai_cuda11.1",
      "win10_dflyun"
    ]
  }
}
修改于 2024-12-16 02:16:48
上一页
手动续费实例
下一页
重置系统
Built with