2

MLflowソースコードが公開されているgitリポジトリに保存されている場合の実験をテストしました。コマンド例は次のようになります

mlflow run  https://github.com/amesar/mlflow-fun.git#examples/hello_world \
 --experiment-id=2019 \
 -Palpha=100 -Prun_origin=GitRun -Plog_artifact=True

ただし、パブリック MLflow の代わりに内部 (プライベート) git リポジトリ リンクを提供すると、ログイン URL にリダイレクトされ、このように実行が失敗します。

git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git fetch -v origin
stderr: 'fatal: unable to update url base from redirection:
asked for: https://gitlab-master.companyname.com/myusername/project_name
/tree/master/models/myclassifier/info/refs?service=git-upload-pack
redirect: https://gitlab-master.company.com/users/sign_in'

Git アカウントの資格情報を MLflow に伝達する方法はありますか?

4

1 に答える 1