Cloud-CV / EvalAI

:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
https://eval.ai
Other
1.77k stars 786 forks source link

Add search option on all challenges and hosted challenges page #3898

Open gchhablani opened 1 year ago

gchhablani commented 1 year ago

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

ADITYA97-CODER commented 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

AyushR1 commented 1 year ago

@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

gchhablani commented 1 year ago

@ADITYA97-CODER I use exactly what @AyushR1 suggested. Thanks @AyushR1!

ADITYA97-CODER commented 1 year ago

Are you using docker on windows. I am using it on windows and nothing is working.

AyushR1 commented 1 year ago

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

ADITYA97-CODER commented 1 year ago

I tried this but it's not working @AyushR1

AyushR1 commented 1 year ago

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.

Suryansh5545 commented 1 year ago

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.

b9aurav commented 1 year ago

@ADITYA97-CODER try docker-compose disable-v2 and then docker-compose up --build

sakshamx01 commented 1 year ago

Try changing the name of Dockerfile to dockerfile It worked for me Suggested for windows system only

Suryansh5545 commented 1 year ago

@ADITYA97-CODER are you still working on this?

harikrishna-au commented 2 days ago

@gchhablani HELLO, COULD YOU ASSIGN ME THIS ISSUE?