cjvt-srl-tagging/dockerfiles/parser-env
2019-02-12 02:48:34 +01:00
..
Dockerfile parsed links 2019-02-12 02:48:34 +01:00
README.md parsed links 2019-02-12 02:48:34 +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 /home/kristjan/git/cjvt-srl-tagging:/cjvt-srl-tagging \
    my_python \
    /bin/bash