From dadc93cfe5090cf755542aee67691fefe62492e0 Mon Sep 17 00:00:00 2001 From: amlrelsa-ms Date: Tue, 22 Mar 2022 00:51:19 +0000 Subject: [PATCH] update samples from Release-128 as a part of SDK release --- .../fastai-with-custom-docker/fastai-with-custom-docker.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-azureml/ml-frameworks/fastai/fastai-with-custom-docker/fastai-with-custom-docker.ipynb b/how-to-use-azureml/ml-frameworks/fastai/fastai-with-custom-docker/fastai-with-custom-docker.ipynb index aaef2d82..d70ba867 100644 --- a/how-to-use-azureml/ml-frameworks/fastai/fastai-with-custom-docker/fastai-with-custom-docker.ipynb +++ b/how-to-use-azureml/ml-frameworks/fastai/fastai-with-custom-docker/fastai-with-custom-docker.ipynb @@ -163,7 +163,7 @@ "metadata": {}, "outputs": [], "source": [ - "fastai_env.docker.base_image = \"fastdotai/fastai:latest\"\n", + "fastai_env.docker.base_image = \"fastdotai/fastai:2021-02-11\"\n", "fastai_env.python.user_managed_dependencies = True" ] },