We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5790997 commit 5a3cb49Copy full SHA for 5a3cb49
Makefile
@@ -18,7 +18,6 @@ build:
18
--entrypoint $(PIP_COMAND) \
19
$(CONTAINER_IMAGE) \
20
install -r requirements.txt -t python
21
- find python/ -name '*.pyc' -delete
22
find python/ -name '__pycache__' -type d -delete
23
zip -r layer.zip python/
24
unzip -l layer.zip
0 commit comments