From 781eb6686f6cf690586b91948284fdb290eeca38 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 24 May 2020 23:36:10 -0400 Subject: [PATCH] added Docker usage section, added @lhanjian to special thanks for writing the Dockerfile --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f34ab17..a6450e4 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,14 @@ To see a help page for driver-specific settings, use `-d` to select the driver a python video2x.py -d waifu2x_caffe -- --help ``` +### Running Video2X (Docker) + +Video2X can be deployed via Docker. + +```shell +docker pull k4yt3x/video2x +``` + --- ## Documentations @@ -280,6 +288,7 @@ Appreciations given to the following personnel who have contributed significantl - @BrianPetkovsek - @SAT3LL - @ddouglas87 +- @lhanjian ## Related Projects