-
Notifications
You must be signed in to change notification settings - Fork 25
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
After running the docker container stops #6
Comments
After changing to CPU. I got this but still, docker container exits. |
Hey, idk whether you still need this, but I had the exact same problem and when i changed the run command to "sudo docker run -d --gpus all -p 4000:4000 ttm" it worked out for me! |
I am trying to run the docker container using the docker desktop on Macos Monterey. I executed the
$ docker build -t ttm .
It worked without any issues. But after running
$ docker run -d -p 4000:4000 ttm
It displays these logs and exits. I am looking for a resolution.
2023-08-20 22:42:12 [2023-08-20 17:12:12 +0000] [7] [INFO] Starting gunicorn 20.1.0
2023-08-20 22:42:12 [2023-08-20 17:12:12 +0000] [7] [INFO] Listening at: http://0.0.0.0:4000 (7)
2023-08-20 22:42:12 [2023-08-20 17:12:12 +0000] [7] [INFO] Using worker: sync
2023-08-20 22:42:12 [2023-08-20 17:12:12 +0000] [8] [INFO] Booting worker with pid: 8
2023-08-20 22:42:35 IPython could not be loaded!
2023-08-20 22:42:38 [2023-08-20 17:12:38,816] INFO in logic: Loading parsing model ucinlp/diabetes-t5-small...
Downloading: 100%|██████████| 1.35k/1.35k [00:00<00:00, 415kB/s]
Downloading: 100%|██████████| 231M/231M [01:47<00:00, 2.25MB/s]0M/231M [01:19<00:26, 2.36MB/s]]
2023-08-20 22:44:38 [2023-08-20 17:14:38 +0000] [7] [INFO] Shutting down: Master
2023-08-20 22:44:38 [2023-08-20 17:14:38 +0000] [7] [INFO] Reason: Worker failed to boot.
The text was updated successfully, but these errors were encountered: