ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Reduce bootstrapper time, specifically "Solving Environment" #562

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

A quick fix to this is to move all the installs happening in the conda install into the conda create. This way the most time consuming portion, "Solving Environment", will only occur once.

nathanlcarlson commented 5 years ago

This change was merged into python_devel