awslabs / multi-model-server

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

Update Docker file to MXNet 1.6 #911

Open hassonofer opened 4 years ago

hassonofer commented 4 years ago

Issue #, if available:

No issue is open...

Description of changes:

Update MXNet version to 1.6 on 2 Dockerfiles CPU and GPU. The PIP package already suggest the latest version of MXNet. This only to keep the containers and non Docker installations the same.

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

hassonofer commented 4 years ago

As this is my first contribution here, I didn't want to make a mess :)

But I think that the Dockerfile would be simpler if it pulled from Python instead of Ubuntu.