When using Makie offline, I got this warning:
Warning: downloading texture atlas failed, need to re-create from scratch.
exception =
RequestError: Could not resolve host: github.com while requesting https://github.com/MakieOrg/Makie.jl/releases/download/v0.21.0/v7_texture_atlas_2048_64.bin
and later
Warning: Makie is caching fonts, this may take a while. This should usually not happen, unless you're getting your own texture atlas or are without internet!
This is for offline deployment to a computing cluster. Is there a way to download the atlas on a build machine and then copy it to the computing machines so Makie doesn’t need to spend time on the texture atlas and fonts?