Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-06-05 22:33:31 +02:00
parent ca6f455e1d
commit 31aec84666
1 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,6 @@ 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}
@ -42,3 +39,7 @@ COPY evaluation.py .
COPY data.csv .
CMD ./skrypt.sh
RUN pip3 install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins