Created
July 7, 2020 18:53
-
-
Save pmundt/742e053c0185a7bbac827a971ec9f201 to your computer and use it in GitHub Desktop.
EdgeTPU Device Query Dockerfile
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 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