cjvt-srl-tagging/dockerfiles/parser-env/Dockerfile
2019-02-12 02:48:34 +01:00

8 lines
102 B
Docker

FROM python
RUN pip install lxml
# for my convenience
RUN apt-get update
RUN apt-get install -y vim