Hi,
I’m running docker-compose.yml to install RASA but i’m getting below error:
Can anybody suggest what could be the issue?
I have attached docker-compse.yml file.
ERROR: for chatbot_rasa-nlu_1 Cannot create container for service rasa-nlu: status code not OK but 500: {“Message”:“Unhandled exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))”}
ERROR: for action-server Cannot create container for service action-server: status code not OK but 500: {“Message”:“Unhandled exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))”}
ERROR: for rasa-nlu Cannot create container for service rasa-nlu: status code not OK but 500: {“Message”:“Unhandled exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))”}
Thanks