Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

simplify tfs versioning #5

Merged
merged 1 commit into from
Feb 18, 2019
Merged

simplify tfs versioning #5

merged 1 commit into from
Feb 18, 2019

Conversation

jesterhazy
Copy link
Contributor

Description of changes:

  • simplify tfs versioning
  • eliminate duplication between docker files for 1.11 and 1.12
  • adjust how versions are handled to work better with CI/CD pipeline
  • changes to buildspec.yml

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

Copy link

@ChoiByungWook ChoiByungWook left a comment

Choose a reason for hiding this comment

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

As ridiculous as this sounds. Should we have unit tests for our scripts?

Actually, I guess our CICD failing should show if our script works or not.

FROM tensorflow/serving:1.11.1 as tfs
ARG TFS_VERSION

FROM tensorflow/serving:${TFS_VERSION} as tfs

Choose a reason for hiding this comment

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

There doesn't exist a base EI binary image.

Right now EI handles installation by copying the binary over from the local host.

The COPY --from doesn't get interpreted properly by Docker for local files. We would probably have to introduce a new arg?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants