Categories:

Social Share

Why did my Deployment fail?

Deployment can be failed due to the below reasons

Inference Source Location Error
Check if the inference source URL provided is correct and publicly available to download and it contains a requirements.txt file. (Refer: https://www.cluzters.ai/faq/view/100/44/83/0/how-can-i-share-my-model-files-for-deployment )

Build Errors
pip will raise an error if the package provided in the requirements.txt file is not available (Refer: https://www.cluzters.ai/faq/view/104/44/84/0/what-is-a-build-error-how-do-i-debug-the-same )