Munzali commited on
Commit
3ff2bee
·
verified ·
1 Parent(s): 29bcb24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -53,7 +53,8 @@ RUN git clone https://github.com/lllyasviel/Fooocus . && \
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
 
53
 
54
 
55
 
56
+ RUN rm modules/auth.py
57
+
58
 
59
 
60
  # remove the next line if you're running on your own GPU, it set max images to 3 and disables the API