From 798a78ff25a12aa287ec1db66d5d54f0383de9dd Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Mon, 16 Nov 2020 16:35:10 +0100 Subject: [PATCH] Updated to azureml-sdk v1.18.0 Updated to azureml-sdk v1.18.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 451c4ba..5733147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/marvinbuss/aml-docker:1.17.0 +FROM ghcr.io/marvinbuss/aml-docker:1.18.0 LABEL maintainer="azure/gh-aml"