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.
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 insrc/linux_setup.sh
uses curl to download them, which was not installed in the base image.