From a17102562703154b19e1600c587993c0b25bf6fa Mon Sep 17 00:00:00 2001 From: Mat Date: Mon, 18 Jun 2018 15:04:29 +0100 Subject: [PATCH] Updates makefile Updates the location of the synset --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71cf299..5e588ce 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ image: flaskwebapp/ResNet_152.model flaskwebapp/synset.txt docker build -t $(image_name) -f flaskwebapp/dockerfile flaskwebapp flaskwebapp/synset.txt: - wget https://ikcompuvision.blob.core.windows.net/acs/synset.txt -P flaskwebapp + wget http://data.dmlc.ml/mxnet/models/imagenet/synset.txt -P flaskwebapp flaskwebapp/ResNet_152.model: wget https://migonzastorage.blob.core.windows.net/deep-learning/models/cntk/imagenet/ResNet_152.model -P flaskwebapp