InvalidModelError: Model 'da_core_news_md' is not a linked spaCy model

Yes, but at the moment we only have rasa[spacy] images with models already installed (en or de). I wouldn’t say that that is the best option in any case, I think it makes sense to refactor that

With regard to the permissions, I reckon it is probably similar to building an action server image, where in your docker file you need to switch back to user root before installing thins, and then switch back to user 1001.

1 Like

Im still new to docker, but if I understand correctly:

I should run the commands as sudo cmd name here. How do I do that in the dockerfile itself?

You shouldn’t have to do that in the dockerfile, as the docker container runs an Ubuntu system, not a Windows one!

Im not following then.

What should I do, if I dont have the permissions?