Skip to content

Is there a way to disable conda-store? #1150

Closed Answered by costrouc
yuhuishi-convect asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @yuhuishi-convect I would say at the moment conda-store is difficult to disable since it is the central part to so many components since it managed the environments used within dask, dashboards, and jupyter notebooks.

We are working on better ways of serving environments. Yes NFS is not a great solution and preferable would be to use docker environments or tarballs of the environment. NFS just doesn't scale well.

Conda-Store is capable of serving these enviornments via docker and tarballs (already) but it is more about how this integrated within nebari which needs to be figured out. Do we upload the docker images to container storage?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pavithraes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment