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

[VR-12755] Support logging model versions based on containers #2641

Merged
merged 11 commits into from Sep 22, 2021

Conversation

convoliution
Copy link
Contributor

@convoliution convoliution commented Sep 17, 2021

Impact and Context

This adds support for specifying a Docker image to potentially be run as a model.

Linting checks fail until #2637 and #2640 are merged.

Risks

It's new functionality which could introduce its own isolated bugs. A best attempt has been made at test coverage.

Testing

  • Deployed the service to dev env
    • no new service
  • Used functionality on dev env
  • Added unit test(s)
    • pytest registry/test_docker_image.py passes on my machine in Python 2.7 and 3.7.
  • Added integration test(s)
    • pytest registry/model_version/test_docker.py passes on my machine in Python 2.7 and 3.7.

How to Revert

Revert this PR

Copy link
Contributor

@conradoverta conradoverta left a comment

Choose a reason for hiding this comment

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

LGTM

@convoliution convoliution merged commit aff0554 into master Sep 22, 2021
@convoliution convoliution deleted the ml/log-docker branch September 22, 2021 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants