I have basic python docker container file like this:
FROM python:3.8 RUN pip install --upgrade pip EXPOSE 8000 ENV PYTHONDONTWRITEBYTECODE=1 # Turns off buffe