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/07/08 19:30:50 UTC

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

aaronmarkham commented on issue #13836: Install MXNet on Ubuntu 18 and Julia-1.0.3?
URL: https://github.com/apache/incubator-mxnet/issues/13836#issuecomment-509360292
 
 
   > Hi,
   > You can try out that PR via following instructions:
   > 
   > ```
   > 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
   > ```
   
   Anyone else troubleshooting setting up Julia with MXNet should note that this PR has been merged and MXNet now supports 0.7 and 1.0.x. 
   

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


With regards,
Apache Git Services