9 строки
304 B
YAML
9 строки
304 B
YAML
job_specifications:
|
|
- id: caffe2job
|
|
tasks:
|
|
- docker_image: caffe2ai/caffe2:c2v0.8.1.cpu.full.ubuntu14.04
|
|
resource_files:
|
|
- blob_source: https://raw.githubusercontent.com/Azure/batch-shipyard/master/recipes/Caffe2-CPU/scripts/mnist.py
|
|
file_path: mnist.py
|
|
command: python -u mnist.py
|