Obtaining Image Creation Caches in ModelArts Notebook
Run the ma-cli image df command to obtain image creation caches. This command is available only in ModelArts notebook instances.
$ ma-cli image df -h Usage: ma-cli image df [OPTIONS] Query disk usage used by image-building in Notebook. Example: # Query image disk usage ma-cli image df Options: -v, --verbose Show detailed information on disk usage. -D, --debug Debug Mode. Shows full stack trace when error occurs. -h, -H, --help Show this message and exit.
|
Parameter |
Type |
Mandatory |
Description |
|---|---|---|---|
|
-v / --verbose |
Bool |
No |
Whether to display detailed information. This function is disabled by default. |
Examples
- View all image caches in ModelArts notebook.
ma-cli image df

- View details about an image.
ma-cli image df --verbose

Last Article: Creating an Image in ModelArts Notebook
Next Article: Clearing Image Creation Caches in ModelArts Notebook
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.