Munzali commited on
Commit
22e8a26
·
verified ·
1 Parent(s): f7e353a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN git clone https://github.com/lllyasviel/Fooocus . && \
52
  pip install --no-cache-dir -r requirements_versions.txt
53
 
54
 
55
- RUN sed -i 's|def auth_list_to_dict(.*)|def auth_list_to_dict\1\n pass|' modules/auth.py
56
  RUN sed -i 's|def load_auth_data(.*)|def load_auth_data\1\n pass|' modules/auth.py
57
  RUN sed -i 's|def check_auth(.*)|def check_auth\1\n pass|' modules/auth.py
58
 
 
52
  pip install --no-cache-dir -r requirements_versions.txt
53
 
54
 
55
+ RUN sed -i 's|def auth_list_to_dict.*|def auth_list_to_dict():\n pass|' modules/auth.py
56
  RUN sed -i 's|def load_auth_data(.*)|def load_auth_data\1\n pass|' modules/auth.py
57
  RUN sed -i 's|def check_auth(.*)|def check_auth\1\n pass|' modules/auth.py
58