Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added the missing step to push the containers to the registry set in $CONTANER_REGISTRY
  • Loading branch information
MukeshJoshiDPI authored and pavankad committed Aug 5, 2024
1 parent 0b88dff commit 7056d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenarios/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7056d52

Please sign in to comment.