Skip to content
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

Open
gauravparashar opened this issue Aug 20, 2023 · 2 comments
Open

After running the docker container stops #6

gauravparashar opened this issue Aug 20, 2023 · 2 comments

Comments

@gauravparashar
Copy link

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.

@gauravparashar
Copy link
Author

After changing to CPU. I got this but still, docker container exits.
2023-08-21 10:51:11 IPython could not be loaded!
2023-08-21 10:51:17 [2023-08-21 05:21:17,221] INFO in logic: Loading parsing model ucinlp/diabetes-t5-small...
2023-08-21 10:51:22 access_log_format = %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
2023-08-21 10:51:22 accesslog = None
2023-08-21 10:51:22 backlog = 2048
2023-08-21 10:51:22 bind = [':4000']
2023-08-21 10:51:22 ca_certs = None
2023-08-21 10:51:22 capture_output = False
2023-08-21 10:51:22 cert_reqs = 0
2023-08-21 10:51:22 certfile = None
2023-08-21 10:51:22 chdir = /usr/src/app
2023-08-21 10:51:22 check_config = False
2023-08-21 10:51:22 child_exit = <ChildExit.child_exit()>
2023-08-21 10:51:22 ciphers = None
2023-08-21 10:51:22 config = ./gunicorn.conf.py
2023-08-21 10:51:22 daemon = False
2023-08-21 10:51:22 default_proc_name = flask_app:app
2023-08-21 10:51:22 disable_redirect_access_to_syslog = False
2023-08-21 10:51:22 do_handshake_on_connect = False
2023-08-21 10:51:22 dogstatsd_tags =
2023-08-21 10:51:22 enable_stdio_inheritance = False
2023-08-21 10:51:22 errorlog = -
2023-08-21 10:51:22 forwarded_allow_ips = ['127.0.0.1']
2023-08-21 10:51:22 graceful_timeout = 30
2023-08-21 10:51:22 group = 0
2023-08-21 10:51:22 initgroups = False
2023-08-21 10:51:22 keepalive = 2
2023-08-21 10:51:22 keyfile = None
2023-08-21 10:51:22 limit_request_field_size = 8190
2023-08-21 10:51:22 limit_request_fields = 100
2023-08-21 10:51:22 limit_request_line = 4094
2023-08-21 10:51:22 logconfig = None
2023-08-21 10:51:22 logconfig_dict = {}
2023-08-21 10:51:22 logger_class = gunicorn.glogging.Logger
2023-08-21 10:51:22 loglevel = info
2023-08-21 10:51:22 max_requests = 0
2023-08-21 10:51:22 max_requests_jitter = 0
2023-08-21 10:51:22 nworkers_changed = <NumWorkersChanged.nworkers_changed()>
2023-08-21 10:51:22 on_exit = <OnExit.on_exit()>
2023-08-21 10:51:22 on_reload = <OnReload.on_reload()>
2023-08-21 10:51:22 on_starting = <OnStarting.on_starting()>
2023-08-21 10:51:22 paste = None
2023-08-21 10:51:22 pidfile = None
2023-08-21 10:51:22 post_fork = <Postfork.post_fork()>
2023-08-21 10:51:22 post_request = <PostRequest.post_request()>
2023-08-21 10:51:22 post_worker_init = <PostWorkerInit.post_worker_init()>
2023-08-21 10:51:22 pre_exec = <PreExec.pre_exec()>
2023-08-21 10:51:22 pre_fork = <Prefork.pre_fork()>
2023-08-21 10:51:22 pre_request = <PreRequest.pre_request()>
2023-08-21 10:51:22 preload_app = False
2023-08-21 10:51:22 print_config = True
2023-08-21 10:51:22 proc_name = None
2023-08-21 10:51:22 proxy_allow_ips = ['127.0.0.1']
2023-08-21 10:51:22 proxy_protocol = False
2023-08-21 10:51:22 pythonpath = None
2023-08-21 10:51:22 raw_env = []
2023-08-21 10:51:22 raw_paste_global_conf = []
2023-08-21 10:51:22 reload = False
2023-08-21 10:51:22 reload_engine = auto
2023-08-21 10:51:22 reload_extra_files = []
2023-08-21 10:51:22 reuse_port = False
2023-08-21 10:51:22 secure_scheme_headers = {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
2023-08-21 10:51:22 sendfile = None
2023-08-21 10:51:22 spew = False
2023-08-21 10:51:22 ssl_version = 2
2023-08-21 10:51:22 statsd_host = None
2023-08-21 10:51:22 statsd_prefix =
2023-08-21 10:51:22 strip_header_spaces = False
2023-08-21 10:51:22 suppress_ragged_eofs = True
2023-08-21 10:51:22 syslog = False
2023-08-21 10:51:22 syslog_addr = udp://localhost:514
2023-08-21 10:51:22 syslog_facility = user
2023-08-21 10:51:22 syslog_prefix = None
2023-08-21 10:51:22 threads = 1
2023-08-21 10:51:22 timeout = 0
2023-08-21 10:51:22 tmp_upload_dir = None
2023-08-21 10:51:22 umask = 0
2023-08-21 10:51:22 user = 0
2023-08-21 10:51:22 when_ready = <WhenReady.when_ready()>
2023-08-21 10:51:22 worker_abort = <WorkerAbort.worker_abort()>
2023-08-21 10:51:22 worker_class = sync
2023-08-21 10:51:22 worker_connections = 1000
2023-08-21 10:51:22 worker_exit = <WorkerExit.worker_exit()>
2023-08-21 10:51:22 worker_int = <WorkerInt.worker_int()>
2023-08-21 10:51:22 worker_tmp_dir = None
2023-08-21 10:51:22 workers = 1
2023-08-21 10:51:22 wsgi_app = None
Downloading: 100%|██████████| 1.35k/1.35k [00:00<00:00, 547kB/s]
Downloading: 100%|██████████| 231M/231M [00:55<00:00, 4.40MB/s]506390Z [00:39<00:15, 5.28MB/s]
Downloading: 100%|██████████| 773k/773k [00:00<00:00, 865kB/s]
Downloading: 100%|██████████| 1.74k/1.74k [00:00<00:00, 676kB/s]
Downloading: 100%|██████████| 1.92k/1.92k [00:00<00:00, 489kB/s]
2023-08-21 10:52:31 [2023-08-21 05:22:31,964] INFO in logic: Loading inference model at path ./data/diabetes_model_grad_tree.pkl...
2023-08-21 10:52:32 [2023-08-21 05:22:32,070] INFO in logic: ...done
2023-08-21 10:52:32 [2023-08-21 05:22:32,070] INFO in logic: Loading dataset at path ./data/diabetes_test.csv...
2023-08-21 10:53:08 [2023-08-21 05:23:08,098] INFO in logic: ..done
2023-08-21 10:53:08 [2023-08-21 05:23:08,101] INFO in logic: Loading dataset at path ./data/diabetes_train.csv...
2023-08-21 10:53:08 [2023-08-21 05:23:08,148] INFO in logic: Loading explanations into conversation...
2023-08-21 10:53:08 [2023-08-21 05:23:08,159] INFO in explanation: Missed 308 items in cache lookup
Processing explanation selection 307: 100%|██████████| 308/308 [01:02<00:00, 4.91it/s]56/308 [00:54<00:09, 5.20it/s]
2023-08-21 10:54:11 [2023-08-21 05:24:11,029] INFO in logic: ...loaded 308 mega explainer explanations from cache!
2023-08-21 10:54:11 [2023-08-21 05:24:11,181] INFO in explanation: Missed 308 items in cache lookup
100%|██████████| 1/1 [00:01<00:00, 1.62s/it]
100%|██████████| 1/1 [00:00<00:00, 2.25it/s]t]
100%|██████████| 1/1 [00:00<00:00, 1.74it/s]s]
100%|██████████| 1/1 [00:00<00:00, 2.29it/s]s]
100%|██████████| 1/1 [00:00<00:00, 2.21it/s]s]
100%|██████████| 1/1 [00:00<00:00, 2.40it/s]s]
100%|██████████| 1/1 [00:00<00:00, 2.91it/s]s]
100%|██████████| 1/1 [00:00<00:00, 1.91it/s]s]
100%|██████████| 1/1 [00:00<00:00, 1.52it/s]s]
100%|██████████| 1/1 [00:00<00:00, 1.52it/s]s]
100%|██████████| 1/1 [00:00<00:00, 1.19it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.13it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.11it/s]/s]
100%|██████████| 1/1 [00:01<00:00, 1.41s/it]/s]
100%|██████████| 1/1 [00:14<00:00, 14.31s/it]/s]
100%|██████████| 1/1 [00:17<00:00, 17.18s/it]it]
100%|██████████| 1/1 [00:10<00:00, 10.69s/it]it]
100%|██████████| 1/1 [00:03<00:00, 3.37s/it]it]
100%|██████████| 1/1 [00:05<00:00, 5.15s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.57s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.64s/it]it]
100%|██████████| 1/1 [00:00<00:00, 1.39it/s]it]
100%|██████████| 1/1 [00:00<00:00, 1.33it/s]it]
100%|██████████| 1/1 [00:01<00:00, 1.55s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.54s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.74s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.40s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.80s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.14s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.52s/it]it]
100%|██████████| 1/1 [00:00<00:00, 2.38it/s]it]
100%|██████████| 1/1 [00:01<00:00, 1.91s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.98s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.84s/it]it]
100%|██████████| 1/1 [00:05<00:00, 5.60s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.52s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.24s/it]it]
100%|██████████| 1/1 [00:03<00:00, 3.48s/it]it]
100%|██████████| 1/1 [00:03<00:00, 3.22s/it]it]
100%|██████████| 1/1 [00:03<00:00, 3.52s/it]it]
100%|██████████| 1/1 [00:04<00:00, 4.82s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.04s/it]it]
100%|██████████| 1/1 [00:02<00:00, 2.67s/it]it]
100%|██████████| 1/1 [00:01<00:00, 1.66s/it]it]
100%|██████████| 1/1 [00:00<00:00, 1.71it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.73it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.13it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.25it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.39it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.94it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.02it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.13it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.28it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.09it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.90it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.20it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.97it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.49it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.13it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.49it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.93it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.86it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.26it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.83it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.46it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.46it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.75it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.26it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.78it/s]/s]
100%|██████████| 1/1 [00:01<00:00, 1.12s/it]/s]
100%|██████████| 1/1 [00:00<00:00, 1.71it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.26it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.42it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.23it/s]/s]
100%|██████████| 1/1 [00:02<00:00, 2.01s/it]/s]
100%|██████████| 1/1 [00:00<00:00, 1.28it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.32it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.28it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.32it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.30it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.55it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.99it/s]/s]
100%|██████████| 1/1 [00:02<00:00, 2.18s/it]/s]
100%|██████████| 1/1 [00:00<00:00, 1.76it/s]it]
100%|██████████| 1/1 [00:00<00:00, 2.14it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.84it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.40it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.89it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.73it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.89it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.20it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.94it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.71it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.72it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.37it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.67it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.21it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 2.85it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 3.41it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.54it/s]/s]
100%|██████████| 1/1 [00:00<00:00, 1.94it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.68it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.46it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.53it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.51it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.43it/s]t/s]
100%|██████████| 1/1 [00:41<00:00, 41.43s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.34it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.32it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.59it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.88it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.38it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 3.50it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.46it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.83it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.58it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.78it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.07it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.47it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.17s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.16it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.99it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.19it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.06it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.67it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.03s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.07it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.33it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.14s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.56it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.20s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.00it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.57s/it]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.77s/it]/it]
100%|██████████| 1/1 [00:01<00:00, 1.04s/it]/it]
100%|██████████| 1/1 [00:00<00:00, 1.66it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.79it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.66it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.09s/it]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.05s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.65it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.08s/it]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.56s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.37it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.25it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.51it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.37it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.87it/s]t/s]
100%|██████████| 1/1 [00:02<00:00, 2.21s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.70it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.75it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.37it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.03it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.38it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.97it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.15it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.60it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.13it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.38it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.74it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.65it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.81it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.81it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.74it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.50it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.76it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.37it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.78it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.53it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.20it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.80it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.93it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.03it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.66it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.18it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.09it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.97it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.52it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.79it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.98it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.09it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.39it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.01it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.09it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.64it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.60it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.73it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.94it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.33it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.46it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.54it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.98it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.64it/s]t/s]
100%|██████████| 1/1 [00:05<00:00, 5.06s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.57it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.03it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.02it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 1.92it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.83it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.50it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.79it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.91it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 4.30it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.37it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.57it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.22it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.49it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.35it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.18it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.28it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.92it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.84it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.86it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.03it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.48it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.54it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.00it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.23it/s]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.04s/it]t/s]
100%|██████████| 1/1 [00:01<00:00, 1.26s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.67it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.34it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.57it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.50it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.06it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.47it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.07it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.18it/s]t/s]
100%|██████████| 1/1 [00:06<00:00, 6.85s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 4.79it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.27it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.71it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.34it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.94it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.40it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.86it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.69it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.00it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.28it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.85it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.66it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.15it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.91it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.20it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.78it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.72it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.27it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.17it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.88it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.61it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.20it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.20it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.32it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.13it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.25it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.42it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.46it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.79it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.80it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.60it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.82it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.95it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.27it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.89it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.06it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 1.41it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.29it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.86it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.30it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.23it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.71it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.34it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.07it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.21it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.83it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.79it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.84it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.10it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.01it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.11it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.83it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.24it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.13it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.62it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.10it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.12it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.62it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.31it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.65it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.06it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.16it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.21it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.30it/s]t/s]
100%|██████████| 1/1 [00:02<00:00, 2.67s/it]t/s]
100%|██████████| 1/1 [00:00<00:00, 2.70it/s]/it]
100%|██████████| 1/1 [00:00<00:00, 2.00it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.04it/s]t/s]
100%|██████████| 1/1 [00:00<00:00, 3.32it/s]t/s]
100%|██████████| 308/308 [05:21<00:00, 1.04s/it]
2023-08-21 10:59:33 [2023-08-21 05:29:33,051] INFO in logic: ...loaded 308 dice tabular explanations from cache!

@Benediktherlt
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants