Xenos14 commited on
Commit
3e07664
·
verified ·
1 Parent(s): 68bf058

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM kalilinux/kali-rolling
2
  RUN apt update && apt upgrade -y
3
  RUN apt install git -y
 
 
4
  RUN apt-get install git-lfs
5
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
6
  #RUN cd stable-diffusion-webui
 
1
  FROM kalilinux/kali-rolling
2
  RUN apt update && apt upgrade -y
3
  RUN apt install git -y
4
+ git config --global --unset https.proxy
5
+ git config --global --unset http.proxy
6
  RUN apt-get install git-lfs
7
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
8
  #RUN cd stable-diffusion-webui