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/11 02:26:47 UTC

[GitHub] iblis17 commented on issue #13836: Install MXNet on Ubuntu 18 and Julia-1.0.3?

iblis17 commented on issue #13836: Install MXNet on Ubuntu 18 and Julia-1.0.3?
URL: https://github.com/apache/incubator-mxnet/issues/13836#issuecomment-453349161
 
 
   Hi, 
   You can try out that PR via following instruction:
   ```
   git clone https://github.com/apache/incubator-mxnet.git
   cd incubator-mxnet
   git fetch origin pull/12845/head:julia-1.0
   git checkout julia-1.0
   ```
   Then, start your Julia shell
   ```julia
   using Pkg
   Pkg.develop(PackageSpec(name = "MXNet", path = "./julia"))
   Pkg.build("MXNet")
   ...
   using MXNet
   ```

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