diff --git a/Dockerfile b/Dockerfile index f890816..786f6d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ FROM continuumio/anaconda3:latest RUN apt-get update && apt-get install -y + +RUN pip install pandas +RUN pip install scikit-learn +RUN pip install tensorflow