databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.

Home Page:https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command line command described in ml-developer-guide-fs.md fails

edurdevic opened this issue · comments

The command pip install -I -r requirements.txt -r test-requirements.txt described in ml-developer-guide-fs.md does not work because the requirements.txt and the test-requirements.txt are created in different folders.

@edurdevic Thanks. I'll address it shortly.