Azure Container Instance Installing System Requirements

Berk Öztürk 6 Reputation points
2020-10-14T09:59:00.607+00:00

I would like to deploy a model in Azure Container Instances in Azure ML (classic). So, the score.py script I will be providing needs to use librosa library. However, I need to install ffmpeg on the docker image to use Python's librosa library.

So my question is, How can I configure the ACI environment and install necessary linux libraries eg. run sudo apt install ffmpeg ?

Any help is appreciated,
Best

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
634 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,852 questions
{count} vote

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
    2020-10-15T00:11:25.903+00:00

    Please refer to the following document on deploying a model to Azure container instances: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-azure-container-instance

    You may find this doc helpful as well : https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-deploy-models-with-aml

    If you have further questions, let me know and I would re-tag the thread with Azure ML tags, to ensure right experts can help answer your question.