Open reneleonhardt opened 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
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):