replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
389 stars 104 forks source link

installation setup issue ? #268

Open znyrsam opened 2 years ago

znyrsam commented 2 years ago

when build the project using the make image command showing error like below code?

$ make image mkdir -p "build/stamps/" mkdir -p "build/" docker buildx build \ --progress=plain \ --cache-from="docker.io/replco/polygott-cache:phase0" \ --cache-to="type=inline,mode=max" \ --target="polygott-phase0" \ --tag="polygott:phase0" \
--load \