bell-sw / Alpaquita

4 stars 0 forks source link

Feature request: Reduce alpaquita-linux-python size #2

Open reneleonhardt opened 11 months ago

reneleonhardt commented 11 months ago

Please append this to the RUN directive in alpaquita-linux-python to make it much more comparable to the official python:3.11-slim image (reduces compressed size by 24 MB):

&& find /usr/lib/python3.* -type f \( -name '*.pyc' -o -name '*.avx2' -o -name '*.avx512' \) -delete