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: [email protected] With regards, Apache Git Services
