personoids / personoids-lite

"The Power of Autonomy in Every Chat." - Transform ChatGPT into a powerful autonomous agent that can independently accomplish complex tasks.
MIT License
380 stars 25 forks source link

Error when running Start.sh daemon: pull access denied for librechat #6

Open ido777 opened 11 months ago

ido777 commented 11 months ago

Ububtu WSL (on Win11) When running

$ sh start.sh WARN[0000] The "BROWSE_MODE" variable is not set. Defaulting to a blank string. No stopped containers WARN[0000] The "BROWSE_MODE" variable is not set. Defaulting to a blank string. [+] Running 6/6 ✔ meilisearch Pulled 1.9s ✔ clickhouse Pulled 1.9s ! api Warning 2.3s ✔ chroma Pulled 1.9s ✔ plugin Pulled 1.9s ✔ mongodb Pulled 1.9s WARNING: Some service image(s) must be built from source by running: docker compose build api 1 error occurred:

  • Error response from daemon: pull access denied for librechat, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ido777 commented 11 months ago

a walk around might be to tell it to build every time instead of pulling the image e.g.

docker-compose up --build