cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to isolate environments for different projects in a single mlflow server?

HemanthVak
New Contributor II

I am planning to deploy MLFlow server deployed in Azure as a centralised repositories for my machine learning experiments and runs and to store events and artifacts. I would like to have different environments or isolated environments in the same workspace as Dev & Prod

2 REPLIES 2

Debayan
Esteemed Contributor III

Hi,

Virtualenv environments support Python packages available on PyPI. When an MLflow Project specifies a Virtualenv environment, MLflow will download the specified version of Python by using 

pyenv and create an isolated environment that contains the project dependencies using 

virtualenv, activating it as the execution environment prior to running the project code.

You can specify a Virtualenv environment for your MLflow Project by including a python_env entry in your MLproject file.

Please refer: https://www.mlflow.org/docs/latest/projects.html

Anonymous
Not applicable

Hi @Hemanth Vakacharla​ 

Does @Debayan Mukherjee​  response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?

We'd love to hear from you.

Thanks!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group