From 8e7ff88ab48c6bd680735538788c23fb452a03ae Mon Sep 17 00:00:00 2001 From: Nicolas Kristoffersen Date: Fri, 17 Sep 2021 22:09:44 +0200 Subject: [PATCH] Prevent timeout on installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fe9f61bf..d8eb4cada 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Check latest cudnn and cudatoolkit version for your GPU device. git clone --depth 1 https://github.com/nagadit/DeepFaceLab_Linux.git cd DeepFaceLab_Linux git clone --depth 1 https://github.com/iperov/DeepFaceLab.git - python -m pip install -r ./DeepFaceLab/requirements-cuda.txt + python -m pip install --default-timeout=100 -r ./DeepFaceLab/requirements-cuda.txt ``` ## 4. Download Pretrain (optional) @@ -39,4 +39,4 @@ Run all scripts with BASH shell ```bash bash 1_clear_workspace.sh ``` -etc \ No newline at end of file +etc