omegacen / docker-conda-builder

Docker image for building linux-64 conda packages. CentOS 7 + miniconda + conda-build.
3 stars 1 forks source link

Create fat docker image #1

Open hugobuddel opened 5 years ago

hugobuddel commented 5 years ago

It is useful for speed reasons to create a docker image that has all relevant conda packages already fetched so they can be installed quickly.

Packages can be downloaded without being installed with the --download-only flag: https://stackoverflow.com/questions/32956583/how-do-i-download-anaconda-packages-without-installing-them

hugobuddel commented 5 years ago

Some success, see https://github.com/hugobuddel/docker-conda-builder/tree/fatbuilder

About secrets:

More notes: