Serverless CICD with Lambda Container Images

Hi, using the functionality described at Container Image Support for AWS Lambda … but getting an error in Serverless CICD deploys (manual deploys work fine):
Are lambda containers not supported with Serverless CICD?

Serverless Error ----------------------------------------

Encountered error during executing: docker build -t serverless-st-dev:exportdownloaderimage -f /Sl-Dev/Dockerfile ./
Output of the command:
time=“2021-03-23T17:08:12Z” level=error msg=“failed to dial gRPC: cannot connect to the Docker daemon. Is ‘docker daemon’ running on this host?: dial unix /var/run/docker.sock: connect: no such file or directory”
time=“2021-03-23T17:08:12Z” level=error msg=“Can’t add file /Sl-Dev/.git/index to tar: io: read/write on closed pipe”
time=“2021-03-23T17:08:12Z” level=error msg=“Can’t close tar writer: io: read/write on closed pipe”
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hi @anthonyl were you able to fix this problem? I’m facing the same issue and I dont know what to do