awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
998 stars 230 forks source link

Update docker files. #740

Closed frankfliu closed 5 years ago

frankfliu commented 5 years ago
  1. Remove unused python package.
  2. Use python3 in docker container.
  3. Remove unnecessary packages, this will reduce 800M image size.
  4. Install nightly build of mxnet.
  5. Upgrade mxnet to 1.3.1

Before or while filing an issue please feel free to join our slack channel to get in touch with development team, ask questions, find out what's cooking and more!

Issue #, if available:

Description of changes:

Testing done:

To run CI tests on your changes refer README.md

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.