Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🔥

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
```