Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动报错 #47

Open
xxm1668 opened this issue Sep 27, 2023 · 7 comments
Open

启动报错 #47

xxm1668 opened this issue Sep 27, 2023 · 7 comments

Comments

@xxm1668
Copy link

xxm1668 commented Sep 27, 2023

⠿ rasa-core Pulled 4.0s
⠿ dbf6a9befcde Already exists 0.0s
⠿ 3805270d692e Already exists 0.0s
⠿ 6214d5facb77 Already exists 0.0s
⠿ 72e79ac92225 Already exists 0.0s
⠿ bb0cbea8a793 Already exists 0.0s
⠿ 9e952b6124bb Already exists 0.0s
⠿ 4f4fb700ef54 Already exists 0.0s
⠿ 6a9541aaa5f0 Already exists 0.0s
[+] Running 5/5
⠿ Network rasagpt_chat-network Created 0.1s
⠿ Network rasagpt_default Created 0.1s
⠿ Container chat_rasa_credentials Started 0.4s
⠿ Container chat_rasa_actions Started 3.2s
⠿ Container chat_rasa_core Started 3.5s
make[2]: Leaving directory '/home/house365ai/xxm/RasaGPT'
Error response from daemon: Container 801beb0d327cf7f94e0bb013eccae74663bfb872d49575c468ec39250d289c91 is not running
make[1]: *** [Makefile:291: rasa-train] Error 1
make[1]: Leaving directory '/home/house365ai/xxm/RasaGPT'
make: *** [Makefile:57: install] Error 2

@arvanus
Copy link

arvanus commented Sep 27, 2023

Try this:

Edit /app/rasa/actions/Dockerfile and add USER root before RUN pip install python-dotenv rasa-sdk requests
Also, edit docker-compose.yml, add user: "root:root" to rasa-core, rasa-actions, and rasa-credentials
Also, in rasa-action changer this lines:

      context: ./app/rasa
      dockerfile: ./actions/Dockerfile

To:

      context: ./app/rasa/actions
      dockerfile: ./Dockerfile

@xxm1668
Copy link
Author

xxm1668 commented Oct 7, 2023

it does not work!!!

@arvanus
Copy link

arvanus commented Oct 7, 2023

so try docker logs 801beb0d327cf7f94e0bb013eccae74663bfb872d49575c468ec39250d289c91 (use the container ID from your current log) to see what is your problem

@arvanus
Copy link

arvanus commented Oct 7, 2023

also, docker system prune can help clear your cache

@xxm1668
Copy link
Author

xxm1668 commented Oct 8, 2023

Support for local models?

@xxm1668
Copy link
Author

xxm1668 commented Oct 9, 2023

it works ,thx

@xxm1668
Copy link
Author

xxm1668 commented Oct 10, 2023

@arvanus ModuleNotFoundError: No module named 'rasa_sdk_plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants