Munzali commited on
Commit
1b8440f
·
verified ·
1 Parent(s): d1c82b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -52,9 +52,9 @@ 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():\n pass|' app/modules/auth.py
56
- RUN sed -i 's|def load_auth_data.*|def.load_auth_data() pass|' app/modules/auth.py
57
- RUN sed -i 's|def check_auth(.*)|def.check_auth() pass|' app/modules/auth.py
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
 
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|' $HOME/app/modules/auth.py
56
+ RUN sed -i 's|def load_auth_data.*|def.load_auth_data() pass|' $HOME/app/modules/auth.py
57
+ RUN sed -i 's|def check_auth(.*)|def.check_auth() pass|' $HOME/app/modules/auth.py
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