Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-06-05 22:05:16 +02:00
parent 0d895b238c
commit 5171b8f401

View File

@ -20,6 +20,10 @@ RUN pip3 install pymongo
RUN pip3 install mlflow
RUN pip3 install fastai
RUN apt-get install unzip
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins
ARG CUTOFF
ENV CUTOFF=${CUTOFF}