Created
May 19, 2021 18:31
-
-
Save cyrusbehr/66dd1d9c0c06227317a46c1fbdc350bb to your computer and use it in GitHub Desktop.
Step 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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