Closed permanzh closed 10 months ago
🤖
Hello @permanzh! 👋 I'm Dosu, a friendly bot here to assist you while we wait for a human maintainer to join us. I can help with bug troubleshooting, answering your queries, and guiding you on how to contribute to this project. Let's solve this together! 😊
Based on the error log you've provided, it seems like the Docker build process is unable to fetch the necessary packages from the Alpine Linux repositories. This could be due to a temporary network issue or a problem with the Alpine Linux repositories themselves.
A similar issue was reported in the Quivr repository before (#727). The user in that case was able to resolve the issue by using a VPN to change their network location to the United States. This suggests that the problem might be related to network restrictions or issues specific to certain regions.
If you're in a region where network restrictions might be an issue, you could try using a VPN or a proxy to see if that resolves the problem. Alternatively, you could try building the Docker image at a different time, in case the issue is due to temporary problems with the Alpine Linux repositories.
Regarding the command RUN apk add --no-cache libc6-compat python3 make g++
, it's used to install specific packages that the application needs to run properly in the Docker container. You can find more details about this command in the frontend/Dockerfile in the Quivr repository.
If the issue persists, could you please provide more information about your environment? Specifically, the version of Docker you're using, your operating system, and your network configuration might be helpful for further troubleshooting.
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.
Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
If you want to continue the conversation, start your reply with @dosu-bot.
set docker daemon.json with correct dns, fixed.
What happened?
using following command to run with ollama
docker compose -f docker-compose-ollama.yml up --build
it 's failed when build frontend image
Relevant log output
Twitter / LinkedIn details
No response