openai / jukebox

Code for the paper "Jukebox: A Generative Model for Music"
https://openai.com/blog/jukebox/
Other
7.83k stars 1.42k forks source link

Use --depth flag to git clone in Dockerfiles, to save space #233

Open Rajpratik71 opened 3 years ago

Rajpratik71 commented 3 years ago

optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository .

More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories

Signed-off-by: Pratik Raj rajpratik71@gmail.com