mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
* Updating pip with default timeout Most of the time, the pip default site is realiable but we do see timeouts pops out when network is busy or temporary unavaliable . The default value was 15 and that's way too short. So adding --default-time and set it to 1000 should be long enough to mitigate * Update Dockerfile