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 \
pymongo
curl
ENV PYTHONIOENCODING UTF-8