jina-ai / jina-hub

An open-registry for hosting Jina executors via container images
Apache License 2.0
104 stars 49 forks source link

fix example yaml file path #21

Closed xiongma closed 4 years ago

xiongma commented 4 years ago
jina pod --yaml_path hub/example/mwu_encoder.yml --port_in 55555 --port_out 55556

this code should change to be as below

jina pod --yaml_path hub/examples/mwu_encoder/mwu_encoder.yml --port_in 55555 --port_out 55556
hanxiao commented 4 years ago

can you simply change it?