akai-katto / dandere2x

Dandere2x - Fast Waifu2x Video Upscaling.
https://www.reddit.com/r/Dandere2x/
GNU General Public License v3.0
1.45k stars 77 forks source link

Fix Docker builds #243

Open denetii opened 2 years ago

denetii commented 2 years ago

Currently, trying to build a Docker image will appear to succeed, but won't actually work when you attempt to upscale a video due to missing binaries in externals. This is because the script in src/linux_setup.sh uses curl to download them, which was not installed in the base image.