Open Robinlovelace opened 1 month ago
Looks like there are still a few problems if you manage the Julia version via pixi: https://discourse.julialang.org/t/managing-julia-versions-using-pixi/116165/16
Interesting, seems there are a good few Julia projects here: https://pixi.sh/v0.16.1/Community/ some of which are by @evetion none of them use Docker or devcontainers as far as I can see though.
Pure Julia version doesn't need to use Pixi. rpyjl version: probably worthwhile but open to ideas!
Hmm...a pure Julia image would be pretty easy then! Is it easy to automatically update?
Yes, if you supply a Dockerfile we can handle the auto-deployment, just a julia.yml file in the .github/workflows folder should do it.
Interesting, seems there are a good few Julia projects here: https://pixi.sh/v0.16.1/Community/ some of which are by @evetion none of them use Docker or devcontainers as far as I can see though.
Correct, pixi is easier to install than docker and it does everything for us, using the tasks feature. The notable exception is testing our QGIS plugin, which is done in Docker.
I wonder to what extent pixi could replace Docker, with possible resource savings.
This is now working!
See commits above and below.
Maps looking good: