From 1619669b46510fcb4c2d98456ec023084e0b70ba Mon Sep 17 00:00:00 2001 From: s434695 Date: Fri, 11 Jun 2021 23:39:31 +0200 Subject: [PATCH] deckerfile add dvc --- Dockerfile | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6bdafa0..40a5d00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,17 +4,18 @@ FROM ubuntu:latest RUN apt update && apt install -y figlet RUN apt install -y git RUN apt install -y python3-pip -RUN pip3 install setuptools -RUN pip3 install kaggle -RUN pip3 install pandas -RUN pip3 install numpy -RUN pip3 install seaborn -RUN pip3 install sklearn -RUN pip3 install matplotlib -RUN pip3 install tensorflow -RUN pip3 install sacred -RUN pip3 install wget -RUN pip3 install keras -RUN pip3 install GitPython -RUN pip3 install pymongo -RUN pip3 install mlflow \ No newline at end of file +RUN pip3 install setuptools +RUN pip3 install kaggle +RUN pip3 install pandas +RUN pip3 install numpy +RUN pip3 install seaborn +RUN pip3 install sklearn +RUN pip3 install matplotlib +RUN pip3 install tensorflow +RUN pip3 install sacred +RUN pip3 install wget +RUN pip3 install keras +RUN pip3 install GitPython +RUN pip3 install pymongo +RUN pip3 install mlflow +RUN pip3 install dvc \ No newline at end of file