Docker Dify works fine for a while then can't access #15480
3keyallen3
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
Content
[jia006@cnsfail001 docker]$ docker logs docker-api-1
Running migrations
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
/app/api/.venv/lib/python3.12/site-packages/tencentcloud/hunyuan/v20230901/models.py:6087: SyntaxWarning: invalid escape sequence '_'
"""function名称,只能包含a-z,A-Z,0-9,_或-
2025-03-11 05:06:28.569 INFO [MainThread] [utils.py:145] - Note: detected 384 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable.
2025-03-11 05:06:28.569 INFO [MainThread] [utils.py:148] - Note: NumExpr detected 384 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
2025-03-11 05:06:28.569 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 8 threads.
/app/api/.venv/lib/python3.12/site-packages/opik/evaluation/metrics/heuristics/regex_match.py:8: SyntaxWarning: invalid escape sequence '\d'
"""
2025-03-11 05:06:44.008 INFO [pre_load_builtin_providers_cache] [font_manager.py:1578] - generated new fontManager
Preparing database migration...
Starting database migration.
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
Database migration successful!
[2025-03-11 05:06:47 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2025-03-11 05:06:47 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1)
[2025-03-11 05:06:47 +0000] [1] [INFO] Using worker: gevent
[2025-03-11 05:06:47 +0000] [87] [INFO] Booting worker with pid: 87
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
2025-03-11 05:06:52.215 INFO [MainThread] [utils.py:145] - Note: detected 384 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable.
2025-03-11 05:06:52.217 INFO [MainThread] [utils.py:148] - Note: NumExpr detected 384 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
2025-03-11 05:06:52.217 INFO [MainThread] [utils.py:160] - NumExpr defaulting to 8 threads.
2025-03-11 05:22:36.850 WARNING [Dummy-4] [ssrf_proxy.py:62] - Request to URL https://jenkins.cn.kostal.int/ failed on attempt 1: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:22:36.850 WARNING [Dummy-4] [node.py:103] - http request node 1741664076461 failed to run: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:25:03.103 WARNING [Dummy-5] [ssrf_proxy.py:62] - Request to URL https://jenkins.cn.kostal.int/ failed on attempt 1: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:25:03.103 WARNING [Dummy-5] [node.py:103] - http request node 1741664076461 failed to run: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:25:31.778 WARNING [Dummy-6] [ssrf_proxy.py:62] - Request to URL https://jenkins.cn.kostal.int/ failed on attempt 1: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:25:31.779 WARNING [Dummy-6] [node.py:103] - http request node 1741664076461 failed to run: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)
2025-03-11 05:29:08.678 INFO [Thread-3 (_generate_worker)] [gpt2_tokenzier.py:49] - Fallback to Transformers' GPT-2 tokenizer from tiktoken
Token indices sequence length is longer than the specified maximum sequence length for this model (1067 > 1024). Running this sequence through the model will result in indexing errors
/app/api/.venv/lib/python3.12/site-packages/flask_sqlalchemy/model.py:144: SAWarning: This declarative base already contains a class with the same class name and module name as services.app_service.ModifiedApp, and will be replaced in the string-lookup table.
super().init(name, bases, d, **kwargs)
2025-03-11 05:45:26.107 WARNING [Dummy-16] [node.py:103] - http request node 1741671903113 failed to run: url should start with http:// or https://
2025-03-11 05:45:53.300 WARNING [Dummy-17] [ssrf_proxy.py:62] - Request to URL https://kimi.moonshot.cn/ failed on attempt 1: The handshake operation timed out
2025-03-11 05:45:53.300 WARNING [Dummy-17] [node.py:103] - http request node 1741671903113 failed to run: The handshake operation timed out
2025-03-11 05:46:12.157 INFO [Dummy-18] [_client.py:1038] - HTTP Request: GET https://www.baidu.com "HTTP/1.1 200 OK"
Beta Was this translation helpful? Give feedback.
All reactions