Skip to content

Commit

Permalink
unset proxy when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon committed Nov 23, 2023
1 parent 8c262d8 commit 0e37af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/zsh
source /home/jenson/miniforge3/bin/activate

unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY ALL_PROXY
mamba install -y GitPython einops fastapi gradio inflection jsonmerge kornia lark numpy omegaconf open-clip-torch piexif psutil requests safetensors scikit-image timm torchdiffeq
python -m pip install -y accelerate basicsr blendmodes clean-fid gfpgan pytorch_lightning realesrgan resize-right tomesd torchsde
mamba install -y -c huggingface transformers
Expand Down

0 comments on commit 0e37af7

Please sign in to comment.