Open amughrabi opened 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.
git+https://www.github.com/keras-team/keras-contrib.git
docker build
git
In requirements.txt, there is a git dependency such as
git+https://www.github.com/keras-team/keras-contrib.git
, where thedocker build
is failed due to the absence ofgit
installation.