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.

8 lines
361 B

4 months ago
sudo ./buildAndPush.sh 127.0.0.1:5000/image-processing
wsk -i action create encode-function --docker 127.0.0.1:5000/image-processing encode.py --web=true --timeout=420000 -m 4096
wsk -i action update encode-function --docker 127.0.0.1:5000/image-processing encode.py --web=true --timeout=420000 -m 4096
2 years ago
./register.sh /encode-function /encode encode-function