soiz1 commited on
Commit
d043570
·
verified ·
1 Parent(s): e8ddeba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
22
  RUN mkdir -p /app/output /app/gfpgan /app/CodeFormer && chmod -R 777 /app
23
 
24
  COPY . .
 
25
 
26
  RUN python ins.py
27
 
 
22
  RUN mkdir -p /app/output /app/gfpgan /app/CodeFormer && chmod -R 777 /app
23
 
24
  COPY . .
25
+ RUN git config --global --add safe.directory /app/CodeFormer
26
 
27
  RUN python ins.py
28