You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on the Python wrapper / seldon-core package, Storage.py depends on its respective Azure, GCS and S3 dependencies. However, most of these (or only one of them) won't be used in a regular install. In fact, since we leverage the model initialiser image from the KFServing project, these won't be used at all when using modelUri in a SeldonDeployment.
It would be good to make these optional (through extra_require) as we currently already do for GCS (we could follow a similar approach).
The text was updated successfully, but these errors were encountered:
adriangonz
added
triage
Needs to be triaged and prioritised accordingly
and removed
triage
Needs to be triaged and prioritised accordingly
labels
Jul 20, 2020
Currently, on the Python wrapper /
seldon-core
package,Storage.py
depends on its respective Azure, GCS and S3 dependencies. However, most of these (or only one of them) won't be used in a regular install. In fact, since we leverage the model initialiser image from the KFServing project, these won't be used at all when usingmodelUri
in aSeldonDeployment
.It would be good to make these optional (through
extra_require
) as we currently already do for GCS (we could follow a similar approach).The text was updated successfully, but these errors were encountered: