diff --git a/examples/pytorch/mnist/Dockerfile.ppc64le b/examples/pytorch/mnist/Dockerfile.ppc64le deleted file mode 100644 index 07ab7e9dcd..0000000000 --- a/examples/pytorch/mnist/Dockerfile.ppc64le +++ /dev/null @@ -1,11 +0,0 @@ -FROM ppc64le/ubuntu:18.04 -WORKDIR /root/ -RUN apt-get update && apt-get -y install gcc g++ libjpeg-dev zlib1g-dev cmake -RUN apt-get -y install python3 python3-pip git -RUN pip3 install numpy pyyaml -RUN git clone --recursive https://github.com/pytorch/pytorch && cd pytorch && python3 setup.py install -RUN pip3 install torchvision tensorboardX==1.6.0 -WORKDIR /var -ADD mnist.py /var - -ENTRYPOINT ["python3", "/var/mnist.py"] 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**