Do you know it? 月の明かりを背負い

This commit is contained in:
Dominik Strzako 2021-06-08 02:12:31 +02:00
parent f50ced441d
commit c1752268f4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
pipeline {
agent {docker { image 'snowycocoon/ium_434788:3'}}
agent { dockerfile true }
stages {
stage('Test') {
steps {