Update Dockerfile
Browse files- 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 |
|