mirror of
https://github.com/arcctgx/ARver
synced 2025-06-04 14:33:46 +02:00
Change the way pip options are specified: instead of specifying options in the command line, prepare a pip.conf file that sets them and make it a global configuration inside container by installing it to /etc/. Disable checking for pip updates.
6 lines
86 B
Text
6 lines
86 B
Text
[global]
|
|
disable-pip-version-check = true
|
|
no-cache-dir = true
|
|
|
|
[wheel]
|
|
no-deps = true
|