Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Last active March 13, 2020 10:05
Show Gist options
  • Save techwithshadab/7179f8e227e8f284211db2f2e98a1a3e to your computer and use it in GitHub Desktop.
Save techwithshadab/7179f8e227e8f284211db2f2e98a1a3e to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt upgrade
# Install pip
sudo apt install python-pip
# Install mlflow
pip install mlflow
# Check version of mlflow installed
mlflow --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment