Skip to content

Commit

Permalink
drop outdated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins committed Feb 5, 2019
1 parent fde3aa7 commit a950a0f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 329 deletions.
12 changes: 0 additions & 12 deletions examples/models/openvino_R4/Makefile

This file was deleted.

100 changes: 0 additions & 100 deletions examples/models/openvino_R4/Prediction.py

This file was deleted.

8 changes: 0 additions & 8 deletions examples/models/openvino_R4/README.md

This file was deleted.

103 changes: 0 additions & 103 deletions examples/models/openvino_R4/client.py

This file was deleted.

Binary file removed examples/models/openvino_R4/dog.jpeg
Binary file not shown.
8 changes: 0 additions & 8 deletions examples/models/openvino_R4/environment_grpc

This file was deleted.

2 changes: 0 additions & 2 deletions examples/models/openvino_R4/requirements.txt

This file was deleted.

25 changes: 0 additions & 25 deletions wrappers/s2i/python/Dockerfile_model_openvino

This file was deleted.

63 changes: 0 additions & 63 deletions wrappers/s2i/python/Dockerfile_openvino_base

This file was deleted.

4 changes: 0 additions & 4 deletions wrappers/s2i/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ test_local:
cat Dockerfile.local.tmpl | sed -e "s|%PYTHON_VERSION%|$(PYTHON_VERSION)|" > Dockerfile
docker build -t $(IMAGE_NAME)-candidate .
IMAGE_NAME=$(IMAGE_NAME)-candidate test/run
.PHONY: build_python_openvino
build_python_openvino:
docker build -f Dockerfile_openvino_base --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t openvino_base:latest .
docker build -f Dockerfile_model_openvino --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t seldon_model_openvino .

.PHONY: clean
clean:
Expand Down
4 changes: 0 additions & 4 deletions wrappers/s2i/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ e.g. from 0.3-SNAPSHOT to release 0.3 and create 0.4-SNAPSHOT
``` ./update_python_version.sh X X+1```, e.g ```./update_python_version.sh 0.2 0.3```


* building openvino python base image
```docker build -f Dockerfile_openvino_base --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t openvino_base:latest . ```



0 comments on commit a950a0f

Please sign in to comment.