Skip to content

Commit c548bf0

Browse files
Update config.json
1 parent 3eff477 commit c548bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerPort": 8000,
88
"environment": {},
99
"nginx": [],
10-
"build": true
10+
"build": false
1111
},
1212
{
1313
"serviceName": "word_score",
@@ -16,7 +16,7 @@
1616
"containerPort": 8000,
1717
"environment": {},
1818
"nginx": [],
19-
"build": true
19+
"build": false
2020
},
2121
{
2222
"serviceName": "spell_check",
@@ -130,7 +130,7 @@
130130
},
131131
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
132132
"constraints": ["node.labels.node_vm_type==gpu"],
133-
"build": false
133+
"build": true
134134
},
135135
{
136136
"serviceName": "embedding_instructor",

0 commit comments

Comments
 (0)