tensorflow-object-detection icon indicating copy to clipboard operation
tensorflow-object-detection copied to clipboard

Moving CPU docker file to a separate folder

Open olgaliak opened this issue 7 years ago • 1 comments

Moving CPU docker file to a separate folder, so it (folder) could be passed to docker build cmd

olgaliak avatar Jan 12 '18 20:01 olgaliak

@olgaliak you can use docker build -f Dockerfile.cpu to specify a custom dockerfile, would that work? or is there a case that needs Dockerfile as the filename?

sozercan avatar Jan 12 '18 22:01 sozercan