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.
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.