marcoabreu commented on a change in pull request #9995: [WIP] CI docker revamp; 
Add Jetson, Raspberry and CentOS 7 build 
[MXNET-42][MXNET-43][MXNET-44][MXNET-57]
URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173325670
 
 

 ##########
 File path: python/mxnet/libinfo.py
 ##########
 @@ -29,6 +30,17 @@ def find_lib_path():
     lib_path : list(string)
         List of all found path to the libraries.
     """
+    lib_from_env = os.environ.get('MXNET_LIBRARY_PATH')
+    if lib_from_env:
 
 Review comment:
   The default one below (starting with ``curr_path = 
os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))``)

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