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.
757 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
{count} vote

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.