IvyBazan commented on a change in pull request #15524: refine Nano setup directions URL: https://github.com/apache/incubator-mxnet/pull/15524#discussion_r303682989
########## File path: docs/install/install-jetson.md ########## @@ -60,49 +59,54 @@ sudo pip install \ ``` If you plan to cross-compile you will need to install these dependencies on that computer as well. +If you get an error about something being busy, you can restart the nano and this error will go away and you can continue installation of the prerequisites. -### Configure CUDA +### Download the source & setup some environment variables: -You can check to see what version of CUDA is running with `nvcc`. +These steps are optional, but some of the following instructions expect MXNet source files and the `MXNET_HOME` environment variable. Also CUDA commands will not work out of the box without updating your path. Review comment: "Also, CUDA commands will not work out of the box without updating your path." ---------------------------------------------------------------- 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] With regards, Apache Git Services
