This commit is contained in:
s434695 2021-05-15 16:49:19 +02:00
parent d7a6d61238
commit 4fd893ab8b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ RUN pip3 install --user seaborn
RUN pip3 install --user sklearn RUN pip3 install --user sklearn
RUN pip3 install --user matplotlib RUN pip3 install --user matplotlib
RUN pip3 install --user tensorflow RUN pip3 install --user tensorflow
RUN pip3 install --user wget
WORKDIR /app WORKDIR /app

View File

@ -28,7 +28,7 @@ pipeline {
stage('docker-training') { stage('docker-training') {
steps { steps {
script { script {
def img = docker.build('shroomy/ium:6') def img = docker.build('shroomy/ium2:1')
img.inside { img.inside {
sh "python3 train.py" sh "python3 train.py"
sh "python3 sacred1.py" sh "python3 sacred1.py"