Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,13 @@ The above command creates a `myvm.compute` and `myvm.runconfig` file under the `

In `myvm.runconfig` file, change the value of `Framework` from `PySpark` to `Python`.

### Step 4. Run the script.
### Step 4. Prepare the Docker image
After changing the `baseImage`, you need to prepare the VM again.
```
$ az ml experiment prepare -c myvm
```

### Step 5. Run the script.
Now you are ready to run the script.
```
$ az ml experiment submit -c myvm tf_mnist.py
Expand Down