This Repository contains the material for the tutorial "Introduction to MLOps with MLflow" held at pyData/pyCon Berlin 2022.
- install sqlite:
- Linux:
sudo apt install sqlite3
- Mac: Should be installed by default.
- Linux:
- install pipenv:
pip install --user pipenv
- run
pipenv install
in the directory of the Pipfile - activate the environment by
pipenv shell
Run make notebook
.