You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: