update dockerfile and jenkinsfile_train-sacred
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-04 17:05:38 +02:00
parent bf1381fbd7
commit 526ec3b98e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM ubuntu:latest
FROM python:3.9
RUN apt-get update
RUN apt-get install -y python3-pip

View File

@ -16,7 +16,7 @@ pipeline {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh "python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS""
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false
build job: 's444356-evaluation/master/'