Open gchhablani opened 1 year ago
@gchhablani hey i have some issue while setting up locally i am getting this error failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
@ADITYA97-CODER I had a similar issue with my friend's mac on another project. This might help https://stackoverflow.com/questions/64221861/an-error-failed-to-solve-with-frontend-dockerfile-v0
@ADITYA97-CODER I use exactly what @AyushR1 suggested. Thanks @AyushR1!
Are you using docker on windows. I am using it on windows and nothing is working.
This is a comment from that post only try it, It will most probably fix it for windows as well.
@ADITYA97-CODER
On Docker for Windows this option can be found in Settings -> Docker Engine -> buildkit = false –
original link dima_horror comment
I tried this but it's not working @AyushR1
I tried this but it's not working @AyushR1
Ah well, I use Linux primarily and don't use Windows so I am not able to reproduce the issue :(
On Linux setting up the project was a breeze. I would recommend you try it! You may not even have any issues at all.
Yea would recommend the same, linux is best for it. You can dual boot you will only need a small space like 100 gb should be fine for both linux OS and evalai.
@ADITYA97-CODER try docker-compose disable-v2
and then docker-compose up --build
Try changing the name of Dockerfile
to dockerfile
It worked for me
Suggested for windows system only
@ADITYA97-CODER are you still working on this?
@gchhablani HELLO, COULD YOU ASSIGN ME THIS ISSUE?
Description
This issue is a revival of #3701, but for frontend v1. The idea is to add support to search challenges by name on the all challenges and Hosted challenges page. In future, there will be other attributes we might need to search by, so the functionality should be extendable enough.
Pre-requisites/Learnings
This issue essentially requires background on a few things:
How to Approach