Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during Installation on m1 Macbook #4425

Open
Vishesh-Mistry opened this issue Oct 31, 2024 · 1 comment
Open

Error during Installation on m1 Macbook #4425

Vishesh-Mistry opened this issue Oct 31, 2024 · 1 comment

Comments

@Vishesh-Mistry
Copy link

I tried installing Evalai on my m1 Macbook pro running macos 15.1 and docker compose version v2.29.2-desktop.2 (I copied the version from the about docker desktop section in the docker application). I followed the instruction for installation on the readme.md file and after cloning the repository when I run docker-compose up --build I get the following error.

failed to solve: process "/bin/sh -c apt-get update && apt-get install -yq google-chrome-stable" did not complete successfully: exit code: 100

I have checked if docker is working as expected.

I am still a beginner and i'm sorry if i have missed something.

@dikshantbhangala
Copy link

The error you are encountering suggests that there is an issue with installing google-chrome-stable in the Docker container during the build process. This is often caused by outdated or missing repositories in the base image, or incompatibility issues between the image and the software being installed.
@Vishesh-Mistry can i help you in fixing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants