Skip to content

Commit dd46e6d

Browse files
fix tgi recipe
1 parent 4d52c9e commit dd46e6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

services/tgi-client-inference/2.0.0/recipe.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"description": "TGI Client Inference Service",
66
"command": "--bind=0.0.0.0:3000 --workers=${NUM_WORKERS}",
77
"env": {
8-
"TGI_INF_WORKFLOW_POSITIONAL_ARGS": [
9-
"${SERVICE_URL}",
10-
"${CONNECTION_TIMEOUT}"
11-
]
8+
"TGI_INF_WORKFLOW_POSITIONAL_ARGS": "[\"${SERVICE_URL}\",\"${CONNECTION_TIMEOUT}\"]"
129
},
1310
"external": true,
1411
"gpu": false,

0 commit comments

Comments
 (0)