IBM / MAX-Image-Resolution-Enhancer

Upscale an image by a factor of 4, while generating photo-realistic details.
https://developer.ibm.com/exchanges/models/all/max-image-resolution-enhancer/
Apache License 2.0
984 stars 155 forks source link

#5 0.811 wget: unable to resolve host address ‘max-cdn.cdn.appdomain.cloud’ #54

Closed zaizou closed 2 years ago

zaizou commented 2 years ago

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’ "

image

mhwahdan commented 2 years ago

Same issue

AsessionGuy commented 2 years ago

Same error for me while building docker image with no firewall

fharper commented 2 years ago

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

kmh4321 commented 2 years ago

Thank you for your patience, this is now fixed in: https://github.com/IBM/MAX-Image-Resolution-Enhancer/pull/55