I need your help, I have no problem running this code and I successfully executed this code in an RPi. But I'm facing a problem, the open whisk does not maintain a warm container and after every execution, the container is removed, and in the subsequent execution, the container is created again. So all execution is like a cold-start.
I need your help, I have no problem running this code and I successfully executed this code in an RPi. But I'm facing a problem, the open whisk does not maintain a warm container and after every execution, the container is removed, and in the subsequent execution, the container is created again. So all execution is like a cold-start.
Have you faced this problem?
Here are the logs:
You can see after the execution, the docker container is removed. Do you know how to fix that?