-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #442 from cliveseldon/openvino_demo_jan19
Update image names for openvino demo
- Loading branch information
Showing
7 changed files
with
113 additions
and
97 deletions.
There are no files selected for viewing
171 changes: 85 additions & 86 deletions
171
examples/models/openvino_imagenet_ensemble/openvino_imagenet_ensemble.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 6 additions & 1 deletion
7
examples/models/openvino_imagenet_ensemble/resources/combiner/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
IMAGE_VERSION=0.1 | ||
IMAGE_NAME=docker.io/seldonio/openvino-demo-combiner | ||
|
||
build: | ||
s2i build -E environment_grpc . seldon_openvino_base:latest seldonio/imagenet_combiner:0.1 | ||
s2i build -E environment_grpc . seldonio/seldon-core-s2i-openvino:0.1 $(IMAGE_NAME):$(IMAGE_VERSION) | ||
|
||
push_to_dockerhub: | ||
docker push $(IMAGE_NAME):$(IMAGE_VERSION) | ||
|
8 changes: 8 additions & 0 deletions
8
examples/models/openvino_imagenet_ensemble/resources/model/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
IMAGE_VERSION=0.1 | ||
IMAGE_NAME=docker.io/seldonio/openvino-demo-prediction | ||
|
||
build: | ||
s2i build -E environment_grpc . seldonio/seldon-core-s2i-openvino:0.1 $(IMAGE_NAME):$(IMAGE_VERSION) | ||
|
||
push_to_dockerhub: | ||
docker push $(IMAGE_NAME):$(IMAGE_VERSION) |
7 changes: 6 additions & 1 deletion
7
examples/models/openvino_imagenet_ensemble/resources/transformer/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
IMAGE_VERSION=0.1 | ||
IMAGE_NAME=docker.io/seldonio/openvino-demo-transformer | ||
|
||
build: | ||
s2i build -E environment_grpc . seldon_openvino_base:latest seldonio/imagenet_transformer:0.1 | ||
s2i build -E environment_grpc . seldonio/seldon-core-s2i-openvino:0.1 $(IMAGE_NAME):$(IMAGE_VERSION) | ||
|
||
push_to_dockerhub: | ||
docker push $(IMAGE_NAME):$(IMAGE_VERSION) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters