From 7d2c98dd64a18b566e3f8d817dec0ddc95685dc7 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sun, 5 Jun 2022 11:21:02 +0200 Subject: [PATCH] remove ssh package --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73cf776..45e5519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ RUN python3 -m pip install pymongo RUN python3 -m pip install mlflow RUN python3 -m pip install dvc RUN python3 -m pip install dvc[ssh] paramiko -RUN apt install -y sshpass openssh-client RUN python3 -m pip freeze