-
Expected behavior: `docker-compose up --build` compiles and runs EvalAI successfully
Observed behavior: `docker-compose up --build` fails to launch `evalai-nodejs-1` and `evalai-django-1`
Steps …
-
When an error is received while making a request to the backend, we catch it, and if it is present in the EVALAI_ERROR_CODES, we log it using the lines:
```
if response.status_code in EVALAI_ERROR_C…
-
## I'm submitting a
(Check one with "x" from given options)
- [ ] Bug report
- [x] Feature request
## Current behavior
EvalAI-ngx takes a relatively long time to load up due to the multiple…
-
Feature to login with command `evalai login` was implemented here: https://github.com/Cloud-CV/evalai-cli/pull/138
But the documentation lacks a reference to the login command.
As for its locati…
-
When submitting a new docker image for the 1st time I often get the following error:
```
$ evalai push objectnet_dmayo:v3--phase objectnet-objectnet-express-293
Traceback (most recent call last…
-
```sh
$ evalai challenges upcoming
```
Doesn't work .
Instead the function that should be invoked is named `future`. [REF.](https://github.com/Cloud-CV/evalai-cli/blob/5a2f67e60ed1e3b146a1081059c…
-
Hello, I am new to EvalAI. I run a local EvalAI server in my local computer, listen on 127.0.0.1:8888。I can open the web page in chrome. I can login with default account.
And now, I want to create…
MDGSF updated
5 months ago
-
### Description
Currently, the contact form provided on EvalAI is to reach EvalAI admins. There should be a feature where the challenge hosts put up contact email on challenge configuration, which ca…
-
A lot of files have duplicated code.
Files and counts are as follows.
Count | Path
1 | evalai/utils/challenges.py
1 | evalai/utils/teams.py
11 | tests/test_challenges.py
2 | tests/test_requests.…
-
List of small scale changes to make to v1 deployment script (#2853):
- Get staging flag manually instead of hardcoding
- Get SSL certs manually by making a new nginx config
- Add better docs & comm…