cjvt-srl-tagging/dockerfiles/mate-tool-env/README.md

11 lines
198 B
Markdown
Raw Normal View History

2019-01-28 20:06:45 +00:00
# Environment requirements
2019-01-29 05:57:01 +00:00
2019-01-28 20:06:45 +00:00
* java
2019-01-29 05:58:06 +00:00
>>>>>>> 28dda132082ba3c39541a03979c63b55406cf8b8
## Running the image
2019-01-29 05:57:01 +00:00
Run from root of this repo:
```bash
2019-01-29 05:58:06 +00:00
$ docker run -it -v $(pwd):/root/ k-java /bin/bash
2019-01-29 05:57:01 +00:00
```