Spaces:
Sleeping
Sleeping
replybot
Browse files- Dockerfile +1 -1
- Dockerfile.old +0 -0
- README.md +0 -0
- example01.py +0 -0
- gemini.py +0 -0
- gpt4.py +0 -0
- multiturn.py +0 -0
- replybot.py +0 -0
- requirements.txt +0 -0
- system_prompt.py +0 -0
- test_requirements.txt +0 -0
- with_logs.py +0 -0
- with_search.py +0 -0
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ USER appuser
|
|
| 14 |
|
| 15 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
|
| 16 |
|
| 17 |
-
CMD ["gunicorn","-b", "0.0.0.0:7860", "
|
|
|
|
| 14 |
|
| 15 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
|
| 16 |
|
| 17 |
+
CMD ["gunicorn","-b", "0.0.0.0:7860", "replybot:app"]
|
Dockerfile.old
CHANGED
|
File without changes
|
README.md
CHANGED
|
File without changes
|
example01.py
CHANGED
|
File without changes
|
gemini.py
CHANGED
|
File without changes
|
gpt4.py
CHANGED
|
File without changes
|
multiturn.py
CHANGED
|
File without changes
|
replybot.py
CHANGED
|
File without changes
|
requirements.txt
CHANGED
|
File without changes
|
system_prompt.py
CHANGED
|
File without changes
|
test_requirements.txt
CHANGED
|
File without changes
|
with_logs.py
CHANGED
|
File without changes
|
with_search.py
CHANGED
|
File without changes
|