grst / containerize-conda

Turn an existing conda environment into a Singularity container
78 stars 14 forks source link

Docker containers #6

Open johnyaku opened 1 year ago

johnyaku commented 1 year ago

The readme talks about converting conda environments to Docker containers but at the moment the tool seems focused on Singularity. Have I missed something?

@DRSEI

grst commented 1 year ago

The old version based on conda-pack had a Docker variant. It is still available from this folder: https://github.com/grst/containerize-conda/tree/master/conda-pack

The new version currently only has a singularity implementation, because I don't need docker at the moment. I agree the readme could be clearer about that.

johnyaku commented 1 year ago

Thanks Gregor!