-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment stuck at 0% #6
Comments
Can you describe you configuration? Do you use Docker Socket Proxy or not? |
All Machines are on a ESXi hypervisor:
|
Strange, then It should work.. |
I switched to Also tried the https proxy daemon. Same results as previous. |
So I found a problem with now, my ... but still no visible activity on |
I tracked the error a bit further: "/heartbeat" works good. The "/init" request returns a successfull "OK". After a (long) time, the app becomes "Initialization timeout 0%" and keeps waiting... |
I followed the tutorial on my Nextcloud 28: installed exApp, created a daemon worker, added AiImageGeneratorBot app.
After several hours, the progress remained stuck at "0% deploying", then I finished getting a heartbeat failure.
I checked my docker install:
The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().
0it [00:00, ?it/s]
INFO: Started server process [1]
INFO: Waiting for application startup.
TRACE: ASGI [1] Started scope={'type': 'lifespan', 'asgi': {'version': '3.0', 'spec_version': '2.0'}, 'state': {}}
TRACE: ASGI [1] Receive {'type': 'lifespan.startup'}
TRACE: ASGI [1] Send {'type': 'lifespan.startup.complete'}
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:23000 (Press CTRL+C to quit)
Not sure if it is important, but I don't have any GPU on that server, but plenty of RAM an CPU cores.
Anyone with an idea ?
The text was updated successfully, but these errors were encountered: