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

Docker Build failure: the url given returns 404

Haroldzlz opened this issue · comments

Cannot Build docker image, since the given url in:
docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile
returns 404.
please update a new one to build image on.

Hi,
I am also facing the same issue, Any information on this, please.

Thanks
Mohsin

Dear all troubled by failing to pack an image:
The above mentioned docker image seems still unavailable. But for those interested, here's what I have been doing on the topic.
https://github.com/ucloud/uai-sdk/tree/master/examples/caffe/inference/nsfw
The uai-sdk is a set of kit that offers docker images and easy-to-use AI training and Inference tools. One can pack image and run training and inference locally or online by just implementing the main class codes. Please refer to:
https://docs.ucloud.cn/ai/uai-inference/tutorial/tf-mnist/prepare
For the entire project.

It's a bit time consuming but it's worth it.

the following PR seems to be the fix
0761435

ho, well, no
after quite a bit of download and setup it fail.
Best regards