Hi @zsucic1, It seems you’re encountering some issues while deploying a model saved in Unity Catalog to Model Serving. Let’s troubleshoot this together.
Access to Storage Container:
- The error message indicates that there’s an issue with accessing the storage container due to permissions. Ensure that the service account or identity you’re using has the necessary permissions to read from the storage container where the model artifacts are stored.
- Verify that the credentials used for accessing the storage account are correct and have the required permissions.
Build Logs and Validation:
- Check the build logs as suggested in the error message. These logs might provide more detailed information about why the build process failed.
- Also, review the validation process for the model. If the model failed validation, it could prevent successful deployment. Ensure that the model adheres to the required format and dependencies.
Invisible Signature:
- The invisible signature issue might be related to the model version signature. This could be due to incorrect permissions or misconfiguration.
- Double-check the configuration settings for the Unity Catalog and ensure that the model version signature is accessible.
Unity Catalog vs. Workspace MLflow:
- You mentioned that you can deploy the same model via Workspace MLflow. Compare the configurations and settings between the two deployment methods.
- Ensure that the Unity Catalog setup aligns with the requirements for model serving.
Dependencies and Environment:
If you encounter any specific issues, feel free to share additional details, and we’ll continue troubleshooting! 🛠️🔍