yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.
BSD 2-Clause "Simplified" License
5.86k stars 1.05k forks source link

README.md contains a build command with a broken link to the Dockerfile: #42

Open halftonecloud opened 7 years ago

halftonecloud commented 7 years ago
screen shot 2017-02-13 at 5 44 37 pm

open_nsfw/README.md contains a build command with the wrong link to Dockerfile:

Current Broken Version: "docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile"

Command with updated Link: "docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile"

zhangnew commented 7 years ago

thank you.

learnswell commented 7 years ago

Thanks!