Rajdeep
Rajdeep
Did you ever get the answer for this?
@Onandon11 A workaround that I did was to download the masked images since I only had 1 class and then using opencv to get contours along with some quickly put...
@estebanz01 changing the apiHostName to owdev-nginx is leading to `dial tcp 10.96.4.117:31001: i/o timeout` error now. Any idea about how to fix that?
The `install-packages node: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by node)` issue arises from node 18 and above requiring GLIBC_2.28 and above. So if you don't want the latest nodejs...
@Farrrrland Did you try rebuilding the OpenWhisk source code after updating the `Exec.scala`? If yes, then any issues faced while doing so?
Yep the python versions were same. The problem turned out that I was adding a venv folder with the __main__.py and not requirements.txt and after digging a little deeper into...
I am also facing something similar, in case of fan-in pattern my autogenerated conductor action waits till the last 30 second of whatever timeout I set to actually be called....