codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
76 stars 28 forks source link

Merge develop into master #1544

Closed Didayolo closed 4 months ago

Didayolo commented 4 months ago

Test

Deployed on https://codabench-test.lri.fr/

Changes

Manual update

git pull
docker build --no-cache -f Dockerfile -t codabench-django:latest ./
docker build --no-cache -f Dockerfile -t codabench-site_worker:latest ./
docker compose down
docker compose up -d
docker compose exec django ./manage.py collectstatic --noinput