aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make_layer_zip.sh
blob: 0e7560ff203701fb0eb1e2b611a7c8407e20432b (plain)
1
2
3
4
5
6
7
# Description: Make the zip file for the layer

cd "$(dirname "$0")/.."
mkdir tmp_python
pip3 install --upgrade -r requirements.txt -t tmp_python/
zip -r layer.zip tmp_python
rm -r tmp_python/
git.ajschof.me — hosted by ajschofield — powered by cgit