Christopher Ostrouchov

Results 137 comments of Christopher Ostrouchov

Remove the symlinks in `/home/conda/environments`. I will in the near future be implementing a garbage collect feature similar to docker to remove no longer used environments. ``` [email protected]@jupyter-costrouchov-40quansight-2ecom:/home/conda/environments$ ls -la...

Needs support for two types of collection: - old builds (say older than x days) - n oldest builds to be remove (keep m latest builds for each environment)

Depends on https://github.com/Quansight/conda-store/issues/22 and #49

Partially implemented in https://github.com/Quansight/conda-store/pull/94. Now need a cron job to check for unused builds and what that build condition might be.

Thanks @pierrotsmnrd. This is very helpful. I'm not knowledgable enough on why this is faster but this does seem to produce a 2.5x improvement. I think this is yet another...

I do not think that realtime logs will be possible. However I do think it would be easy to add further information with a progress bar for each environment. -...

Closing since we are now developing https://github.com/quansight/conda-store-ui

@dcharbon yeah it came up in a call with a customer today looking to use conda-store. Looking the for the most `conda` compatible way of exposing layering. Likely exposing an...

To give more information on why I think this may be required within conda-store. Some of our clients would like the ability to enforce that for all/specific environments they contain...

My hypothesis on this error is that the build is failing and then triggers https://github.com/Quansight/conda-store/blob/main/conda-store-server/conda_store_server/build.py#L176-L183. But the ` set_build_failed` does not work since s3 credentials are not set and then...