Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

Docker error #362

Closed ehsrzv closed 1 year ago

ehsrzv commented 1 year ago

Screenshot 2023-04-23 093927

Hi Dear Zero6992

How do I fix it?

Neillife commented 1 year ago

According to the settings in the Dockerfile in the main branch of the repository. It looks like the possible reasons are as follows:

  1. rustup is not installed correctly.
  2. ENV PATH="/root/.cargo/bin:${PATH}" may cause rustup not to be found.

Maybe this will help you. https://stackoverflow.com/questions/49676490/when-installing-rust-toolchain-in-docker-bash-source-command-doesnt-work #260

Zero6992 commented 1 year ago

Delete the original docker images and then run docker compose up again

Zero6992 commented 1 year ago

inactive issue