Created
July 28, 2020 15:11
-
-
Save pmundt/b1d83d1a0abe4e5a0e84bf8b98f1c11b to your computer and use it in GitHub Desktop.
EdgeTPU devicequery image variants with local build context
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
source: | |
type: dockerfile | |
url: file:///home/pmundt/devel/git/accelerator-base-containers/examples/edgetpu-devicequery/Dockerfile | |
build_context: | |
path: /home/pmundt/devel/git/accelerator-base-containers/examples/edgetpu-devicequery | |
dir_name: edgetpu-devicequery | |
target: | |
registry_ip: localhost:5000 | |
images: | |
- image: adaptant/edgetpu-devicequery | |
tag: std | |
- image: adaptant/edgetpu-devicequery | |
tag: max | |
base: acceleratorbase/edgetpu-max |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment