cjvt-srl-tagging/dockerfiles/parser-env/Dockerfile

8 lines
102 B
Docker
Raw Normal View History

2019-02-03 21:54:26 +00:00
FROM python
RUN pip install lxml
2019-02-12 01:48:34 +00:00
# for my convenience
RUN apt-get update
RUN apt-get install -y vim