conda-docker
conda-docker copied to clipboard
Does this support pip packages too?
Awesome and exciting project :D <3
Does this support pip packages as well? Or do they all need to be in conda? Not sure how the layering would work..
Hey @yuvipanda it does not support pip at the moment. Currently each conda package is added as a layer. There would have to be some additional logic added in order to properly:
- identify which files were added by the pip install
- copy these files over as a layer
Not overly hard to do but is not supported at the moment. In the next month I will be putting more effort into this package since we have needs to have deeper support for docker in conda-store.