How can I install local python library to azure ml studio environment

james long 1 Reputation point
2022-10-31T20:28:56.98+00:00

As title, find no docs or code sample from Azure

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,966 Reputation points Moderator
    2022-11-01T07:47:34.23+00:00

    Hello @james long

    Thanks for using Microsoft Q&A, below is how to use private Python packages securely within Azure Machine Learning. Use cases for private Python packages include:

    You've developed a private package that you don't want to share publicly.
    You want to use a curated repository of packages stored within an enterprise firewall.
    The recommended approach depends on whether you have few packages for a single Azure Machine Learning workspace, or an entire repository of packages for all workspaces within an organization.

    The private packages are used through Environment class. Within an environment, you declare which Python packages to use, including private ones. To learn about environment in Azure Machine Learning in general, see How to use environments.

    For more details, please refer to here - https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-use-private-python-packages

    Let me know if you need more information, I hope this helps.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.


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.