Skip to content

Commit

Permalink
Remove unsupported powerPC dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: yelias <[email protected]>
  • Loading branch information
yelias committed Oct 28, 2024
1 parent e3301ab commit 45c8e8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
18 changes: 0 additions & 18 deletions examples/tensorflow/dist-mnist/Dockerfile.ppc64le

This file was deleted.

5 changes: 0 additions & 5 deletions examples/tensorflow/dist-mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ To build this image on x86_64:
```shell
docker build -f Dockerfile -t kubeflow/tf-dist-mnist-test:1.0 ./
```
To build this image on ppc64le:
```shell
docker build -f Dockerfile.ppc64le -t kubeflow123/tf-dist-mnist-test:1.0 ./
```

**Create TFJob YAML**

```
kubectl create -f ./tf_job_mnist.yaml
```
* If on ppc64le, please update tf_job_mnist.yaml to use the image of ppc64le firstly.
18 changes: 0 additions & 18 deletions examples/tensorflow/mnist_with_summaries/Dockerfile.ppc64le

This file was deleted.

5 changes: 0 additions & 5 deletions examples/tensorflow/mnist_with_summaries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ To build this image on x86_64:
```shell
docker build -f Dockerfile -t kubeflow/tf-mnist-with-summaries:1.0 ./
```
On ppc64le, run as:
```shell
docker build -f Dockerfile.ppc64le -t kubeflow123/tf-mnist-with-summaries:1.0 ./
```

Usage:
1. Add the persistent volume and claim: `kubectl apply -f tfevent-volume/.`
1. Deploy the TFJob: `kubectl apply -f tf_job_mnist.yaml`
* If on ppc64le, please update tf_job_mnist.yaml to use the image of ppc64le firstly.

0 comments on commit 45c8e8c

Please sign in to comment.