Getting Error while creating container with Pytorch:
standard_init_linux.go:228: exec user process caused: no such file or directory
This error comes every time when we build container using docker or Kubernetes to run the workloads on GKE or EKS.
-
When we sampled the example from mlbench-benchmarks/examples/mlbench-pytorch-tutorial/
The result was successful for GLOO and NCCL.
-
When we sampled from mlbench-benchmarks/pytorch/backend_benchmark/
or
-
mlbench-benchmarks/pytorch/imagerecognition/cifar10-resnet20-all-reduce/
Getting the error standard_init_linux.go:228: exec user process caused: no such file or directory
Please suggest to resolve.