Commit 2c2150a
fix: Add grpcio dependency group to transformation server Dockerfile
The feature-transformation-server image fails at runtime because
grpc_reflection is imported in transformation_server.py but the
grpcio optional dependency group (which includes grpcio-reflection)
is not installed in the Docker image.
Add 'grpcio' to the pip install extras alongside 'gcp' and 'aws'.
Signed-off-by: Br1an67 <932039080@qq.com>1 parent 9165870 commit 2c2150a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
0 commit comments