Hi Team and , I've done local dev on llama index and it works fine and now wanting to promote this to this. We build a docker image and while trying to run the image we get a regex package error. Has anyone encountered this error before? It only seems to complain about the regex package and it fails at that and the application crashes.
@Logan M Thanks for your reply. I checked the layers of the docker image and could see the regex package is there, however I did notice that the ._regex file isn't there, simply regex, hence it can't find it. Weird.