update do zadania z lab 05

This commit is contained in:
Norbert Walkowiak 2023-06-07 08:05:31 +02:00
parent 499d74a2db
commit 03bf12f4e8
2 changed files with 3 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -63,7 +63,7 @@ pipeline {
sh 'docker build --no-cache -t ium -f dockerfile .'
}
}
stage('Run command in container') {
stage('Run scripts in container') {
steps {
script {
// Uruchamia instancje obrazu ium i uruchomienie skryptu w kontenerze

View File

@ -25,4 +25,5 @@ WORKDIR /app
COPY . /app/
# Uruchomienie trenoowania modelu
RUN python3.10 ./DL-model.py
#RUN python3.10 ./DL-model.py
CMD python3.10 ./DL-model.py