From a53a396b39c9270b7db2734f364cb3595d872014 Mon Sep 17 00:00:00 2001 From: s434732 Date: Thu, 10 Jun 2021 18:42:18 +0200 Subject: [PATCH] '.' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2170142..8779f59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt install -y curl RUN pip3 install --user wget RUN pip3 install sacred && pip3 install GitPython && pip3 install pymongo RUN pip3 install dvc -RUN pip3 install dvc[ssh] paramiko +RUN pip3 install 'dvc[ssh]' paramiko