oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
39.68k stars 5.21k forks source link

docker compose does not find configuration file #4743

Closed aldur15 closed 9 months ago

aldur15 commented 10 months ago

Describe the bug

after cloning the repository docker is not able to create a docker container because of the missing configuration file.

Is there an existing issue for this?

Reproduction

git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui ln -s docker/{Dockerfile,docker-compose.yml,.dockerignore} . cp docker/.env.example .env (changing cuda settings) docker compose up --build (in the text-generation folder)

Screenshot

No response

Logs

docker compose up --build
no configuration file provided: not found

System Info

Linux server with a NVIDIA GeForce RTX 3070
Captain-Pumpkinhead commented 5 months ago

@aldur15, did you find the .env.example file? I still don't see it, but I see that you closed this issue.