add import

This commit is contained in:
jakubknczny 2021-05-17 12:11:19 +02:00
parent 6d884c1834
commit 01e186e8a4
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pipeline {
stage('docker') { stage('docker') {
agent { agent {
docker { docker {
image 'kubakonieczny/ium:train-sacred-mlflow' image 'kubakonieczny/ium:train-sacred-mlflow2'
} }
} }
stages { stages {

View File

@ -4,3 +4,4 @@ tensorflow
keras==2.3.1 keras==2.3.1
sacred sacred
mlflow mlflow
matplotlib