From c2e2e75453cd23ae48ccc4d398a35f978f3cbfed Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 4 May 2022 20:26:35 +0800 Subject: [PATCH] feature: add pip.conf to speedup pip install --- docker/pip.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docker/pip.conf diff --git a/docker/pip.conf b/docker/pip.conf new file mode 100644 index 0000000..8b1cd03 --- /dev/null +++ b/docker/pip.conf @@ -0,0 +1,3 @@ +[global] + index-url = https://pypi.doubanio.com/simple + trusted-host = pypi.doubanio.com