SOLVED - source_dir needs to be added as argument
Hey Phil,
It looks like almost everything is working! I think this is the last issue since the changes I am making are no longer causing issues it seems. I tried to import nltk and put it in requirements.txt but it looks like it wasn’t imported correctly. The requirements.txt is sitting in the code folder along with inference.py. Is this part of an argument that needs to be included during deployment?
Currently trying to specify source_dir, will add dependencies argument if that doesn’t work and then last case resort -
os.system('pip install nltk')
import nltk
Thanks.