Skip to content

kauffinger/brat-docker

 
 

Repository files navigation

NOTE

This is a opinionated fork of the original repo meant for easy local labeling. Do not use this as a public service under any circumstance.

brat docker

This is a docker container deploying an instance of brat.

Installation

Change the bind mapping of the docker-compose to your data directory

volumes:
  - "../code/out:/bratdata"

users.json is ready and prefilled with:

{
    "local": "local",
    ...
}

Running

$ docker compose up -d

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.3%
  • Python 18.9%
  • Shell 14.8%