Help Center/ ModelArts/ FAQs/ ModelArts Standard Images/ How Do I Prevent the Save Failure of a Custom Image Larger Than 35 GB?
Updated on 2025-08-28 GMT+08:00

How Do I Prevent the Save Failure of a Custom Image Larger Than 35 GB?

Note the following issues:

  1. Select a small base image to create a notebook instance. In this case, there is enough space to install packages. The base image size displayed on SWR should not be larger than 6 GB.
  2. Save the image in a directory other than /home/ma-user/work under /home/ma-user. Save the datasets in the work directory.
  3. Avoid saving instances as images too frequently. Instead, install all necessary packages at a time and then save the image. Each time you save the image, it increases in size, and Docker's storage mechanism prevents resizing by clearing the disk.