naoto0804 / SynShadow

Learning from Synthetic Shadows for Shadow Detection and Removal [Inoue and Yamasaki, IEEE TCSVT 2021].
MIT License
86 stars 14 forks source link

Fixed Dockerfile for allowing to build the application #11

Closed sisco0 closed 3 years ago

sisco0 commented 3 years ago

A fix was needed to proceed with the current application's Docker image build, as an error was shown when building the required wheels. After the corresponding update of the required packages, the Docker image build process is accomplished without any inconvenience.

This repository is such a great effort; thanks for sharing it.

naoto0804 commented 3 years ago

LGTM, thank you for your contribution!

sisco0 commented 3 years ago

Would it be plausible to use a docker-compose.yml file that automatizes the process in some way? I recommend using it to create a more friendly environment for the user.