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