Skip to content

Instantly share code, notes, and snippets.

@pmundt
Created July 7, 2020 18:53
Show Gist options
  • Save pmundt/742e053c0185a7bbac827a971ec9f201 to your computer and use it in GitHub Desktop.
Save pmundt/742e053c0185a7bbac827a971ec9f201 to your computer and use it in GitHub Desktop.
EdgeTPU Device Query Dockerfile
FROM acceleratorbase/edgetpu-std
ADD devicequery.py /
CMD [ "python3", "devicequery.py" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment