marcoabreu commented on a change in pull request #10485: [MXNET-304][RFC] 
Jenkins docs build
URL: https://github.com/apache/incubator-mxnet/pull/10485#discussion_r181139738
 
 

 ##########
 File path: ci/docker/install/ubuntu_scala.sh
 ##########
 @@ -22,10 +22,17 @@
 
 set -ex
 # install libraries for mxnet's scala package on ubuntu
+echo 'Installing Scala...'
 apt-get install -y software-properties-common
 add-apt-repository -y ppa:webupd8team/java
 apt-get update
 echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" 
| debconf-set-selections
 apt-get install -y oracle-java8-installer
 apt-get install -y oracle-java8-set-default
-apt-get update && apt-get install -y maven
\ No newline at end of file
+
+echo "deb https://dl.bintray.com/sbt/debian /" | tee -a 
/etc/apt/sources.list.d/sbt.list
+apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 
2EE0EA64E40A89B84B2DF73499E82A75642AC823
+apt-get update && apt-get install -y \
+    maven \
+    sbt \
+    scala
 
 Review comment:
   Could we pin the scala version?

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


With regards,
Apache Git Services

Reply via email to