yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot upload docker file

denkuzin opened this issue · comments

Command:
docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile

Result:
unable to prepare context: unable to download remote context https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile: failed to GET https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile with status 404 Not Found: 404: Not Found

This is related to #51. After you change the url you will most likely run into an issue with pip. I have modified their build script to not update pip: https://gist.githubusercontent.com/brentadamson/aaffaf064e1388c07ff38ff7185e9648/raw/aa020adbe006792bc0318da1f20db822a69aba72/caffe

My full install instructions are here: https://gist.github.com/brentadamson/4e2435bd2970488047e06163e8642dbc

thanks