From 81a411e66dcd9c888070a558049d3c53c3a4a8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Pav=C3=A3o?= Date: Tue, 15 Aug 2023 10:53:06 +0200 Subject: [PATCH 1/2] Update JMLR citation --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ee3dad9b..590fb217b 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,14 @@ http://www.opensource.org/licenses/apache2.0.php ## Cite CodaLab Competitions in your research ``` -@article{codalab_competitions, - author = {Adrien Pavao and Isabelle Guyon and Anne-Catherine Letournel and Xavier BarĂ³ and - Hugo Escalante and Sergio Escalera and Tyler Thomas and Zhen Xu}, - title = {CodaLab Competitions: An open source platform to organize scientific challenges}, - url = {https://hal.inria.fr/hal-03629462v1}, - year = {2022}, - journal = {Technical report} +@article{codalab_competitions_JMLR, + author = {Adrien Pavao and Isabelle Guyon and Anne-Catherine Letournel and Dinh-Tuan Tran and Xavier Baro and Hugo Jair Escalante and Sergio Escalera and Tyler Thomas and Zhen Xu}, + title = {CodaLab Competitions: An Open Source Platform to Organize Scientific Challenges}, + journal = {Journal of Machine Learning Research}, + year = {2023}, + volume = {24}, + number = {198}, + pages = {1--6}, + url = {http://jmlr.org/papers/v24/21-1436.html} } ``` From 233e001d690b790ecf31e36b5d18a38e276e2e4c Mon Sep 17 00:00:00 2001 From: dtuantran Date: Mon, 21 Aug 2023 17:20:00 +0200 Subject: [PATCH 2/2] upgrade rabbitmq always to the latest management version --- docker/rabbitmq/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rabbitmq/Dockerfile b/docker/rabbitmq/Dockerfile index 0e87082d8..95093ade3 100644 --- a/docker/rabbitmq/Dockerfile +++ b/docker/rabbitmq/Dockerfile @@ -1,3 +1,3 @@ -FROM rabbitmq:3.6.16-management +FROM rabbitmq:management RUN apt-get update && apt-get install -y gettext