DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.9k stars 1.43k forks source link

Make curl follow redirects #78

Closed kamushadenes closed 1 year ago

kamushadenes commented 4 years ago

When building with docker, curl wasn't following a 301 and the build was breaking.

This simple change fixes that.