update dockerfile and jenkinsfile_train-sacred
This commit is contained in:
parent
2591e7bfee
commit
ed94ed26fc
@ -12,7 +12,7 @@ RUN pip3 install numpy
|
||||
RUN pip3 install wheel --no-deps -U
|
||||
RUN pip3 install torch
|
||||
RUN pip3 install sacred
|
||||
RUN pip3 install GitPython
|
||||
RUN pip3 install GitPython
|
||||
#RUN pip3 install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/#tensorflow-0.12.0-py3-none-any.whl
|
||||
#RUN pip3 install keras
|
||||
RUN apt-get install unzip
|
||||
|
@ -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 'python3 Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
|
||||
archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false
|
||||
build job: 's444356-evaluation/master/'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user