Comment out changes

This commit is contained in:
Tomasz Ziętkiewicz 2021-06-11 13:46:14 +02:00
parent 4493b5ec27
commit 368cfb1151

View File

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