You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
432 B
4 lines
432 B
sudo ./buildAndPush.sh 127.0.0.1:5000/text-sentiment-analysis
|
|
./register.sh /calculate-sentiment-api /calculate-sentiment-path calculate_sentiment --response-type=json
|
|
wsk -i action create calculate_sentiment --docker 127.0.0.1:5000/text-sentiment-analysis sentiment.py --web=true --timeout=420000 -m 2048
|
|
wsk -i action update calculate_sentiment --docker 127.0.0.1:5000/text-sentiment-analysis sentiment.py --timeout=420000 -m 4096 |