larroy commented on a change in pull request #9946: [DO NOT MERGE] Start CI 
docker revamp
URL: https://github.com/apache/incubator-mxnet/pull/9946#discussion_r172188798
 
 

 ##########
 File path: ci/build.py
 ##########
 @@ -69,7 +69,7 @@ def build_docker(platform: str, docker_binary: str) -> None:
     cmd = [docker_binary, "build",
         "-f", get_dockerfile(platform),
         "-t", tag,
-        "."]
+        "docker"]
 
 Review comment:
   isn't -f enough? not sure I understand -f vs PATH from docker run

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to