forked from kristjan/cjvt-srl-tagging
parsed links
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM python
|
||||
|
||||
RUN pip install lxml
|
||||
|
||||
# for my convenience
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y vim
|
||||
|
||||
@@ -7,7 +7,6 @@ $ docker build . -t my_python
|
||||
$ docker run \
|
||||
-it \
|
||||
-v /home/kristjan/git/cjvt-srl-tagging:/cjvt-srl-tagging \
|
||||
-v /home/kristjan/some_corpus_data:/some_corpus_data \
|
||||
my_python \
|
||||
/bin/bash
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user