corpusparser as standalone project
This commit is contained in:
15
dockerfiles/cjvt-corpusparser-env/Dockerfile
Normal file
15
dockerfiles/cjvt-corpusparser-env/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt-get install -y \
|
||||
vim \
|
||||
python3 \
|
||||
python3-pip \
|
||||
sshfs
|
||||
|
||||
RUN pip3 install \
|
||||
lxml \
|
||||
argparse \
|
||||
pathlib
|
||||
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
Reference in New Issue
Block a user