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
478 B
4 lines
478 B
sudo ./buildAndPush.sh 10.129.28.219:5000/text-sentiment-analysis
|
|
./register.sh /create_sentiment_report-api /create_sentiment_report-path create_sentiment_report --response-type=json
|
|
wsk -i action create create_sentiment_report --docker 10.129.28.219:5000/text-sentiment-analysis sentiment_report.py --web=true --timeout=420000 -m 2048
|
|
wsk -i action update create_sentiment_report --docker 10.129.28.219:5000/text-sentiment-analysis sentiment_report.py --timeout=420000 -m 4096 |