Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update doc for docker image (#353)
Browse files Browse the repository at this point in the history
* update doc for docker image

* update
  • Loading branch information
QuanluZhang authored Nov 12, 2018
1 parent 48b91c4 commit 35e0832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deployment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ __Run the docker image__
or
```
docker run --runtime=nvidia -it nni/nni
```
```

## 3.Directly retrieve the docker image
If you do not want to build docker image, you can retrieve the NNI docker image from Docker Hub through the command `docker pull msranni/nni:latest`.
2 changes: 1 addition & 1 deletion docs/InstallNNI_Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

* __Install NNI in docker image__

You can also install NNI in a docker image. Please follow the instructions [here](../deployment/docker/README.md) to build NNI docker image.
You can also install NNI in a docker image. Please follow the instructions [here](../deployment/docker/README.md) to build NNI docker image. The NNI docker image can also be retrieved from Docker Hub through the command `docker pull msranni/nni:latest`.

## Further reading
* [Overview](Overview.md)
Expand Down

0 comments on commit 35e0832

Please sign in to comment.