You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
triggers the creation of a new heavy layer. I would suggest separating the dependencies that are not likely to change and make it a base image.
Then you can have a different image for cpu/gpu that mostly only installs the right version of mxnet and mxnet-model-server. This makes the updates to the awsdeeplearningteam/mms_cpu much faster. I am writing this while waiting for the updates to the latest version that I hope might fix the bug I reported earlier:
Currently the Dockerfile use a single layer to do an awful lot of things, which means any changes on this line
triggers the creation of a new heavy layer. I would suggest separating the dependencies that are not likely to change and make it a base image.
Then you can have a different image for cpu/gpu that mostly only installs the right version of mxnet and mxnet-model-server. This makes the updates to the
awsdeeplearningteam/mms_cpu
much faster. I am writing this while waiting for the updates to the latest version that I hope might fix the bug I reported earlier:Actually I am going to issue a PR
edit: holding off on the PR, since I have seen the Dockerfile is different here and pin-pointing the mxnet-model-server version: https://hub.docker.com/r/awsdeeplearningteam/mms_cpu/~/dockerfile/
The text was updated successfully, but these errors were encountered: