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/09 19:13:04 UTC

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #15454: [WIP] Julia docs

aaronmarkham commented on a change in pull request #15454: [WIP] Julia docs
URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r301750481
 
 

 ##########
 File path: docs/install/ubuntu_setup.md
 ##########
 @@ -310,25 +310,86 @@ Refer to the [Clojure setup guide](https://github.com/apache/incubator-mxnet/tre
 
 ### Install the MXNet Package for Julia
 
-The MXNet package for Julia is hosted in a separate repository, MXNet.jl, which is available on [GitHub](https://github.com/dmlc/MXNet.jl). To use Julia binding it with an existing libmxnet installation, set the ```MXNET_HOME``` environment variable by running the following command:
+#### Install Julia
+The package available through `apt-get` is old and not compatible with the latest version of MXNet.
+Fetch the latest version (1.0.3 at the time of this writing).
 
 ```bash
-    export MXNET_HOME=/<path to>/libmxnet
+wget -qO julia-10.tar.gz https://julialang-s3.julialang.org/bin/linux/x64/1.0/julia-1.0.3-linux-x86_64.tar.gz
 
 Review comment:
   I am using CI's Julia setup as a guide.
   https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_julia.sh
   

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