We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a9e0a commit 3ef2ce4Copy full SHA for 3ef2ce4
.binder/.gitignore
@@ -0,0 +1,7 @@
1
+*
2
+!*.toml
3
+!*.yml
4
+!apt.txt
5
+!*.sh
6
+!Dockerfile
7
+!.gitignore
.binder/fix_gdal.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/bash
+
+# Fixes version incompatibility in quarto with JuliaCall
+# see https://github.com/katrinabrock/juli-slipRs
+mkdir /root/.local
+ln -s /usr/lib/x86_64-linux-gnu /root/.local/lib
8
9
+cat <<EOF >/root/.julia/artifacts/Overrides.toml
10
+[a7073274-a066-55f0-b90d-d619367d196c]
11
+GDAL = "/root/.local"
12
13
+[02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a]
14
+XML2 = "/root/.local"
15
+EOF
0 commit comments