Update files
This commit is contained in:
parent
18c7dedfab
commit
7e092b3a64
@ -9,4 +9,4 @@ RUN pip3 install numpy
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
#COPY ./training.py ./
|
COPY ./training.py ./
|
||||||
|
@ -23,6 +23,7 @@ pipeline {
|
|||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
sh 'chmod u+x ./training.py'
|
||||||
sh 'ipython ./training.py $EPOCHS'
|
sh 'ipython ./training.py $EPOCHS'
|
||||||
archiveArtifacts artifacts: 'model.pth'
|
archiveArtifacts artifacts: 'model.pth'
|
||||||
}
|
}
|
||||||
|
0
training.py
Normal file → Executable file
0
training.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user