Skip to content

Commit f821f72

Browse files
Update config.json
1 parent 2eb6f08 commit f821f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
1212
"constraints": ["node.labels.node_vm_type==gpu"],
13-
"build": true
13+
"build": false
1414
},
1515
{
1616
"serviceName": "asr_whisper_en",
@@ -21,7 +21,7 @@
2121
"nginx": [],
2222
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
2323
"constraints": ["node.labels.node_vm_type==gpu"],
24-
"build": false
24+
"build": true
2525
},
2626
{
2727
"serviceName": "asr_lang_detect",

0 commit comments

Comments
 (0)