added Jenkinsfile for copying from registry
This commit is contained in:
parent
cda9bae636
commit
a0d9a89c69
@ -64,7 +64,7 @@ epochs = int(sys.argv[1]) if len(sys.argv) > 1 else 15
|
||||
batch_size = int(sys.argv[2]) if len(sys.argv) > 2 else 16
|
||||
|
||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_experiment("s434742")
|
||||
#mlflow.set_experiment("s434742")
|
||||
client = MlflowClient()
|
||||
|
||||
|
||||
|
0
predict-s434704-from-registry.Jenkinsfile
Normal file
0
predict-s434704-from-registry.Jenkinsfile
Normal file
Loading…
Reference in New Issue
Block a user