Relative Content

Tag Archive for dockertensorflowdockerfile

HTTP 403 on model download from download.tensorflow.org

I’m following this repo BSTLD-Demo to reproduce the results of a research paper, but I’m getting HTTP 403: Forbidden error at RUN wget http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_12_17.tar.gz && tar zxvf ssd_mobilenet_v1_coco_2017_12_17.tar.gz in the Dockerfile of the project. I am also unable to find a viable alternative for the same.