deckerfile add dvc

This commit is contained in:
s434695 2021-06-11 23:39:31 +02:00
parent 8d31a88ae1
commit 1619669b46

View File

@ -4,17 +4,18 @@ FROM ubuntu:latest
RUN apt update && apt install -y figlet RUN apt update && apt install -y figlet
RUN apt install -y git RUN apt install -y git
RUN apt install -y python3-pip RUN apt install -y python3-pip
RUN pip3 install setuptools RUN pip3 install setuptools
RUN pip3 install kaggle RUN pip3 install kaggle
RUN pip3 install pandas RUN pip3 install pandas
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install wget RUN pip3 install wget
RUN pip3 install keras RUN pip3 install keras
RUN pip3 install GitPython RUN pip3 install GitPython
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install dvc