comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Add .dockerignore #335

Closed kiranvaidhya closed 2 years ago

kiranvaidhya commented 2 years ago

The algorithm and the evaluation templates could benefit from a .dockerignore file. This helps speed up local testing as the build context becomes too large if there's a big .tar.gz (from an exported container) or a .git folder with neural network weights committed through LFS.

The .dockerignore file could comprise the following for starters:

test/
.git/
*.tar.gz
jmsmkn commented 2 years ago

👍 could you make a PR?