leandron commented on a change in pull request #8639:
URL: https://github.com/apache/tvm/pull/8639#discussion_r682389268



##########
File path: docker/bash.sh
##########
@@ -59,6 +59,17 @@ if [ "$#" -lt 1 ]; then
     exit -1
 fi
 
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+WORKSPACE="$(pwd)"
+
+if [ "$1" == "--repo-mount-point" ]; then

Review comment:
       It would be good to add this on line 23 small documentation to the 
command line, also to show the order in which parameters need to be provided.




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to