conda-docker icon indicating copy to clipboard operation
conda-docker copied to clipboard

Does this support pip packages too?

Open yuvipanda opened this issue 5 years ago • 1 comments

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..

yuvipanda avatar Mar 19 '21 09:03 yuvipanda

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.

costrouc avatar Aug 02 '22 20:08 costrouc