You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/30 21:23:53 UTC

[GitHub] ptrendx commented on issue #13713: MXNet usage on non-AWS cloud providers

ptrendx commented on issue #13713: MXNet usage on non-AWS cloud providers
URL: https://github.com/apache/incubator-mxnet/issues/13713#issuecomment-459114784
 
 
   The way NVIDIA containers work is as follows:
    - https://ngc.nvidia.com container repository gives access to all containers provided by NVIDIA, including MXNet
    - when working on the particular Cloud Provider, user would go the one of the links that @srochel posted to get the appropriate VM for that cloud (those pages also contain link to documentation how to run those VMs). VM for AWS is available as well (https://aws.amazon.com/marketplace/pp/B076K31M1S)
    - that VM has all the dependencies installed to use containers from NGC, so to start using MXNet user would need to do the steps shown in the description of the MXNet container: https://ngc.nvidia.com/catalog/containers/nvidia:mxnet 
    - User does not need to build MXNet from source (although the source code is available in the container, so user could rebuild if they wanted), it is already installed in the container
   
   Does it answer your questions @aaronmarkham ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services