Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-olsson-work committed Sep 10, 2024
1 parent c11cb9f commit aaae018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN <<EOF
TFS_DIR="./serving"
OUT_DIR="./proto_utils"
mkdir $OUT_DIR
mkdir -p $OUT_DIR
PROTO_FILES="$TF_DIR/tensorflow/core/example/*.proto
$TF_DIR/tensorflow/core/framework/*.proto \
Expand All @@ -68,7 +68,7 @@ COPY apis/wrappers/tf_proto_utils.py ./proto_utils
WORKDIR /build/vdo
COPY apis/videocapture.proto ./
RUN <<EOF
mkdir ./proto_utils
mkdir -p ./proto_utils
python3 -m grpc_tools.protoc -I . --python_out=./proto_utils --grpc_python_out=./proto_utils videocapture.proto
EOF
COPY apis/wrappers/vdo_proto_utils.py ./proto_utils
Expand All @@ -77,7 +77,7 @@ COPY apis/wrappers/vdo_proto_utils.py ./proto_utils
WORKDIR /build/param
COPY apis/keyvaluestore.proto ./
RUN <<EOF
mkdir ./proto_utils
mkdir -p ./proto_utils
python3 -m grpc_tools.protoc -I . --python_out=./proto_utils --grpc_python_out=./proto_utils keyvaluestore.proto
EOF
Expand Down

0 comments on commit aaae018

Please sign in to comment.