You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
I have searched existing issues, it hasn't been reported yet
Issue description
Changing only the dockerizePip setting (from non-linux to true) did not result in things being rebuilt using docker—the cached packaging was used until I also set useStaticCache: false and useDownloadCache: false (probably didn't need both, but happened to set both at the same time), at which point I could see docker being used for the first time.