Skip to content

Commit

Permalink
chore: fix hint on building docarray proto (#711)
Browse files Browse the repository at this point in the history
Signed-off-by: samsja <55492238+samsja@users.noreply.github.com>

Signed-off-by: samsja <55492238+samsja@users.noreply.github.com>
  • Loading branch information
samsja authored Oct 31, 2022
1 parent 92cc8b3 commit fffedf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docarray/proto/build-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ex
#
# current dir: docarray/docarray
# run the following in bash:
# docker run -v $(pwd)/proto:/jina/proto jinaai/protogen
# docker run -v $(pwd)/proto:/docarray/proto jinaai/protogen
# finally, set back owner of the generated files using: sudo chown -R $(id -u ${USER}):$(id -g ${USER}) .

SRC_DIR=./
Expand Down

0 comments on commit fffedf5

Please sign in to comment.