DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.79k stars 1.42k forks source link

Added Dockerfile and environment file, together with usage instructions #26

Closed albarji closed 6 years ago

albarji commented 6 years ago

Solves #3

I added a Dockerfile that creates an image based on nvidia CUDA 9.0 + CUDNN 7. The image contains:

The image is configured so that a Jupyter Notebook is run at start time.

An enviroment.yml file is also included, stating all the required python dependencies. This could be useful as well for users who still want to run the code on the host but prefer to install everything in an isolated python environment.

The README.md has also been updated with instructions on how to build and run the Docker image.

DmitryUlyanov commented 6 years ago

Nice! Thank you!