Conda package on conda-forge?
In some teams/setups, using pip install (or docker) may not be an option if the workflow is conda-based. Would it be possible to provide fasttrackml as a conda package as well (via a conda-forge feedstock)?
Thanks!
Hi @aldanor, thank you for your interest in FastTrackML! We would like to make it as convenient as possible for users to try it out, and we will look into adding another install option with Conda.
In the meantime, as our Python package is currently only needed where you will run the server, and not to interact with it (you will need to install mlflow to do that), I would recommend to use one of the other installation types (e.g. the install script). It's even possible to use pip within your Conda environment, and given that we build fully static binaries and have no dependencies, this should not mess at all with your environment.