nestauk / daps_utils

Tools for setting up and running pipelines in a Data Analytics and Production System (DAPS).
0 stars 1 forks source link

Remove `conda` from the docker image, in favour of pip #32

Open jaklinger opened 3 years ago

jaklinger commented 3 years ago

See https://github.com/nestauk/nesta/pull/330#discussion_r519720935

bishax commented 3 years ago

As the one who suggested this I can do this. I'm less sure we should actually do this, I'll do a little investigating / benchmarking and see what different it make to image size etc. but conda is a reliably fast incarnation of python - see https://pythonspeed.com/articles/faster-python/ for example

jooh commented 3 years ago

Consider mamba if speed of env solve is the issue with conda?

This blog is a good resource on how to containerise conda environments also.