mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-04 18:04:59 +00:00
fix: try to gen proto with same environment
This commit is contained in:
parent
3f3b48b217
commit
998c745e2f
2 changed files with 13 additions and 1 deletions
|
@ -36,4 +36,5 @@ protogen-clean:
|
|||
$(RM) backend_pb2_grpc.py backend_pb2.py
|
||||
|
||||
backend_pb2_grpc.py backend_pb2.py:
|
||||
python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto
|
||||
bash install.sh $(CONDA_ENV_PATH)
|
||||
bash gen_grpc.sh
|
Loading…
Add table
Add a link
Reference in a new issue