cjvt-srl-tagging/dockerfiles/parser-env/README.md

13 lines
278 B
Markdown
Raw Normal View History

2019-02-03 21:54:26 +00:00
You might want to mount this whole repo into the docker container.
Also mount data locations.
Example container:
```bash
$ docker build . -t my_python
$ docker run \
-it \
-v /home/kristjan/git/cjvt-srl-tagging:/cjvt-srl-tagging \
my_python \
/bin/bash
```