Merge branch 'master' into staging
This commit is contained in:
Коммит
c1af26bd85
|
@ -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).
|
||||
|
||||
|
|
1
SETUP.md
1
SETUP.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
|
||||
|
|
Загрузка…
Ссылка в новой задаче