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