Updated on 2024-04-30 GMT+08:00

Step 5 Creating and Starting a Development Environment

Procedure

  1. After the image is created, log in to the ModelArts console, go to the notebook tab, and choose the image registered in Step 3 Registering a New Image to create a development environment.
  2. Go to the notebook list, click Open to start the created development environment.
    Figure 1 Opening a development environment
  3. Open a terminal to check the conda environment. For more information about conda, see the official website.
    Each kernel in the development environment is essentially a conda environment installed in /home/ma-user/anaconda3/. Run the /home/ma-user/anaconda3/bin/conda env list command to check the conda environment.
    Figure 2 Checking the conda environment