mudler / LocalAI

:robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities.
https://localai.io
MIT License
21.57k stars 1.65k forks source link

ERROR [api builder 3/12] COPY .git . #2075

Open vvaneda opened 2 months ago

vvaneda commented 2 months ago

LocalAI version: I downloaded LocalAI today

Environment, CPU architecture, OS, and Version: I have macOS 14.3.1 (23D60) And this Version of Docker -

Снимок экрана 2024-04-19 в 18 54 31

Describe the bug I'm trying to launch Docker-compose and get this error.

Снимок экрана 2024-04-19 в 18 55 31

Sorry, English isn't my native language :(

localai-bot commented 2 months ago

Hello, thank you for reporting this issue. I understand you're having trouble launching Docker-compose in LocalAI on your macOS system. To better assist you, could you please provide the output of the following commands:

  1. docker version
  2. Check the content of your docker-compose.yaml file shared in the issue.
  3. docker ps to check if there are any running LocalAI containers.

In the meantime, it seems there might be an issue with your Docker installation or configuration. Have you tried reinstalling Docker or checking its settings?

Please reply with the requested information, and I'll be happy to help you further. Remember, I am a bot, an experiment of @mudler, here to assist.

cryptk commented 2 months ago

How did you get the source code? The docker file expects that you performed a git clone. That error leads me to believe that you downloaded the source archive instead, which won't include the .git folder.