Skip to content

Commit

Permalink
updated to use flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
wmsouza committed Oct 28, 2019
1 parent 5681ffb commit 3dade5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions online-carolapp/ai-script/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"online": {
"processes": [
{
"name": "sample001c",
"name": "sample001",
"algorithmName": "run_me",
"namespace": "",
"algorithmTitle": {
Expand All @@ -17,8 +17,7 @@
"profile": "",
"properties": {
"dockerImage": "carol/base-online",
"instanceMemory": "1",
"instanceVCPUs": "4"
"flavor": "c1.medium"
},
"environments": {
"EXAMPLE_ENV_1": "value_1",
Expand Down

0 comments on commit 3dade5c

Please sign in to comment.