278 B
278 B
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