Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status #15

Open
colindaven opened this issue Jan 18, 2022 · 4 comments
Open

Status #15

colindaven opened this issue Jan 18, 2022 · 4 comments

Comments

@colindaven
Copy link

Hi,

this sounds really useful for many users who are using conda successfully but having trouble packaging their conda envs easily into docker or singularity containers.

My question is about the status and future of this project. Is this a working prototype ? Or mature already, or just a test? How does it compare to the experimental conda-pack ?

Thanks for your efforts
Colin

@xhochy
Copy link
Member

xhochy commented Jan 18, 2022

Hello @colindaven,

I'm not a maintainer of this particular project but many others in this space. As @scopatz has been out for a while of the one here, I'm directly picking this up.

  1. conda-docker is working but not actively developed. Give it a try but if you run into issues, you are on your own.
  2. conda-pack isn't experimental but already stable and widely used. You can give it a try but no necessarily needed for putting conda environments into a Docker container.
  3. For putting conda environments into Docker containers, you don't need a tool in most cases but a good manual should help you more, thus I have written a cheatsheet over at https://uwekorn.com/2021/03/03/deploying-conda-environments-in-docker-cheatsheet.html (there is also a long-read linked with more explanations).

I hope this helps!

@colindaven
Copy link
Author

Thank you, that is very helpful to pick up on what is the path of least resistance.

@costrouc
Copy link
Member

costrouc commented Aug 2, 2022

Hey @colindaven just to give some updates on this package. I plan to make some heavy additions to this package in the next few weeks. I need deeper support for creating docker images from conda environments for conda-store.

That said conda-docker is "stable" in that it should just work and if anything in the future:

  • will produce smaller docker images
  • more cachable layers
  • include support for pip

Also in the near future conda will be adding support for plugins. We may look at adding this package as an "install" plugin that produces docker artifacts

@colindaven
Copy link
Author

Very interesting. I have discovered micromamba works well in rapidly installing to containers but will be following this as well.

Thanks for your efforts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants