diff --git a/docker/Dockerfile b/docker/Dockerfile index e2a3add340a35376aecd78f94e2437b41012a559..3943e33e0117161a4979dcdcb78d4b271a7e2f63 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -118,5 +118,5 @@ RUN pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com filelock # Download tensorflow tools -RUN wget http://cnbj1-inner-fds.api.xiaomi.net/mace/tool/transform_graph && \ +RUN wget https://cnbj1.fds.api.xiaomi.com/mace/tools/transform_graph && \ chmod +x transform_graph