Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update Scala-MXNet install instructions (#11787)
Browse files Browse the repository at this point in the history
Update Scala-MXNet install instructions
  • Loading branch information
aaronmarkham authored and nswamy committed Jul 18, 2018
1 parent 6abfc70 commit ae8b84c
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions docs/install/index.md
Expand Up @@ -969,30 +969,9 @@ $ make rpkg
<div class="scala">
<div class="gpu">

```html
<dependency>
<groupId>org.apache.mxnet</groupId>
<artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
</dependency>
```
<br>
</div> <!-- End of gpu -->
You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of instructions to help you with the setup process.

<div class="cpu">

```html
<dependency>
<groupId>org.apache.mxnet</groupId>
<artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
</dependency>
```
<br>
</div> <!-- End of cpu -->
</div> <!-- End of scala -->


<div class="scala">
<div class="gpu">
<a href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-gpu"><img src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" alt="maven badge"/></a>

```html
<dependency>
Expand All @@ -1005,6 +984,10 @@ $ make rpkg

<div class="cpu">

You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of instructions to help you with the setup process.

<a href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu"><img src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg" alt="maven badge"/></a>

```html
<dependency>
<groupId>org.apache.mxnet</groupId>
Expand Down Expand Up @@ -1454,6 +1437,10 @@ Will be available soon.
<div class="scala">
<div class="cpu">

You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of instructions to help you with the setup process.

<a href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-osx-x86_64-cpu"><img src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" alt="maven badge"/></a>

```html
<dependency>
<groupId>org.apache.mxnet</groupId>
Expand Down Expand Up @@ -2425,7 +2412,7 @@ You should see the following output:
<div class="linux">
<div class="scala">
<div class="cpu gpu">
Refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a>.
Run the <a href="https://github.com/apache/incubator-mxnet/tree/master/scala-package/mxnet-demo">MXNet-Scala demo project</a> to validate your Maven package installation.
</div>
</div>

Expand All @@ -2441,7 +2428,7 @@ Will be available soon.
<div class="macos">
<div class="scala">
<div class="cpu gpu">
Refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a>.
Run the <a href="https://github.com/apache/incubator-mxnet/tree/master/scala-package/mxnet-demo">MXNet-Scala demo project</a> to validate your Maven package installation.
</div>
</div>
<div class="julia perl cpp">
Expand Down

0 comments on commit ae8b84c

Please sign in to comment.