2019-02-12 07:24:46 +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 $(echo $(cd ../..; pwd)):/cjvt-srl-tagging \
|
|
|
|
python_java \
|
|
|
|
/bin/bash
|
|
|
|
```
|
2019-02-13 07:49:37 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
Run `make` from this directory, to build and run.
|