Skip to content

Commit

Permalink
indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-olsson-work committed Sep 10, 2024
1 parent aaae018 commit 374f894
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ EOF
# grpcio-tools contains protoc, which allows to build the pb2.py files in the install-tf.sh script.
# Installing directly grpcio-tools result in an older version of protobuf.
RUN <<EOF
pip install --no-cache-dir \
grpcio==${GRPC_VERSION} \
protobuf==${PROTOBUF_VERSION} \
six==${SIX_VERSION}
pip install --no-dependencies \
grpcio-tools==${GRPCIO_TOOLS_VERSION}
EOF
pip install --no-cache-dir \
grpcio==${GRPC_VERSION} \
protobuf==${PROTOBUF_VERSION} \
six==${SIX_VERSION}
pip install --no-dependencies \
grpcio-tools==${GRPCIO_TOOLS_VERSION}
EOF
# Build TensorFlow serving proto files
WORKDIR /build/tf
Expand Down

0 comments on commit 374f894

Please sign in to comment.