Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check in container build code #40

Merged
merged 2 commits into from
Apr 3, 2019
Merged

Check in container build code #40

merged 2 commits into from
Apr 3, 2019

Conversation

hcho3
Copy link
Contributor

@hcho3 hcho3 commented Mar 28, 2019

Now it is possible to automatically build inference containers using the Jenkins CI pipeline.

The containers use the MXNet Model Server for model serving. (Despite the name, MMS is able to accommodate custom backend logic.)

Future items:

  • Build GPU containers.
  • Build BYOM (Bring Your Own Model) containers for MXNet and Tensorflow.
  • Support batch prediction.


RUN mkdir -p /home/model-server && cd /home/model-server \
&& git clone --recursive https://github.com/neo-ai/neo-ai-dlr \
&& cd neo-ai-dlr && git checkout 7dd33f829062e19df3c0f175912199ad176da970 \
Copy link
Contributor

Choose a reason for hiding this comment

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

why 7dd33f829062e19df3c0f175912199ad176da970?

Copy link
Contributor Author

@hcho3 hcho3 Apr 3, 2019

Choose a reason for hiding this comment

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

@wweic Let's keep it for now, as I haven't tested the container against the latest commit. I'll submit a follow-up PR where the Docker build will embed the latest DLR artifact into the container. The follow-up PR will also have tests for containers.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK. Please create an issue and follow up with a PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #43

@hcho3 hcho3 merged commit 7aaa757 into neo-ai:master Apr 3, 2019
@hcho3 hcho3 deleted the add_container branch April 3, 2019 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants