desihub / desiconda

Tools to install DESI dependencies from scratch.
BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

pre-build matplotlib font cache and astropy config stuff #13

Closed sbailey closed 6 years ago

sbailey commented 6 years ago

In desihub/desispec#494, @tskisner said:

For docker images, I do pre-build the font cache (and also the astropy config stuff). I could easily do that for regular desiconda installs too.

Yes, please do.

tskisner commented 6 years ago

Should be fixed by 05dba302f56657a810bb55cac2d7eb97d0594bf5. Note that astropy config is a per-user thing, so it only helps when running in a docker container where we can create a fake $HOME directory and force astropy to create config files inside there.