This commit is contained in:
s434732 2021-06-10 18:42:18 +02:00
parent c214fcb07a
commit a53a396b39

View File

@ -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