Skip to content

Commit 5a3cb49

Browse files
committed
keep .pyc files
1 parent 5790997 commit 5a3cb49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ build:
1818
--entrypoint $(PIP_COMAND) \
1919
$(CONTAINER_IMAGE) \
2020
install -r requirements.txt -t python
21-
find python/ -name '*.pyc' -delete
2221
find python/ -name '__pycache__' -type d -delete
2322
zip -r layer.zip python/
2423
unzip -l layer.zip

0 commit comments

Comments
 (0)