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
460 stars 156 forks source link

Forbidden access to public github #52

Closed ptaban closed 1 year ago

ptaban commented 1 year ago

Hey, my organization is using github enterprise, access to public github is denied. I am sure this is case for a lot of companies, can u make it installable from pypi, so i dont have to download zipped repo.

edurdevic commented 1 year ago

Hi @ptaban, this is not a package but rather a cookiecutter template. You need to run cookiecutter https://github.com/databricks/mlops-stack on your own laptop to create a sample project that you then sync to your internal Git repository.

arpitjasa-db commented 1 year ago

Hi you can now use the Databricks CLI to initialize this project so hopefully this resolves the public Github issue!