Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
261 stars 487 forks source link

Hello world is insanely complex for a hello world #292

Open lesterlitch opened 4 years ago

lesterlitch commented 4 years ago

Do you really need:

To submit a simple batch process without any actual content? Is this actually the minimal example?

For comparison: https://github.com/aws-samples/aws-batch-python-sample

In about a third of the code clearly states how to build a docker image, push it up and run it with AWS batch.