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

Add mkl-dnn to docker install method #12643

Merged
merged 3 commits into from
Oct 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ REPOSITORY TAG IMAGE ID CREATED
mxnet/python latest 00d026968b3c 3 weeks ago 1.41 GB
```

Using the latest MXNet with [Intel MKL-DNN](https://github.com/intel/mkl-dnn) is recommended for the fastest inference speeds with MXNet.

```
$ docker pull mxnet/python:1.3.0_cpu_mkl # Use sudo if you skip Step 2
$ docker images # Use sudo if you skip Step 2

REPOSITORY TAG IMAGE ID CREATED SIZE
mxnet/python 1.3.0_cpu_mkl deaf9bf61d29 4 days ago 678 MB
```

**Step 4** <a href="validate_mxnet.html">Validate the installation</a>.

</div> <!-- END of docker -->
Expand Down Expand Up @@ -511,6 +521,16 @@ REPOSITORY TAG IMAGE ID CREATED
mxnet/python latest 00d026968b3c 3 weeks ago 1.41 GB
```

Using the latest MXNet with [Intel MKL-DNN](https://github.com/intel/mkl-dnn) is recommended for the fastest inference speeds with MXNet.

```
$ docker pull mxnet/python:1.3.0_cpu_mkl # Use sudo if you skip Step 2
$ docker images # Use sudo if you skip Step 2

REPOSITORY TAG IMAGE ID CREATED SIZE
mxnet/python 1.3.0_cpu_mkl deaf9bf61d29 4 days ago 678 MB
```

**Step 4** <a href="validate_mxnet.html">Validate the installation</a>.

</div> <!-- END of docker -->
Expand Down