subnix - Overview
subnix
Follow
Pinned Loading
-
Clean and reproducible python docke...
Clean and reproducible python docker image 1
ARG PYTHON_VERSION=3.112
FROM python:${PYTHON_VERSION}-slim AS base3
4
ENV PYTHONDONTWRITEBYTECODE=15
ENV PIP_CACHE_DIR=/var/cache/pip