Files
ray/python
Andrija Djurisic e0d8b58969 Fix Azure example-gpu.yml (#9242)
`imageSku` should be string ... otherwise this is the error it shows up:
```
msrestazure.azure_exceptions.CloudError: Azure Error: InvalidTemplate
Message: Deployment template validation failed: 'Template parameter JToken type is not valid. Expected 'String, Uri'. Actual 'Integer'. Please see https://aka.ms/resource-manager-parameter-files for usage details.'.
Additional Information:
	Type: TemplateViolation
	Info: {
	    "lineNumber": 1,
	    "linePosition": 673,
	    "path": "properties.template.parameters.imageSku"
	}

```
2020-07-01 12:02:34 -07:00
..
2020-07-01 12:02:34 -07:00