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.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
425 stars 143 forks source link

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

Closed edurdevic closed 1 year ago

edurdevic commented 1 year ago

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.

mingyu89 commented 1 year ago

@edurdevic Thanks. I'll address it shortly.

mingyu89 commented 1 year ago

https://github.com/databricks/mlops-stack/pull/85