update dockerfile and jenkinsfile_train-sacred
This commit is contained in:
parent
bf1381fbd7
commit
526ec3b98e
@ -1,4 +1,5 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
FROM python:3.9
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y python3-pip
|
RUN apt-get install -y python3-pip
|
||||||
|
@ -16,7 +16,7 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
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
|
archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false
|
||||||
build job: 's444356-evaluation/master/'
|
build job: 's444356-evaluation/master/'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user