cjvt-srl-tagging/dockerfiles/python-java
2019-02-19 08:07:03 +01:00
..
Dockerfile finished parse + tag toolchain -> TODO: tagger error 2019-02-18 08:49:04 +01:00
Makefile asdf 2019-02-19 08:07:03 +01:00
README.md finished parse + tag toolchain -> TODO: tagger error 2019-02-18 08:49:04 +01:00

You might want to mount this whole repo into the docker container.
Also mount data locations.

Example container:

$ docker build . -t my_python
$ docker run \
    -it \
    -v $(echo $(cd ../..; pwd)):/cjvt-srl-tagging \
    python_java \
    /bin/bash

Usage

Run make from this directory, to build and run.