Skip to content

After running the docker container stops #6

Description

@gauravparashar

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions