Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created June 15, 2019 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anoochit/878749d1ff642f365d2882bed53a9794 to your computer and use it in GitHub Desktop.
Save anoochit/878749d1ff642f365d2882bed53a9794 to your computer and use it in GitHub Desktop.
deviceQuery Dockerfile for container app in NVIDIA Jetson Nano
FROM arm64v8/ubuntu
ENV LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu/tegra
RUN mkdir /cudaSamples
COPY deviceQuery /cudaSamples/
CMD /cudaSamples/deviceQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment