Skip to content

Instantly share code, notes, and snippets.

@afranzi
Created October 23, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afranzi/d1494b4161684eefd4d60b37829bf2e8 to your computer and use it in GitHub Desktop.
Save afranzi/d1494b4161684eefd4d60b37829bf2e8 to your computer and use it in GitHub Desktop.
# 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