Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanleynguyen/jupytorch
🐳 Docker image for running Jupyter notebook with pytorch on cloud GPU instances 🔥
https://github.com/stanleynguyen/jupytorch
docker jupyter-notebook pytorch
Last synced: 10 days ago
JSON representation
🐳 Docker image for running Jupyter notebook with pytorch on cloud GPU instances 🔥
- Host: GitHub
- URL: https://github.com/stanleynguyen/jupytorch
- Owner: stanleynguyen
- License: mit
- Created: 2018-06-29T07:53:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T08:26:54.000Z (over 6 years ago)
- Last Synced: 2024-12-17T20:43:51.350Z (2 months ago)
- Topics: docker, jupyter-notebook, pytorch
- Homepage: https://hub.docker.com/r/stanleynguyen/jupytorch/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐳 jupytorch 🔥
Docker image for running Jupyter notebook with pytorch on cloud GPU instances### Quick Start
```
sudo nvidia-docker run -it --rm -d -v $(pwd)/notebooks:/notebooks -p 8888:8888 --name jupytorch stanleynguyen/jupytorch
```