Error in docker run | "rasa.core.agent - Could not load model due to unsupported operand type(s) for +=: 'NoneType' and 'int'"

@mriganktiwari

COPY . .

Are you sure this is the right syntax to copy from PWD to the image? Just checking

@mriganktiwari

FROM python:3.8-slim-buster

Do check the python image also from docker hub.

@mriganktiwari Do you have a rasa project ready? Or its a base rasa project?