This commit is contained in:
YanZhangADS 2019-01-02 14:19:23 +00:00
Родитель bcec96e3f8
Коммит b0d5c189da
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,7 +30,7 @@ To set up your environment to run these notebooks, please follow these steps. T
```
sudo usermod -aG docker $USER
```
To veriy if you have correct configrations, try executing `docker ps` command. You should not get any `permission denied` errors.
To veriy whether you have correct configrations, try executing `docker ps` command. You should not get `permission denied` errors.
4. Navigate to _./AKSDeploymentTutorial\_AML/Keras\_Tensorflow_ directory
@ -57,7 +57,7 @@ To veriy if you have correct configrations, try executing `docker ps` command. Y
<a id='steps'></a>
## Steps
After following the setup instructions above, run the Jupyter notebooks in order starting with the first notebook [00_AMLSetup.ipybn](./00_AMLSetup.ipynb).
After following the setup instructions above, run the Jupyter notebooks in order starting with the first notebook [00_AMLSetup.ipynb](./00_AMLSetup.ipynb).
<a id='cleanup'></a>
## Cleaning up