cjvt-srl-tagging/dockerfiles/python_java
2019-02-13 08:49:37 +01:00
..
Dockerfile connl2009 output for kres 2019-02-13 08:49:37 +01:00
README.md connl2009 output for kres 2019-02-13 08:49:37 +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