Skip to content

Commit

Permalink
Fix script retrieval (apache#14519)
Browse files Browse the repository at this point in the history
* Correct script wget. Without this change, wget was retrieving html.

* Dont use CI scripts
  • Loading branch information
vandanavk authored and ZhennanQin committed Apr 3, 2019
1 parent 70dd94f commit 13c60f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/tutorials/java/mxnet_java_on_intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,10 @@ brew install opencv

Run the following commands to install the prerequisites on Ubuntu.

```bash
wget https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_core.sh
sudo ./ubuntu_core.sh
wget https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_scala.sh
sudo ./ubuntu_scala.sh
```
sudo apt-get install openjdk-8-java maven
```

Note : You might need to run `chmod u+x ubuntu_core.sh` and `chmod u+x ubuntu_scala` before running the scripts.

The `ubuntu_scala.sh` installs the common dependencies required for both MXNet Scala and MXNet Java packages.

## Set Up Your Project

Expand Down

0 comments on commit 13c60f2

Please sign in to comment.