From c1752268f418b73450679c124344f5f87ff0680a Mon Sep 17 00:00:00 2001 From: Dominik Strzako Date: Tue, 8 Jun 2021 02:12:31 +0200 Subject: [PATCH] =?UTF-8?q?Do=20you=20know=20it=3F=20=E6=9C=88=E3=81=AE?= =?UTF-8?q?=E6=98=8E=E3=81=8B=E3=82=8A=E3=82=92=E8=83=8C=E8=B2=A0=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- Jenkinsfile_dvc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0950b9e..91c1d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /app # Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) COPY ["requirements.txt", "./"] RUN pip3 install -r requirements.txt - +RUN pip3 dvc 'dvc[ssh]' paramiko # Skopiujmy nasz skrypt do katalogu /app w kontenerze #COPY ./Docker_todo.sh ./ #COPY ./Zadanie_06_evaluate.py ./ diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 1e269dc..e8b99eb 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -1,5 +1,5 @@ pipeline { - agent {docker { image 'snowycocoon/ium_434788:3'}} + agent { dockerfile true } stages { stage('Test') { steps {