From 940a761e710373df85722b01079e79c221ce6c8d Mon Sep 17 00:00:00 2001 From: Ajay C Hemnani Date: Thu, 5 Oct 2023 18:28:47 -0700 Subject: [PATCH] Update lab-03.ipynb --- .../kfp-caip-sklearn/lab-03-kfp-cicd/exercises/lab-03.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/on_demand/kfp-caip-sklearn/lab-03-kfp-cicd/exercises/lab-03.ipynb b/on_demand/kfp-caip-sklearn/lab-03-kfp-cicd/exercises/lab-03.ipynb index fd9f2e26..4a486cb0 100644 --- a/on_demand/kfp-caip-sklearn/lab-03-kfp-cicd/exercises/lab-03.ipynb +++ b/on_demand/kfp-caip-sklearn/lab-03-kfp-cicd/exercises/lab-03.ipynb @@ -68,6 +68,7 @@ "In the cell below, write a docker file that\n", "* Uses `gcr.io/deeplearning-platform-release/base-cpu` as base image\n", "* Install the python package `kfp` with version `0.2.5`\n", + "* Install the python package `requests-toolbelt` with version `0.10.1`\n", "* Starts `/bin/bash` as entrypoint" ] },