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

[MXNET-503] Website landing page for MMS #11037

Merged
merged 6 commits into from
Jun 5, 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
Prev Previous commit
Next Next commit
added docker hub info
  • Loading branch information
aaronmarkham committed Jun 1, 2018
commit 018bf1eb8949f3ebbd27d50be184261571cdc021
13 changes: 10 additions & 3 deletions docs/mms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,18 @@ Creating a model archive involves rounding up the required model artifacts, then

## Using Containers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a docker pull command and a link to the parent on docker hub. I think it would be nicer to have an actual organization page and have the repos listed there. One stop shopping, but this should be fine for now!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼


Using Docker or other container services with MMS is a great way to scale your inference applications. It is recommended that you review the following resources for more information:
Using Docker or other container services with MMS is a great way to scale your inference applications. You can use Docker to pull the latest version:

* [Docker Quickstart](https://github.com/awslabs/mxnet-model-server/docker/README.md)
```
docker pull awsdeeplearningteam/mms_gpu
```

It is recommended that you review the following resources for more information:

* [MMS Docker Hub](https://hub.docker.com/u/awsdeeplearningteam/)
* [Using MMS with Docker Quickstart](https://github.com/awslabs/mxnet-model-server/docker/README.md)
* [MMS on Fargate](https://github.com/awslabs/mxnet-model-server/docs/mms_on_fargate.md)
* [Optimized Configurations](https://github.com/awslabs/mxnet-model-server/docs/optimized_config.md)
* [Optimized Container Configurations for MMS](https://github.com/awslabs/mxnet-model-server/docs/optimized_config.md)
* [Orchestrating, monitoring, and scaling with MMS, AWS Elastic Container Service, AWS Fargate, and AWS CloudWatch)](https://aws.amazon.com/blogs/machine-learning/apache-mxnet-model-server-adds-optimized-container-images-for-model-serving-at-scale/)


Expand Down