kubeflow / fairing

Python SDK for building, training, and deploying ML models
Apache License 2.0
337 stars 144 forks source link

Support conda as a package manager in addition to pip #167

Open karthikv2k opened 5 years ago

karthikv2k commented 5 years ago

Conda can used to install a wider variety of packages and being embraced by other ML systems like ML Flow.

carlthome commented 5 years ago

ETA on this? I'm using a lot of numerical computing libraries that are really just FFIs for C libraries. They tend to be iffy to pip installand requirements.txt doesn't suffice.

jtfogarty commented 4 years ago

/area jupyter /kind feature /priority p2