Alexander Guschin
Alexander Guschin
@mike0sv, I assume some of this was fixed, right?
last comment is related to https://github.com/iterative/mlem/issues/265
Long time no see 👋🏻 I didn't find any option to build docker image "safely" at https://docs.docker.com/engine/reference/commandline/build/ My suggestion is to make this the same as in docker by default....
I think we addressed this, but this may be revisited due to attempts to have better integrations. Need to rethink this.
@mike0sv, is this still an issue? This related to that discord question we had recently.
For the record, fastai does some monkey patching of other packages - that why we didn't implement it.
Related to this, looks like even a part of the same problem: ```py >>> res = apply_remote("http", "data/Churn_Modelling_0.csv", method="predict") mlem.core.errors.MlemObjectNotFound: MLEM object was not found at `data/Churn_Modelling_0.csv` ``` We should...
Potential feature for Studio, I think.
Don't think it's relevant any more since index is a part of DVC now, but keeping it open since it's very useful from product/user perspective and in case we'll want...
I recall running some experiments to optimize this, but the main problem was `git tags` (or alternatives) running to slow. Maybe after moving to scmrepo this actually works faster.