GoogleCloudPlatform / automlops

Build MLOps Pipelines in Minutes
Apache License 2.0
143 stars 34 forks source link

[Feature Request] Specify PyPi Repo for Package Installation #45

Open diloreto opened 9 months ago

diloreto commented 9 months ago

We need the ability to specify (in pipeline configuration) which Pypi repository to pull packages from. Many times a customer will want to only install local packages (that they've tested/scanned) instead of public versions. A good example is scipy or numpy. Can we please add a flag to either specify an internal URL (that obviously the pipeline can access) or PUBLIC?