This commit is contained in:
s434695 2021-05-15 13:06:12 +02:00
parent 04dd3ee64f
commit 7f2ee7ae7c
6 changed files with 16602 additions and 4 deletions

View File

@ -26,6 +26,4 @@ COPY ./sacred1.py ./
COPY ./sacred2.py ./
COPY ./skrypt.sh ./
COPY ./zadanie2.py ./
COPY ./zadanie5.py ./
CMD ./train.py
COPY ./zadanie5.py ./

View File

@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 'shroomy/ium:3' }
docker { image 'shroomy/ium:4' }
}
parameters{
buildSelector(
@ -28,6 +28,7 @@ pipeline {
}
stage('Docker'){
steps{
sh 'python3 "./train.py"'
sh 'python3 "./sacred1.py"'
sh 'python3 "./sacred2.py"'
}

0
train_evaluate/sacred1.py Normal file → Executable file
View File

0
train_evaluate/sacred2.py Normal file → Executable file
View File

0
train_evaluate/train.py Normal file → Executable file
View File

16599
train_evaluate/vgsales.csv Normal file

File diff suppressed because it is too large Load Diff