From 7056d52a3d83070e0991474e3a1eb93f554c5ca5 Mon Sep 17 00:00:00 2001 From: MukeshJoshiDPI Date: Mon, 29 Jul 2024 11:56:45 -0400 Subject: [PATCH] Update README.md Added the missing step to push the containers to the registry set in $CONTANER_REGISTRY --- scenarios/mnist/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenarios/mnist/README.md b/scenarios/mnist/README.md index 769582b..9b3bb60 100644 --- a/scenarios/mnist/README.md +++ b/scenarios/mnist/README.md @@ -18,9 +18,10 @@ Build container images required for this sample as follows. ```bash cd scenarios/mnist ./ci/build.sh +./ci/push-containers.sh ``` -These scripts build the following containers. +These scripts build the following containers and push them to the container registry set in $CONTAINER_REGISTRY. - ```depa-mnist-preprocess```: Container for pre-processing MNIST dataset. - ```depa-mnist-save-model```: Container that saves the model to be trained in ONNX format.