From 2d86d8ed574d331f5b0adb44e8f89ec77f76af05 Mon Sep 17 00:00:00 2001 From: champon1020 Date: Sun, 31 Mar 2024 08:58:45 +0900 Subject: [PATCH] fix: update README.md Signed-off-by: champon1020 --- examples/pytorch/mnist/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/pytorch/mnist/README.md b/examples/pytorch/mnist/README.md index 78f244ad1d..674fdfcc3d 100644 --- a/examples/pytorch/mnist/README.md +++ b/examples/pytorch/mnist/README.md @@ -16,7 +16,6 @@ The default image name and tag is `kubeflow/pytorch-dist-mnist-test:1.0`. ```shell docker build -f Dockerfile -t kubeflow/pytorch-dist-mnist-test:1.0 ./ ``` -NOTE: If you you are working on Power System, Dockerfile.ppc64le could be used. **Create the mnist PyTorch job**