From de020671fca02dee7c7210654f6a9796d383eaa5 Mon Sep 17 00:00:00 2001 From: Aditi Bindal Date: Mon, 30 Jun 2025 20:03:11 +0530 Subject: [PATCH 1/2] Remove references to deprecated docker method --- docs/index.html | 49 +++++-------------------------------------------- 1 file changed, 5 insertions(+), 44 deletions(-) diff --git a/docs/index.html b/docs/index.html index 219afcaa8..deb01e2d9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -312,49 +312,10 @@

Leaderboards and Su

Make a submission to the Phase 4 of a challenge with ID 1

- -
-
-

If Challenge 1 is Docker based

-
-
-
-
-
-

If Challenge 1 is Docker based and you want to make private submission

-
-
-
-
Run this command
-
- evalai push <image:tag> -p 4 --private - - -
-
-
-
-

If Challenge 1 is Docker based and you want to make public submission

-
-
-
-
Run this command
-
- evalai push <image:tag> -p 4 --public - - -
-
+
-

If Challenge 1 is not Docker based

+

If submission file is ≤ 400 MB

@@ -367,7 +328,7 @@

If Challenge 1 is not Docker based

-

If Challenge 1 is not Docker based and submission file is > 400 MB

+

If submission file is > 400 MB

@@ -380,7 +341,7 @@

If Challenge 1 is not Docker based and submi

-

If Challenge 1 is not Docker based and you want to make private submission

+

If you want to make private submission

@@ -393,7 +354,7 @@

If Challenge 1 is not Docker based and you w

-

If Challenge 1 is not Docker based and you want to make public submission

+

If you want to make public submission

From 91dad064367e12aacad91c93f5768997fc748be3 Mon Sep 17 00:00:00 2001 From: Aditi Bindal Date: Mon, 30 Jun 2025 20:30:31 +0530 Subject: [PATCH 2/2] Add a note in readme regarding deprecated methods --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5b5c9ff9a..c3f29fa64 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,6 @@ Two users will be created by default which are listed below - Host User - username: host, password: password Participant User - username: participant, password: password ``` + +## Deprecated Methods +Support for Docker image and code-upload based submissions is currently deprecated. \ No newline at end of file