EvalAI icon indicating copy to clipboard operation
EvalAI copied to clipboard

Add search option on all challenges and hosted challenges page

Open gchhablani opened this issue 1 year ago • 11 comments

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

  • You can start by setting up EvalAI locally. Set up the dev version locally (preferred) using the steps here.
  • There can be various ways to approach this. Please feel free to make an attempt at this and create a PR (with screenshots).
  • Reach out to us regarding any issues that you face or if you need any help with understanding any of the above.

gchhablani avatar Mar 21 '23 10:03 gchhablani

@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 avatar Mar 21 '23 11:03 ADITYA97-CODER

@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

AyushR1 avatar Mar 21 '23 12:03 AyushR1

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

gchhablani avatar Mar 21 '23 13:03 gchhablani

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

ADITYA97-CODER avatar Mar 21 '23 13:03 ADITYA97-CODER

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

AyushR1 avatar Mar 21 '23 16:03 AyushR1

I tried this but it's not working @AyushR1

ADITYA97-CODER avatar Mar 21 '23 16:03 ADITYA97-CODER

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.

AyushR1 avatar Mar 21 '23 17:03 AyushR1

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.

Suryansh5545 avatar Mar 21 '23 18:03 Suryansh5545

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

b9aurav avatar Mar 23 '23 07:03 b9aurav

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

sakshamx01 avatar Apr 01 '23 09:04 sakshamx01

@ADITYA97-CODER are you still working on this?

Suryansh5545 avatar Apr 05 '23 02:04 Suryansh5545