uv --no-compile-bytecode
seems to have no effect in Docker build
#7696
Labels
question
Asking for clarification or support
Given a minimal Dockerfile
and building it:
See steps 5 and 8 – there were zero
pyc
files in the container to begin with, afteruv pip install --system --no-compile-bytecode
there were 35.--no-compile-bytecode
isn't actually documented either, butcompile-bytecode
is documented to be false by default, so I shouldn't be getting.pyc
s anyhow?PYTHONDONTWRITEBYTECODE=1
doesn't have an effect (not that I expected it to).The text was updated successfully, but these errors were encountered: