diff --git a/slides/.puppeteer.json b/slides/.puppeteer.json
new file mode 100644
index 0000000000000000000000000000000000000000..4538c04c27aa848eae88a3f018a022847ee704f2
--- /dev/null
+++ b/slides/.puppeteer.json
@@ -0,0 +1,4 @@
+{
+    "executablePath": "/usr/bin/chromium-browser",
+    "args": ["--no-sandbox"]
+}
\ No newline at end of file