Skip to main content

Data Science Virtual Machine

Data Science Virtual Machine (DSVM) is a preconfigured cloud server with an operating system and pre-installed tools for machine learning (ML) developers and data analysts.

The image from which the server is deployed contains:

Before creating a server, please read the software license agreements included in the image.

Pre-installed tools

Functional capabilities

  • developing applications for chatbots, recommendation services, object recognition in photos and videos, speech synthesis and recognition, and forecasting services;
  • training ML models;
  • performing data experiments.

Minimum resource requirements

Number of vCPUs2
RAM4 GB
Boot volume40 GB
GPURequired

Getting started with DSVM

  1. Create a cloud server with DSVM.

  2. Run JupyterLab.

1. Create a cloud server with DSVM

  1. In the Control panel, on the top menu, click Products and select AI Marketplace.

  2. Click Create server.

  3. Fill in the blocks:

  4. Check the server price.

  5. Click Create server.

Name and placement

  1. Enter the server name.

  2. Select a location where the server will be created. The list of available GPUs depends on the location. Once the server is created, the location cannot be changed.

Source

Select an image Data Science VM (Ubuntu 22.04 LTS 64-bit).

GPU

  1. Click Add GPU.

  2. Select the GPU type. When selecting a GPU, consider the minimum resource requirements for the image to run. GPU specifications and descriptions can be found in the Graphics Processing Units (GPU).

  3. Specify the number of GPUs.

After creating the server, you will be able to change the GPU type and quantity or remove the GPU. Read more in the Change cloud server configuration.

Configuration

  1. Specify the number of vCPUs.

  2. Specify the RAM size.

After the server is created, you will be able to change the configuration.

Disks

  1. Select the boot disk type. When using a local disk as a boot disk, GPUs are unavailable.

  2. Specify the disk size in GB or TB. The maximum size for all network volumes is 10 240 GB (10 TB), for a local disk — 1 256 GB (1 TB).

  3. If you selected the SSD Universal v2 or SSD Fast v2 disk type, specify the total number of read and write operations in IOPS. After the disk is created, you can change the IOPS value —increase or decrease it. There is no limit on the number of IOPS changes.

  4. Optional: to add additional disks:

    4.1. Click Add volume.

    4.2. Select the volume type.

    4.3. Specify the disk size in GB or TB. The maximum size for all network volumes is 10 240 GB (10 TB), for a local disk — 1 256 GB (1 TB).

    4.4. If you selected the SSD Universal v2 or SSD Fast v2 disk type, specify the total number of read and write operations in IOPS. After the disk is created, you can change the IOPS value — reduce or increase it. There is no limit on the number of IOPS changes.

    After the server is created, you will be able to detach additional volumes from it or attach new ones.

Network

You can add the server to a new or existing subnet. The subnet can be:

  • private without internet access. You will not be able to connect to the server from the internet, including via SSH or RDP;
  • private with one public IP address. A static public IP address is connected to the server’s private address via a cloud router. The server will be accessible from the internet via this public IP address;
  • public, where all addresses are accessible from the internet.
  1. To add a server to an existing private subnet:

    1.1. In the Subnet field, select an existing subnet.

    1.2. Optional: change the default private IP address of the server.

  2. To create a new private subnet:

    2.1. In the Subnet field, select the Private subnet type.

    2.2. Optional: change the subnetwork CIDR.

    2.3. Optional: enable the DHCP toggle. Learn more about the DHCP protocol in the Selectel blog article Principles of the DHCP protocol.

    2.4. Optional: change the default gateway IP address.

    2.5. Optional: change the network in which the subnet will be created — you can select an existing network or create a new one. If you are creating a new network, enter the network name.

Optional: Access

  1. In the Password for «root» field:

    1.1. Copy the password for the root user — the user with unrestricted system privileges.

    1.2. Save the password in a secure place and do not share it in plain text.

  2. Add an SSH key for the project to the server for secure connection:

    2.1. If an SSH key is not added to the cloud platform, click , enter the key name, paste the public key in OpenSSH format and click Add.

    2.2. If an SSH key is added to the cloud platform, in the SSH-ключ field, select an existing key.

Optional: Additional settings

  1. To create a preemptible server, check the Preemptible server.

  2. If you plan to create multiple servers and want to increase infrastructure fault tolerance, add the server to a placement group:

    2.1. To create a new group, click , enter the group name and select a placement policy on different hosts:

    • soft—the system will try to place the servers on different hosts. If no suitable host is available when creating the server, it will be created on the same host;

    • hard—servers in the group are required to be placed on different hosts. If no suitable host is available when creating the server, the server will not be created.

    2.2. If the group is already created, in the Группа размещения field, select a placement group.

  3. To add additional information or filter servers in the list, add server tags. A tag with the image name is added automatically. To add a new tag, enter the tag in the Tags field.

Optional: Automation

  1. To add a script that will be executed by the cloud-init agent when the operating system first launches, in the User data:

    • open the Text tab and paste the script as text; or;
    • open the File tab and upload the script file.

    Script examples and supported formats can be found in the User data.

2. Launch JupyterLab

  1. Open the page http://<ip_address> in your browser.

    Enter <ip_address> — the public IP address of the cloud server. You can view it in the control panel: from the top menu, click ProductsAI Marketplace → server page → Ports tab → in the port card, click next to the public IP address.

  2. Enter the password — the server UUID. You can copy it in the control panel: from the top menu, click ProductsAI Marketplace → in the menu for the server, select Copy UUID.