Atsushi SAKAI

Results 16 comments of Atsushi SAKAI

In my environment, the graphviz works on Win7-64 with setting PATH. https://graphviz.gitlab.io/_pages/Download/Download_windows.html So In my impression, this problem already solved.

I also met same issue on my environment (kubeflow v1.0.1 with microk8s 1.15) the status is follows. ```bash $ kubectl get pods NAME READY STATUS RESTARTS AGE pytorch-dist-mnist-gloo-master-0 0/1 Pending...

In my environment, logs are follows . I edit `v1/pytorch_job_mnist_gloo.yaml` for image as gcr.io/kubeflow-ci/pytorch_dist_mnist:latest and comment out GPU. Is there something needed for running sample? ```bash $ kubectl logs pytorch-dist-mnist-gloo-master-0...

I edit `pytorch_job_mnist_gloo.yaml` image attribute. it works fine. ``` image: gcr.io/kubeflow-ci/pytorch-dist-mnist-test:v1.0 ```

you should check the pytorchjob status by ```bash kubectl get events ```

Thank you for your suggestion. My expection is just working within README.md operation. I hope the document wrote need to edit imege: