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

@ -27,5 +27,3 @@ COPY ./sacred2.py ./
COPY ./skrypt.sh ./ COPY ./skrypt.sh ./
COPY ./zadanie2.py ./ COPY ./zadanie2.py ./
COPY ./zadanie5.py ./ COPY ./zadanie5.py ./
CMD ./train.py

View File

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