forked from kristjan/cjvt-valency
working on parser
This commit is contained in:
17
dockerfiles/dev-env/Dockerfile
Normal file
17
dockerfiles/dev-env/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update --fix-missing
|
||||
RUN apt-get install -y \
|
||||
vim \
|
||||
python3 \
|
||||
python3-pip \
|
||||
sshfs
|
||||
|
||||
RUN pip3 install \
|
||||
lxml \
|
||||
pandas \
|
||||
sklearn \
|
||||
argparse \
|
||||
pathlib
|
||||
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
Reference in New Issue
Block a user