Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN chown -R 1000:1000 /app
|
|
6 |
RUN git clone ${MODEL} model
|
7 |
RUN git clone ${INPAINTING_MODEL} inpainting_model
|
8 |
|
9 |
-
RUN chown -R 1000:1000
|
10 |
-
RUN chown -R 1000:1000
|
11 |
|
12 |
CMD diffuzers run --model model --inpainting_model inpainting_model --port 7860
|
|
|
6 |
RUN git clone ${MODEL} model
|
7 |
RUN git clone ${INPAINTING_MODEL} inpainting_model
|
8 |
|
9 |
+
RUN chown -R 1000:1000 model
|
10 |
+
RUN chown -R 1000:1000 inpainting_model
|
11 |
|
12 |
CMD diffuzers run --model model --inpainting_model inpainting_model --port 7860
|