mseth10 commented on a change in pull request #18245:
URL: https://github.com/apache/incubator-mxnet/pull/18245#discussion_r420472844



##########
File path: ci/test_safe_docker_run.py
##########
@@ -408,7 +408,7 @@ def wait_for_container(name: str) -> bool:
         # to the atexit
         for sig in [None, signal.SIGTERM, signal.SIGINT]:
             # Execute the safe docker run script in a different process
-            proc = subprocess.Popen(['./safe_docker_run.py', "--name", 
container_name, "ubuntu:18.04", "sleep 10"])
+            proc = subprocess.Popen(['python3 safe_docker_run.py', "--name", 
container_name, "ubuntu:18.04", "sleep 10"])

Review comment:
       fixed, thanks!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to