79629522

Date: 2025-05-19 21:54:26
Score: 0.5
Natty:
Report link

Try setting a remote artifact store (e.g., S3, GCS, WASBS). The issue happens because mlflow.log_model() saves artifacts locally before uploading. If artifact_uri is file:/..., MLflow tries to mkdir on client. Works fine only when tracking server and artifact store are on same machine. Fix by configuring remote artifact_uri.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Awadelrahman M. A. Ahmed