Created
October 23, 2018 21:25
-
-
Save afranzi/d1494b4161684eefd4d60b37829bf2e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Running a Tracking Server | |
mlflow server \ | |
--file-store /tmp/mlflow/fileStore \ | |
--default-artifact-root s3://<bucket>/mlflow/artifacts/ \ | |
--host localhost | |
--port 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment