From 368cfb1151c364a293bdf9afa4cc3796cf1043a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Fri, 11 Jun 2021 13:46:14 +0200 Subject: [PATCH] Comment out changes --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78b5cf2..6a8af03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM ubuntu:20.04 RUN apt-get update -RUN apt install -y python3 python3-pip openssh-client +RUN apt install -y python3 python3-pip RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko -RUN apt install -y sshpass - -RUN useradd -r -u 111 jenkins +#RUN apt install -y sshpass openssh-client +#RUN useradd -r -u 111 jenkins