MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.19k stars 207 forks source link

Make docker build multi-stage #235

Closed MilesCranmer closed 1 year ago

MilesCranmer commented 1 year ago

No more manually pulling the Julia binary in a script, it turns out you can just pull from both the python and julia images, and copy the files between them!

This cleans up the dockerfile, and should make it much more robust.