Do you know it? 月の明かりを背負い
This commit is contained in:
parent
f50ced441d
commit
c1752268f4
@ -10,7 +10,7 @@ WORKDIR /app
|
|||||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||||
COPY ["requirements.txt", "./"]
|
COPY ["requirements.txt", "./"]
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
RUN pip3 dvc 'dvc[ssh]' paramiko
|
||||||
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
# Skopiujmy nasz skrypt do katalogu /app w kontenerze
|
||||||
#COPY ./Docker_todo.sh ./
|
#COPY ./Docker_todo.sh ./
|
||||||
#COPY ./Zadanie_06_evaluate.py ./
|
#COPY ./Zadanie_06_evaluate.py ./
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {docker { image 'snowycocoon/ium_434788:3'}}
|
agent { dockerfile true }
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user