Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
# Install dependencies
apt-get update && apt-get install -y --no-install-recommends \
curl wget \
ocl-icd-libopencl1 \
opencl-headers \