leezu commented on a change in pull request #18339:
URL: https://github.com/apache/incubator-mxnet/pull/18339#discussion_r429472380



##########
File path: ci/docker/install/ubuntu_julia.sh
##########
@@ -32,7 +32,7 @@ function install_julia() {
     # The julia version in Ubuntu repo is too old
     # We download the tarball from the official link:
     #   https://julialang.org/downloads/
-    wget -qO $JLBINARY 
https://s3.amazonaws.com/julialang2/bin/linux/x64/0.7/julia-0.7.0-linux-x86_64.tar.gz

Review comment:
       The problem is not about the S3 path but that you hardcode the 0.7 
version instead of using `$1` and `$2`. In any case, hopefully 
https://julialang-s3.julialang.org/bin/linux/x64/$1/julia-$2-linux-x86_64.tar.gz
 will remain stable for the future




----------------------------------------------------------------
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:
[email protected]


Reply via email to