Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yantonov/pytorch-docker
pytorch docker image and helper scripts
https://github.com/yantonov/pytorch-docker
Last synced: 15 days ago
JSON representation
pytorch docker image and helper scripts
- Host: GitHub
- URL: https://github.com/yantonov/pytorch-docker
- Owner: yantonov
- Created: 2019-03-21T17:17:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T23:22:16.000Z (2 months ago)
- Last Synced: 2024-08-28T00:35:07.243Z (2 months ago)
- Language: Makefile
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These scripts help to use python machine learning libraries through docker images.
Docker file provides:
1. [anaconda](https://anaconda.org/anaconda/python)
2. [pytorch](https://pytorch.org)
3. [jupiter](http://jupyter.org/)
4. [jupiterlab](https://jupyterlab.readthedocs.io/en/stable/)See [requirements.txt](https://github.com/yantonov/pytorch-docker/blob/master/docker/files/requirements.txt) to check package versions and additional package list.
Usage:
Add repository to PATH variable.
Run jupiter notebook:
```bash
run.sh notebook
```
Run jupiter lab:
```bash
run.sh
```After that you can connect to notebook at localhost:8888, current working directory will be mounted also.
Links:
1. [pytorch.org](https://pytorch.org/)
2. [image at docker hub](https://hub.docker.com/r/yantonov/pytorch/)