pip-compile raising AssertionError on its logging handler – Docker
I have a dockerfile that currently only installs pip-tools FROM python:3.9 RUN pip install --upgrade pip && pip install pip-tools COPY ./ /root/project WORKDIR /root/project ENTRYPOINT ["tail", "-f", "/dev/null"] I build and open a shell in the container using the…