forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
1.6 KiB
1.6 KiB
Restrictions on the Size of an Image for Importing an AI Application
Symptom
When an imported AI application is used to deploy a service, the system displays a message indicating that the idle disk space is insufficient for service deployment.
Possible Causes
ModelArts uses containers for deploying services. There are size limitations during container runtime. If the size of your model file, custom file, or system file exceeds the Docker size, a message will be displayed, indicating that the image space is insufficient.
Solution
Ensure the size of the current model file is not greater than 20 GB and that of the custom image is not greater than 30 GB.
Parent topic: AI Application Management