tensorflow-object-detection
tensorflow-object-detection copied to clipboard
Moving CPU docker file to a separate folder
Moving CPU docker file to a separate folder, so it (folder) could be passed to docker build cmd
@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?