Running Rasa with docker-compose

where do i include it?

@maralbahari in custom component I guess where you have the requirement of NLTK? OR

import nltk
nltk.download()

@maralbahari I can see you already mentioned

import nltk
from nltk.tokenize import word_tokenize

no I’m not using it in action.py I am using it only and only in config.yml as a nlu component

@maralbahari my bad again yes you mention rasa server not rasa action server :frowning: me exhaust ed apologies.

no problem… thank you for help :slight_smile:

@maralbahari you can install nltk using pip command as you installing requirement.txt. If the issue is only with NLTK but I guess you can not mentioned nltk in requirement.

RUN pip install nltk

@maralbahari hey can you please share you docker and docker-compose file?

is this issue is resolved, kindly share me the complete approach, even i am facing same issue, please reply me asap, thanks in advance.