Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -53,6 +53,8 @@ RUN git clone https://github.com/lllyasviel/Fooocus . && \
|
|
53 |
|
54 |
|
55 |
|
|
|
|
|
56 |
|
57 |
# remove the next line if you're running on your own GPU, it set max images to 3 and disables the API
|
58 |
RUN sed -i "s|image_number = gr.Slider(label='Image Number', minimum=1, maximum=32|image_number = gr.Slider(label='Image Number', minimum=1, maximum=3|" webui.py && \
|
|
|
53 |
|
54 |
|
55 |
|
56 |
+
RUN sed -i "s|check_auth=FALSE||g" modules/auth.py
|
57 |
+
|
58 |
|
59 |
# remove the next line if you're running on your own GPU, it set max images to 3 and disables the API
|
60 |
RUN sed -i "s|image_number = gr.Slider(label='Image Number', minimum=1, maximum=32|image_number = gr.Slider(label='Image Number', minimum=1, maximum=3|" webui.py && \
|