Get mlflow to work with with custom Databricks docker container compute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 03:29 AM
We need conda for our python things, so i set up a Compute unit with a custom dockerfile. Now one of our ki engeniers tried to get mlflow working but it seems not connected to the mlflow of Databricks. How can i get mlflow in my container to work with mlflow in databricks?
- Labels:
-
Azure databricks
-
Container
-
Docker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2022 08:11 PM
Hi @Tobias Müller
Great to meet you, and thanks for your question!
Let's see if your peers in the community have an answer to your question first. Or else bricksters will get back to you soon.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 02:56 AM
We have this same issues. Did you ever manage to solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 11:51 PM - edited 07-02-2023 11:54 PM
I found the solution after talking to support.
The solution is not in the databricks documentation but in the mlflow
after you set tracking uri to databricks it worked for us 😄
https://www.mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tracking_uri this was the link they send me originaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 01:17 AM
Thanks @tmueller, that indeed solves it!