Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cyrusbehr/66dd1d9c0c06227317a46c1fbdc350bb to your computer and use it in GitHub Desktop.
Save cyrusbehr/66dd1d9c0c06227317a46c1fbdc350bb to your computer and use it in GitHub Desktop.
Step 1
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
ENV ARCH=aarch64 \
HOSTCC=gcc \
TARGET=ARMV8
WORKDIR /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment