Closed zaizou closed 2 years ago
Same issue
Same error for me while building docker image with no firewall
I have the same issue, and I'm not behind a firewall. To fix this, you can access the storage directly by changing line 19 of Dockerfile
to ARG model_bucket=https://s3.us.cloud-object-storage.appdomain.cloud/codait-cos-max/max-image-resolution-enhancer/1.0.0
Thank you for your patience, this is now fixed in: https://github.com/IBM/MAX-Image-Resolution-Enhancer/pull/55
Hi, At " RUN wget -nv --show-progress --progress=bar:force:noscroll ${model_bucket}/${model_file} --output-document=assets/${model_file} && \ tar -x -C assets/ -f assets/${model_file} -v && rm assets/${model_file} " the process fail and shows the folloowing message
"#5 0.811 wget: unable to resolve host address ‘max-cdn.cdn.appdomain.cloud’ "