Artifact storage and MLFLow on remote server
I don't know if I will get an answer to my problem but I did solved it this way.
On the server I created the directory /var/mlruns
. I pass this directory to mlflow via --backend-store-uri file:///var/mlruns
Then I mount this directory via e.g. sshfs
on my local machine under the same path.
I don't like this solution but it solved the problem good enough for now.