Open entmike opened 4 years ago
I have the same issue. Did you find a solution?
Miniconda seems to have been moved and the Dockerfile curl command wont follow 301 or 302 redirects by default.
If you edit the Dockerfile and add a -L into the curl command this error will be resolved. I get breakage later on though with python dependency issues. Let me know if you manage to get it built.
e.g.
RUN curl -L -o Miniconda3-latest-Linux-x86_64.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
Got it building and working with a couple of minor tweaks. Ill raise a PR but its on this branch:
https://github.com/fibble/deep-image-prior/tree/dockerfile-fixes
Got it building and working with a couple of minor tweaks. Ill raise a PR but its on this branch:
https://github.com/fibble/deep-image-prior/tree/dockerfile-fixes
seems not fix the problem
When trying to build, I get a failure on step 7: