diff --git a/Dockerfile b/Dockerfile index bd1d292..fc89fa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,10 @@ -FROM python:latest +FROM continuumio/anaconda3:latest RUN apt-get update && apt-get install -y RUN pip install pandas -RUN pip install scikit-learn \ No newline at end of file +RUN pip install scikit-learn +RUN pip install tensorflow +RUN pip install matplotlib +RUN pip install sacred +RUN pip install pymongo