Hi @dearc, yes the app container references the custom action server. It seems like your action server image is missing a dependency. What happens if you try to docker run your xxx/cxxxserver image by itself? I think you’ll run into the same issue.
Rasa open source doesn’t have fuzzywuzzy package, so if you are using it in your actions, you will need to add it to your requirements-actions.txt.
Dependencies in a custom component require building a custom rasa/rasa image with those dependencies. In order to use that image you’ll have to configure the deployment of the helm chart directly (the server quick-install is a wrapper around this)
On the customcomp piece do you suggest that I follow Helm Chart Installation (rasa.com)? I did check this post but I could not find a place where I could specify the additional requirements of custom components.