chore(python): update backend sample to consume grpcio from venv (#3961)

Backends can as well depends on grpcio and require different versions from
the ones that are installed in the system.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2024-10-25 12:32:48 +02:00
committed by GitHub
parent fd905b483b
commit dd2e243997
3 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -e
source $(dirname $0)/../common/libbackend.sh
python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto