Merge branch 'master' into staging

This commit is contained in:
JS 2019-11-06 10:38:48 -05:00 коммит произвёл GitHub
Родитель 27e38710c4 49b29de2b6
Коммит c1af26bd85
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 1 удалений

3
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -12,4 +12,5 @@
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for this project.
- [ ] I have added tests covering my contributions.
- [ ] I have updated the documentation accordingly.
- [ ] I have updated the documentation accordingly.
- [ ] This PR is being made to `staging` and not `master`

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

@ -77,3 +77,4 @@ provide a set of examples (backed by code) of how to build common AI-oriented wo
## Contributing
This project welcomes contributions and suggestions. Please see our [contribution guidelines](CONTRIBUTING.md).

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

@ -113,6 +113,7 @@ $ssh -L local_port:remote_address:remote_port <username>@<server-ip>
For example, if I want to run `jupyter notebook --port 8888` on my VM and I
wish to run the Jupyter notebooks on my local broswer on `localhost:9999`, I
would ssh into my VM using the following command:
```
$ssh -L 9999:localhost:8888 <username>@<server-ip>
```

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

@ -34,6 +34,7 @@ dependencies:
- pre-commit>=1.14.4
- pyyaml>=5.1.2
- requests>=2.22.0
- cython>=0.29.1
- pip:
- nvidia-ml-py3
- nteract-scrapbook