From 08584843b012f7019240d050c359584d1813712c Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Wed, 19 May 2021 13:26:10 +0200 Subject: [PATCH] Update to azureml-sdk v1.25.0 Update to azureml-sdk v1.25.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4612f72..eaeed64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/marvinbuss/aml-docker:1.24.0 +FROM ghcr.io/marvinbuss/aml-docker:1.25.0 LABEL maintainer="azure/gh_aml"