Skip to content

Commit 9dee2de

Browse files
Update config.json
1 parent ba9b122 commit 9dee2de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nginx": [],
1010
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
1111
"constraints": ["node.labels.node_vm_type==gpu"],
12-
"build": true
12+
"build": false
1313
},
1414
{
1515
"serviceName": "asr_lang_detect",
@@ -20,7 +20,7 @@
2020
"nginx": [],
2121
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
2222
"constraints": ["node.labels.node_vm_type==gpu"],
23-
"build": true
23+
"build": false
2424
},
2525
{
2626
"serviceName": "ner",
@@ -102,7 +102,7 @@
102102
"environment": {},
103103
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
104104
"constraints": ["node.labels.node_vm_type==gpu"],
105-
"build": false
105+
"build": true
106106
},
107107
{
108108
"serviceName": "coref_fcoref",
@@ -164,7 +164,7 @@
164164
},
165165
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
166166
"constraints": ["node.labels.node_vm_type==gpu"],
167-
"build": false
167+
"build": true
168168
},
169169
{
170170
"serviceName": "llm_openai_gpt3",

0 commit comments

Comments
 (0)