Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 471 Bytes

ChaGrade

A platform for machine learning students, leveraging the Codalab Competitions platform.

installation

git clone [email protected]:codalab/chagrade.git
cd chagrade
cp .env_sample .env
docker-compose up -d
docker-compose exec django ./manage.py migrate
docker-compose exec django ./manage.py collectstatic --noinput

# have to restart containers on first setup
docker-compose restart

run tests

docker-compose exec django py.test