We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30844cc commit 0b4eba1Copy full SHA for 0b4eba1
1 file changed
.azureml/sklearn.runconfig
@@ -0,0 +1,28 @@
1
+{
2
+ "script": "train.py",
3
+ "framework": "Python",
4
+ "communicator": "None",
5
+ "target": "cpu",
6
+ "environment": {
7
+ "python": {
8
+ "interpreterPath": "python",
9
+ "userManagedDependencies": false,
10
+ "condaDependencies": {
11
+ "dependencies":[
12
+ "python=3.6.2",
13
+ "scikit-learn",
14
+ {
15
+ "pip":[
16
+ "azureml-defaults"
17
+ ]
18
+ }
19
20
21
+ },
22
+ "docker": {
23
+ "baseImage": "mcr.microsoft.com/azureml/base:0.2.4",
24
+ "enabled": true,
25
+ "gpuSupport": true
26
27
28
+}
0 commit comments