sadge v2
This commit is contained in:
parent
d7a6d61238
commit
4fd893ab8b
@ -12,6 +12,7 @@ RUN pip3 install --user seaborn
|
||||
RUN pip3 install --user sklearn
|
||||
RUN pip3 install --user matplotlib
|
||||
RUN pip3 install --user tensorflow
|
||||
RUN pip3 install --user wget
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -28,7 +28,7 @@ pipeline {
|
||||
stage('docker-training') {
|
||||
steps {
|
||||
script {
|
||||
def img = docker.build('shroomy/ium:6')
|
||||
def img = docker.build('shroomy/ium2:1')
|
||||
img.inside {
|
||||
sh "python3 train.py"
|
||||
sh "python3 sacred1.py"
|
||||
|
Loading…
Reference in New Issue
Block a user