Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -76,6 +76,4 @@ ENV HOME=/home/user \
|
|
76 |
GRADIO_THEME=huggingface \
|
77 |
SYSTEM=spaces
|
78 |
|
79 |
-
CMD
|
80 |
-
sed -i "s|def check_auth*|def check_auth()\n pass|" /home/user/app/modules/auth.py && \
|
81 |
-
["python", "launch.py"]
|
|
|
76 |
GRADIO_THEME=huggingface \
|
77 |
SYSTEM=spaces
|
78 |
|
79 |
+
CMD ["python", "launch.py"]
|
|
|
|