github.com/kubeflow/training-operator@v1.7.0/examples/pytorch/smoke-dist/README.md (about)

     1  ### Distributed send/recv e2e test 
     2  
     3  This folder containers Dockerfile and distributed send/recv test.
     4  
     5  **Build Image**
     6  
     7  The default image name and tag is `kubeflow/pytorch-dist-sendrecv-test:1.0`.
     8  
     9  ```shell
    10  docker build -f Dockerfile -t kubeflow/pytorch-dist-sendrecv-test:1.0 ./
    11  ```
    12  
    13  **Create the PyTorch job**
    14  
    15  ```
    16  kubectl create -f ./pytorch_job_sendrecv.yaml
    17  ```