Skip to content

Installation: Linux: Raspberry Pi OS

Jef LeCompte edited this page Oct 9, 2020 · 6 revisions

After the following, nvidia-snatcher is running on my Raspberry Pi 3B on Raspbian OS 32bit (desktop edition). I hope this helps other fellows:

Prerequisites

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt update
sudo apt upgrade
sudo apt install git nodejs

Install as per instructions on README.md.

Configure following before typing npm run start to start:

which chromium
which chromium-browser
/usr/bin/chromium-browser # Use this output for the next command
export PUPPETEER_EXECUTABLE_PATH='/usr/bin/chromium-browser'
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
npm run start