MLFlow Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:44 PM
At the build docker image step,
mlflow.azureml.build_image
I faced an error ''TypeError: join() argument must be str, bytes, or os.PathLike object, not 'dict''' .
The model is now registered successfully in azureml but the docker image creation fails. I'm using the Spark 12.2 LTS ML Compute.
Could this be an mlflow version issue?