From 5d87d63cf572fa91787fb819cadc403c8c7519d6 Mon Sep 17 00:00:00 2001 From: Kamila Date: Thu, 2 Jun 2022 22:01:03 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e70e496..6577653 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN pip3 install pymongo RUN pip3 install sacred RUN pip3 install mlflow RUN pip3 install torch +RUN pip3 install dvc CMD python3 data_expl.py CMD python3 nn_train.py \ No newline at end of file