Skip to content

Commit

Permalink
Updated reponame
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantkashniyal authored and seldondev committed Dec 20, 2019
1 parent 8644971 commit 42c2d9b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 127 deletions.
3 changes: 2 additions & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ compile_tensorflow_proto:
.PHONY: compile_proto
compile_proto: compile_tensorflow_proto
mkdir -p pkg/api
rm -rf pkg/api/tensorflow
cp -r vendor/github.com/tensorflow pkg/api/
cp ../proto/prediction.proto pkg/api
cd pkg/api && protoc -I. -I${CURDIR}/tensorflow --go_out=paths=source_relative,plugins=grpc:. prediction.proto
rm pkg/api/prediction.proto
find ./pkg -name "*.pb.go" -type f -exec perl -e "s/github\.com\/tensorflow/github\.com\/seldonio\/seldon-core\/go\/pkg\/api\/tensorflow/g" -pi {} +
find ./pkg -name "*.pb.go" -type f -exec perl -e "s/github\.com\/tensorflow/github\.com\/hemantkashniyal\/seldon-core\/go\/pkg\/api\/tensorflow/g" -pi {} +
2 changes: 1 addition & 1 deletion go/pkg/api/prediction.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

0 comments on commit 42c2d9b

Please sign in to comment.