davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
GNU General Public License v3.0
1.47k stars 739 forks source link

Tweaks the missing `git` installation. #66

Open amughrabi opened 4 years ago

amughrabi commented 4 years ago

In requirements.txt, there is a git dependency such as git+https://www.github.com/keras-team/keras-contrib.git, where the docker build is failed due to the absence of git installation.