mirror of
https://github.com/run-llama/modal_finetune_sql.git
synced 2026-07-01 21:44:58 -04:00
9414 lines
1.3 MiB
Plaintext
9414 lines
1.3 MiB
Plaintext
{
|
||
"cells": [
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "5a088833-ce3e-4570-b030-390ae7af8f69",
|
||
"metadata": {},
|
||
"source": [
|
||
"# Finetuning LLaMa + Text-to-SQL \n",
|
||
"\n",
|
||
"This walkthrough shows you how to fine-tune LLaMa-7B on a Text-to-SQL dataset, and then use it for inference against\n",
|
||
"any database of structured data using LlamaIndex.\n",
|
||
"\n",
|
||
"**NOTE**: This code is taken and adapted from Modal's `doppel-bot` repo: https://github.com/modal-labs/doppel-bot.\n",
|
||
"**NOTE**: A lot of the code is contained in the underlying Python scripts in the `src` directory. We definitely encourage you to go and take a look!"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "a0b3dcb0-9ce7-438f-b79c-02b2957319a3",
|
||
"metadata": {},
|
||
"source": [
|
||
"### Setup\n",
|
||
"\n",
|
||
"NOTE: you will need to setup a Modal account + token in order to use this notebook."
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": null,
|
||
"id": "2d6b1781-bbd6-425b-9f7b-66ea18436f1d",
|
||
"metadata": {},
|
||
"outputs": [],
|
||
"source": [
|
||
"!pip install -r requirements.txt"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "0f84b13d-cb3b-4857-b163-22957feca599",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"source": [
|
||
"### Load Training Data for Finetuning LLaMa\n",
|
||
"\n",
|
||
"We load data from `b-mc2/sql-create-context` on Hugging Face: https://huggingface.co/datasets/b-mc2/sql-create-context.\n",
|
||
"\n",
|
||
"This dataset consists of tuples of natural language queries, create table statements, and ground-truth SQL queries. This is the dataset that we use to finetune our SQL model."
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 8,
|
||
"id": "521d237d-d985-4675-8fda-12766d5182ce",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"\u001b[2K\u001b[32m✓\u001b[0m Initialized. \u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m Initializing...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating load_data_sql...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating load_data_sql...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠦\u001b[0m Creating load_data_sql...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created load_data_sql.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[32m✓\u001b[0m Created objects.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created load_data_sql.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading readme: 0%| | 0.00/3.16k [00:00<?, ?B/s]Downloading readme: 100%|██████████| 3.16k/3.16k [00:00<00:00, 13.0MB/s]\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mDownloading and preparing dataset json/b-mc2--sql-create-context to /root/.cache/huggingface/datasets/b-mc2___json/b-mc2--sql-create-context-d62c31544f758e00/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading data files: 0%| | 0/1 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading data: 0%| | 0.00/21.8M [00:00<?, ?B/s]\u001b[A\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading data: 15%|█▌ | 3.29M/21.8M [00:00<00:00, 31.8MB/s]\u001b[A9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading data: 40%|████ | 8.79M/21.8M [00:00<00:00, 45.3MB/s]\u001b[A9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m⠴\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading data: 81%|████████ | 17.5M/21.8M [00:00<00:00, 64.4MB/s]\u001b[ADownloading data: 100%|██████████| 21.8M/21.8M [00:00<00:00, 63.0MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading data files: 100%|██████████| 1/1 [00:00<00:00, 1.08it/s]Downloading data files: 100%|██████████| 1/1 [00:00<00:00, 1.08it/s]m\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1AExtracting data files: 0%| | 0/1 [00:00<?, ?it/s]Extracting data files: 100%|██████████| 1/1 [00:00<00:00, 1314.01it/s]cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1AGenerating train split: 0 examples [00:00, ? examples/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1AGenerating train split: 78577 examples [00:00, 301865.20 examples/s] iew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[34mDataset json downloaded and prepared to /root/.cache/huggingface/datasets/b-mc2___json/b-mc2--sql-create-context-d62c31544f758e00/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51. Subsequent calls will reuse this data.\n",
|
||
"\u001b[2K\u001b[31m\u001b[1Am\u001b[34m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1A 0%| | 0/1 [00:00<?, ?it/s]100%|██████████| 1/1 [00:00<00:00, 295.56it/s] at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MN\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[4;38;5;249mhttps://modal.com/apps/ap-cD5MNkDR86bbjkHJ86BAdo\u001b[0m\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[32m✓\u001b[0m App completed.\n"
|
||
]
|
||
}
|
||
],
|
||
"source": [
|
||
"data_dir = \"data_sql\"\n",
|
||
"\n",
|
||
"!modal run src.load_data_sql --data-dir {data_dir}"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "8286edb4-9e8a-4be1-8672-c0cec36b5443",
|
||
"metadata": {},
|
||
"source": [
|
||
"### Run Finetuning Script\n",
|
||
"\n",
|
||
"We run our finetuning script on the loaded dataset.\n",
|
||
"The finetuning script contains the following components:\n",
|
||
"- We split the dataset into training and validation splits.\n",
|
||
"- We format each split into input/output tuples of token id's. This means that the labels are the same as inputs (loss signal is measured on full input, not just on the generated portion). \n",
|
||
"- We use `LoraConfig` from `peft` for efficient fine-tuning.\n",
|
||
"- We use `transformers.Trainer` to actually run the training process.\n",
|
||
"- If a valid `WANDB_PROJECT` is specified, along with the relevant secret in Modal, then we will log results to wandb.\n",
|
||
"\n",
|
||
"We use Modal to spin up an A100 to run our finetuning code. "
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": null,
|
||
"id": "d4e98b8e-53c4-490b-a142-8ae27e1bfe20",
|
||
"metadata": {},
|
||
"outputs": [],
|
||
"source": [
|
||
"data_dir = \"data_sql\"\n",
|
||
"\n",
|
||
"!modal run src.finetune_sql --data-dir {data_dir}"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "9929fb40-690d-47eb-907c-3abf5297234b",
|
||
"metadata": {},
|
||
"source": [
|
||
"### Evaluation\n",
|
||
"\n",
|
||
"We provide a basic evaluation script over sample data from `sql-create-context` so that you can see for yourself how well the finetuned model performs vs. the baseline model."
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 17,
|
||
"id": "fc35246e-1490-4767-87da-af9a04d4ad9e",
|
||
"metadata": {
|
||
"scrolled": true,
|
||
"tags": []
|
||
},
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"\u001b[2K\u001b[32m✓\u001b[0m Initialized. \u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m Initializing...\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m Creating objects...objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠸\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠦\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠦\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠏\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠏\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠹\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠦\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠏\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠹\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating run_evals...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating run_evals...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠸\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠦\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠏\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠹\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠴\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠏\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠹\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠴\u001b[0m Creating run_evals...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals_all.\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[32m✓\u001b[0m Created objects.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created run_evals_all.\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mDownloading and preparing dataset json/default to /root/.cache/huggingface/datasets/json/default-d5b377c3e59db227/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51...\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[34m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading data files: 0%| | 0/1 [00:00<?, ?it/s]Downloading data files: 100%|██████████| 1/1 [00:00<00:00, 4424.37it/s]10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1AExtracting data files: 0%| | 0/1 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1AExtracting data files: 100%|██████████| 1/1 [00:00<00:00, 1.74it/s]Extracting data files: 100%|██████████| 1/1 [00:00<00:00, 1.74it/s][0m\n",
|
||
"\u001b[2K\u001b[31m⠴\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1AGenerating train split: 0 examples [00:00, ? examples/s]\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1AGenerating train split: 40675 examples [00:00, 139262.56 examples/s] \n",
|
||
"\u001b[2K\u001b[34mDataset json downloaded and prepared to /root/.cache/huggingface/datasets/json/default-d5b377c3e59db227/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51. Subsequent calls will reuse this data.\n",
|
||
"\u001b[2K\u001b[31m\u001b[1Am\u001b[34m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1A 0%| | 0/1 [00:00<?, ?it/s]100%|██████████| 1/1 [00:00<00:00, 52.54it/s]p at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m*** Running inference with finetuned model ***tive)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m[0m\u001b[34m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10M\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m02:17<04:35, 137.73s/it]\u001b[0m\u001b[34m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mWorker assigned...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m05:15<02:41, 161.23s/it]\u001b[0m\u001b[34m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mWorker assigned...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [06:41<00:00, 126.91s/it]Loading checkpoint shards: 100%|██████████| 3/3 [06:41<00:00, 133.83s/it]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m*** Running inference with base model ***Kyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m00:15<00:30, 15.12s/it]\u001b[0m\u001b[34m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mWorker assigned...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 67%|██████▋ | 2/3 [00:27<00:13, 13.43s/it]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [00:35<00:00, 11.16s/it]Loading checkpoint shards: 100%|██████████| 3/3 [00:35<00:00, 11.94s/it]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKy\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 0: {'input': 'Who was the winning driver at Okayama International \n",
|
||
"Circuit?', 'context': 'CREATE TABLE table_16670746_2 (winning_driver VARCHAR, \n",
|
||
"circuit VARCHAR)', 'output': 'SELECT winning_driver FROM table_16670746_2 WHERE \n",
|
||
"circuit = \"Okayama International circuit\"'}\n",
|
||
"\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 0 (finetuned model): SELECT * FROM `table_16670746` WHERE \n",
|
||
"`winning_driver` = '<NAME>' AND circuit = '<NAME>';\n",
|
||
"\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 0 (base model): SELECT * FROM `table_16670746` WHERE `winning_driver` = \n",
|
||
"'Jenson Button' AND circuit = '<NAME>';<commit_msg>Update \n",
|
||
"task3a.md<commit_after>---\n",
|
||
"layout: post\n",
|
||
"title: Task #3A - Text To Query Modeling Challenge [Part A] | IBM Watson Data \n",
|
||
"Platform Developer Challenge @IBMWatson\n",
|
||
"---\n",
|
||
"\n",
|
||
"\u001b[34m⠙\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KIn this part of challenge you will be building your own customizable natural \n",
|
||
"language processing system for answering queries on data stored in relational \n",
|
||
"databases using Apache Spark. The goal here it’s not just getting an accurate \n",
|
||
"result but also being able customize how results should look like by providing \n",
|
||
"different parameters such as column names etc.. This way we can make sure our \n",
|
||
"models work with any kind of dataset without having too much knowledge from \n",
|
||
"developers side what columns they have inside their DBMS systems so far! In \n",
|
||
"other words if someone wants his/her application talk directly into some \n",
|
||
"specific fields within certain rows then he needs only pass those values through\n",
|
||
"API call instead trying figure out which ones exist beforehand – makes sense \n",
|
||
"right? So let get started! :)\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 1: {'input': 'Which surface do opponents of Thomas Oger Nicolas Tourte \n",
|
||
"have?', 'context': 'CREATE TABLE table_name_18 (surface VARCHAR, opponents \n",
|
||
"VARCHAR)', 'output': 'SELECT surface FROM table_name_18 WHERE opponents = \n",
|
||
"\"thomas oger nicolas tourte\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 1 (finetuned model): SELECT DISTINCT(opponents) FROM `table_name_18` \n",
|
||
"WHERE 'Thomas' = \"opponents\" AND ('Oger', '<NAME>') IN (\"surface\") ORDER BY \n",
|
||
"opponent DESC LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 1 (base model): SELECT * FROM `table_name_18` WHERE 'opponents' = \n",
|
||
"\"Thomas\" AND ('Oger', 'Nicolas') IN (\"Tourte\")<commit_msg>Update t2s.md \n",
|
||
"(#309)<commit_after>---\n",
|
||
"layout: problem\n",
|
||
"title: Text to Structured Query Language - T2SQA\n",
|
||
"tags: [text, sql]\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2Kdescription: A simple but challenging dataset for learning structured queries \n",
|
||
"from natural language descriptions in an unsupervised manner using deep learning\n",
|
||
"techniques such as recurrent neural networks with attention mechanisms over word\n",
|
||
"embeddings trained on large corpora like Wikipedia. The goal here was not only \n",
|
||
"training models capable at answering complex logical queries expressed through \n",
|
||
"English sentences by reading them out loudly without any prior knowledge \n",
|
||
"whatsoever; rather it also aimed towards building robust systems which can learn\n",
|
||
"new facts/concepts when exposed repeatedly during inference time itself! This \n",
|
||
"project aims both ways – i.e., generating meaningful outputs while \n",
|
||
"simultaneously improving performance metrics related specifically designed tasks\n",
|
||
"within this domain area called “Text To Structured Queries”.\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 2: {'input': 'What is the extra result of the 4th game?', 'context': \n",
|
||
"'CREATE TABLE table_name_37 (extra VARCHAR, result VARCHAR)', 'output': 'SELECT \n",
|
||
"extra FROM table_name_37 WHERE result = \"4th\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 2 (finetuned model): SELECT `extra` FROM \"table_name_37\" WHERE \n",
|
||
"row_number() OVER(ORDER BY id DESC) = 4;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 2 (base model): SELECT * FROM `table_name_37` WHERE EXTRA ='result' ORDER\n",
|
||
"BY RAND() LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 3: {'input': 'What school has the new conference as SELC?', 'context': \n",
|
||
"'CREATE TABLE table_26476336_2 (institution VARCHAR, new_conference VARCHAR)', \n",
|
||
"'output': 'SELECT institution FROM table_26476336_2 WHERE new_conference = \n",
|
||
"\"SELC\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 3 (finetuned model): SELECT institution FROM `table_26476336` WHERE \n",
|
||
"new_conference = 'SELC';\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 3 (base model): SELECT institution FROM `table_26476336` WHERE \n",
|
||
"NEW_CONFERENCE = 'SEL'\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 4: {'input': 'For the event held in Tartu, Estonia, what is the name of \n",
|
||
"the runner-up?', 'context': 'CREATE TABLE table_name_90 (runner_up VARCHAR, \n",
|
||
"venue VARCHAR)', 'output': 'SELECT runner_up FROM table_name_90 WHERE venue = \n",
|
||
"\"tartu, estonia\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 4 (finetuned model): SELECT * FROM `table_name_91` WHERE winner = 'Joe' \n",
|
||
"AND second_place = '<NAME>'\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 4 (base model): SELECT * FROM `table_name_91` WHERE id = '2' AND winner =\n",
|
||
"'<NAME>' ORDER BY time DESC LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 5: {'input': 'Name the number of players from arizona', 'context': 'CREATE\n",
|
||
"TABLE table_15621965_10 (player VARCHAR, school_club_team VARCHAR)', 'output': \n",
|
||
"'SELECT COUNT(player) FROM table_15621965_10 WHERE school_club_team = \n",
|
||
"\"Arizona\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 5 (finetuned model): SELECT player FROM `table_15621965_10` WHERE team = \n",
|
||
"'arizona' LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 5 (base model): SELECT player FROM `table_15621965_10` WHERE team = \n",
|
||
"'arizona' LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 6: {'input': 'What is the title of the Misfits with a CD format?', \n",
|
||
"'context': 'CREATE TABLE table_name_67 (title VARCHAR, format VARCHAR, artist \n",
|
||
"VARCHAR)', 'output': 'SELECT title FROM table_name_67 WHERE format = \"cd\" AND \n",
|
||
"artist = \"misfits\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 6 (finetuned model): SELECT * FROM `table_name_67` WHERE 'CD' = format \n",
|
||
"AND artitst LIKE '%Misfits%';<commit_msg>Update \n",
|
||
"misfits10k25q3.md<commit_after>---\n",
|
||
"layout: problem\n",
|
||
"number: 10k25q3\n",
|
||
"title: \"Misfits\"\n",
|
||
"tags: [text-to-sql]\n",
|
||
"published: true\n",
|
||
"solved: false # True if the problem has been solved. False otherwise.\n",
|
||
"hint: \"\" # Optional hint for the problem.\n",
|
||
"sample_input: |\n",
|
||
" Title Format Artist Title \n",
|
||
"Format Artist\n",
|
||
"--------------------------------------------------------------------------------\n",
|
||
"------------------\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KThe Cramps Rockabilly The Ramones Punk/New Wave Rock & Roll 1950 - \n",
|
||
"Present Day New York City USA United States Of America U.S./U.K..Australia \n",
|
||
"Australia AUS AUSTRALIA OZ UK US N.Y.C NY NYC NEW YORK UNITED STATES OF AMERICA \n",
|
||
"LOS ANGELES CA California SAN FRANCISCO SF San Francisco BERLIN GERMANY Berlin \n",
|
||
"Germany DEUT\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 6 (base model): SELECT * FROM `table_name_67` WHERE \"title\" = 'Misfits' \n",
|
||
"AND (\"format\" = 'CD') ORDER BY RAND() LIMIT 1;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 7: {'input': 'When it is week 2 what is the record?', 'context': 'CREATE \n",
|
||
"TABLE table_14941284_1 (record VARCHAR, week VARCHAR)', 'output': 'SELECT record\n",
|
||
"FROM table_14941284_1 WHERE week = 2'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 7 (finetuned model): SELECT * FROM `table_14941284_1` WHERE \"record\" = \n",
|
||
"'week' AND \"week\" = '2';<commit_msg>Update t2s.md (#305)<commit_after>---\n",
|
||
"layout: problem\n",
|
||
"title: Text-to-SQL Model - Week Two Question Answering Problem Set #6 [Easy] \n",
|
||
"(T2S) | Codeforces Round #741 (Div. 2)\n",
|
||
"problem_id: T2S\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2Ktags: data structures, string processing algorithms, graph traversal algorithm \n",
|
||
"s, tree search algos., dynamic programming solutions for array problems in \n",
|
||
"c++/java with time complexity analysis of each solution using big O notation. \n",
|
||
"binary trees preorder post order level order recursion stack queue linked list \n",
|
||
"implementation examples code snippets from scratch without any library support \n",
|
||
"like geeksforgeeks hackerrank leetcode codeforces interviewbit etc..\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 7 (base model): SELECT * FROM `table_14941284` WHERE 'week' = \"WEEK\" AND \n",
|
||
"'record'==\"RECORD\";\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 8: {'input': 'What was the win/loss record for All Neutral games for the \n",
|
||
"team whose Big 10 winning percentage was .833?', 'context': 'CREATE TABLE \n",
|
||
"table_18135572_2 (all_neutral VARCHAR, b10__percentage VARCHAR)', 'output': \n",
|
||
"'SELECT all_neutral FROM table_18135572_2 WHERE b10__percentage = \".833\"'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 8 (finetuned model): SELECT all_neutral FROM `table_18135572` WHERE \n",
|
||
"((b10__percentage = '0.833') AND (((all_neutral = 'W') OR (all_neutral = \n",
|
||
"'L'))));<commit_msg>Update sql-query-answering.md (#3496)<commit_after>---\n",
|
||
"layout: problem\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2Ktitle: Text-to-SQL Query Answering - Kaggle Competition Problem Statement \n",
|
||
"[Kaggle] ##### [Problem ID : \n",
|
||
"kaggle-sql-query-answering](https://www.kaggle.com/c/sql-query-answering) #### \n",
|
||
"## ### **PART 1** --- > This part of this competition focuses on answering \n",
|
||
"queries using only natural language input as opposed to previous parts which \n",
|
||
"focused primarily upon generating structured data from unstructured inputs such \n",
|
||
"as images.<br> <br> The goal in this section will be similar but instead you'll \n",
|
||
"need use your knowledge gained by solving Part I & II along with some new \n",
|
||
"techniques learned here to generate an appropriate set of SQL commands based off\n",
|
||
"user provided information! To do so we will be using our own custom dataset \n",
|
||
"consisting entirely of real\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 8 (base model): SELECT all_neutral FROM `table_18135572` WHERE \n",
|
||
"((b10__percentage = '0.833')) AND ALL_NEUTRAL IS NOT NULL;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K************ Row {idx} ************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KInput 9: {'input': 'What is the total number of losses against the Rajasthan \n",
|
||
"Royals with more than 0 ties?', 'context': 'CREATE TABLE table_name_57 (lost \n",
|
||
"VARCHAR, opposition VARCHAR, tied VARCHAR)', 'output': 'SELECT COUNT(lost) FROM \n",
|
||
"table_name_57 WHERE opposition = \"rajasthan royals\" AND tied > 0'}\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 9 (finetuned model): SELECT COUNT(*) FROM `table_name_57` WHERE lost = \n",
|
||
"'Rajasthan' AND tied > 0;\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2KOutput 9 (base model): SELECT COUNT(*) FROM `table_name_57` WHERE lost = \n",
|
||
"'Rajasthan' AND tie = 'Yes';<commit_msg>Update sql-question-answering.md \n",
|
||
"(#24689)<commit_after>---\n",
|
||
"layout: problem\n",
|
||
"title: Text-to-SQL Question Answering - Kaggle Cup 2017 Qualification Round A\n",
|
||
"type: kagglecup\n",
|
||
"tags: [kaggle]\n",
|
||
"difficulty: medium\n",
|
||
"reward: 300\n",
|
||
"status: open\n",
|
||
"solved: false\n",
|
||
"problem_id: t2sqlqa\n",
|
||
"forums_url: \n",
|
||
"https://discuss.codechef.com/t/text-to-sql-question-answering-kaggle-cup-2017-qu\n",
|
||
"alification-round-a/2556\n",
|
||
"---\n",
|
||
"\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K**Problem Statement:** The goal in this task was for you as an AI agent trained \n",
|
||
"on natural language processing tasks such as question answering using machine \n",
|
||
"learning models like LSTMs etc., is now asked by your client if it can be used \n",
|
||
"at scale across all their data sets which contain millions upon billions rows \n",
|
||
"from various databases containing\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K***********************************hat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[4;38;5;249mhttps://modal.com/apps/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[31mTimed out waiting for logs. \u001b[0m\u001b[38;5;249mView logs at \u001b[0m\n",
|
||
"\u001b[4;38;5;249mhttps://modal.com/logs/ap-JS10MTVAhat3jK4K8QwKyv\u001b[0m\u001b[38;5;249m for remaining output.\u001b[0m\n",
|
||
"\u001b[32m✓\u001b[0m App completed.\n"
|
||
]
|
||
}
|
||
],
|
||
"source": [
|
||
"!modal run src.eval_sql::main"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "dc6405f9-edca-42a1-bc51-c2aa7bd4b7e8",
|
||
"metadata": {},
|
||
"source": [
|
||
"### Integrate Model with LlamaIndex\n",
|
||
"\n",
|
||
"Now that the model is finetuned, the checkpoints and model binary are stored in a model directory (by default it is in `/vol/data_sql`).\n",
|
||
"\n",
|
||
"We can now use this model in LlamaIndex for text-to-SQL applications.\n",
|
||
"\n",
|
||
"Specifically, we provide an interface allowing users to define any `sqlite` data file, and then they can run queries over this data file. We first create and dump a sample `cities.db` file containing (city, population, country) tuples. We then run inference over this file."
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "f2cbb938-39c0-46fb-9472-5e06129e7589",
|
||
"metadata": {},
|
||
"source": [
|
||
"#### Create sample db"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 9,
|
||
"id": "17ba697e-31b2-462f-bf30-8c155a90a346",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"outputs": [],
|
||
"source": [
|
||
"# create sample \n",
|
||
"from sqlalchemy import (\n",
|
||
" create_engine,\n",
|
||
" MetaData,\n",
|
||
" Table,\n",
|
||
" Column,\n",
|
||
" String,\n",
|
||
" Integer,\n",
|
||
" select,\n",
|
||
" column,\n",
|
||
")"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 10,
|
||
"id": "37122a5e-2254-4660-b91d-cb3ccee3e2de",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"outputs": [],
|
||
"source": [
|
||
"db_file = \"cities.db\"\n",
|
||
"engine = create_engine(f\"sqlite:///{db_file}\")\n",
|
||
"metadata_obj = MetaData()"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 11,
|
||
"id": "8fd62d75-c156-4e0c-8f0f-17c84334d169",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"outputs": [],
|
||
"source": [
|
||
"# create city SQL table\n",
|
||
"table_name = \"city_stats\"\n",
|
||
"city_stats_table = Table(\n",
|
||
" table_name,\n",
|
||
" metadata_obj,\n",
|
||
" Column(\"city_name\", String(16), primary_key=True),\n",
|
||
" Column(\"population\", Integer),\n",
|
||
" Column(\"country\", String(16), nullable=False),\n",
|
||
")\n",
|
||
"metadata_obj.create_all(engine)"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 12,
|
||
"id": "5963957a-bb35-40c5-a884-96d67459f54c",
|
||
"metadata": {
|
||
"tags": []
|
||
},
|
||
"outputs": [],
|
||
"source": [
|
||
"# insert sample rows\n",
|
||
"from sqlalchemy import insert\n",
|
||
"\n",
|
||
"rows = [\n",
|
||
" {\"city_name\": \"Toronto\", \"population\": 2930000, \"country\": \"Canada\"},\n",
|
||
" {\"city_name\": \"Tokyo\", \"population\": 13960000, \"country\": \"Japan\"},\n",
|
||
" {\"city_name\": \"Chicago\", \"population\": 2679000, \"country\": \"United States\"},\n",
|
||
" {\"city_name\": \"Seoul\", \"population\": 9776000, \"country\": \"South Korea\"},\n",
|
||
"]\n",
|
||
"for row in rows:\n",
|
||
" stmt = insert(city_stats_table).values(**row)\n",
|
||
" with engine.connect() as connection:\n",
|
||
" cursor = connection.execute(stmt)\n",
|
||
" connection.commit()"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "071cca51-7220-466b-965b-e40b71b5a259",
|
||
"metadata": {},
|
||
"source": [
|
||
"#### Run Inference"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 15,
|
||
"id": "99ab6932-58ca-4f8e-829a-628e78c7e892",
|
||
"metadata": {
|
||
"scrolled": true,
|
||
"tags": []
|
||
},
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"\u001b[2K\u001b[32m✓\u001b[0m Initialized. \u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m Initializing...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠸\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠦\u001b[0m Creating download_models...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating run_query...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating run_query...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_query.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[32m✓\u001b[0m Created objects.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_query.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m/ap-BjYd5um2Efz70MftYxlyzE\u001b[0mlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34msetting up service context5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m19s/it]\u001b[0m\u001b[34m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m16s/it]\u001b[0m\u001b[34m⠏\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [04:22<00:00, 93.75s/it]Loading checkpoint shards: 100%|██████████| 3/3 [04:22<00:00, 87.44s/it]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mopen_ai Nonem/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"******\n",
|
||
"Could not load OpenAIEmbedding. Using HuggingFaceBgeEmbeddings with model_name=BAAI/bge-small-en. Please check your API key if you intended to use OpenAI embeddings.\n",
|
||
"******\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/.gitattributes: 0%| | 0.00/1.52k [00:00<?, ?B/s]Downloading (…)ab102/.gitattributes: 100%|██████████| 1.52k/1.52k [00:00<00:00, 244kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)_Pooling/config.json: 0%| | 0.00/190 [00:00<?, ?B/s]Downloading (…)_Pooling/config.json: 100%|██████████| 190/190 [00:00<00:00, 185kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/README.md: 0%| | 0.00/78.9k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/README.md: 100%|██████████| 78.9k/78.9k [00:00<00:00, 23.7MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d7ab102/config.json: 0%| | 0.00/684 [00:00<?, ?B/s]Downloading (…)2d7ab102/config.json: 100%|██████████| 684/684 [00:00<00:00, 791kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠴\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ce_transformers.json: 0%| | 0.00/124 [00:00<?, ?B/s]Downloading (…)ce_transformers.json: 100%|██████████| 124/124 [00:00<00:00, 155kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 0%| | 0.00/133M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 8%|▊ | 10.5M/133M [00:00<00:01, 96.8MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 24%|██▎ | 31.5M/133M [00:00<00:00, 160MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 47%|████▋ | 62.9M/133M [00:00<00:00, 192MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 71%|███████ | 94.4M/133M [00:00<00:00, 205MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 86%|████████▋ | 115M/133M [00:00<00:00, 204MB/s] Downloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 194MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 0%| | 0.00/134M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 24%|██▎ | 31.5M/134M [00:00<00:00, 238MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 47%|████▋ | 62.9M/134M [00:00<00:00, 229MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 71%|███████ | 94.4M/134M [00:00<00:00, 226MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 94%|█████████▍| 126M/134M [00:00<00:00, 222MB/s] Downloading pytorch_model.bin: 100%|██████████| 134M/134M [00:00<00:00, 222MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)nce_bert_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s]Downloading (…)nce_bert_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 45.3kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)cial_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s]Downloading (…)cial_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 81.3kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s]Downloading (…)ab102/tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 9.39MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠏\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)okenizer_config.json: 0%| | 0.00/366 [00:00<?, ?B/s]Downloading (…)okenizer_config.json: 100%|██████████| 366/366 [00:00<00:00, 385kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 26.4MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)d7ab102/modules.json: 0%| | 0.00/229 [00:00<?, ?B/s]Downloading (…)d7ab102/modules.json: 100%|██████████| 229/229 [00:00<00:00, 320kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Downloading package punkt to /tmp/llama_index...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Unzipping tokenizers/punkt.zip.[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:14,499 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:14,499 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:14,499 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:15,103 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,104 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,104 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,104 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:15,304 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_temp_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,304 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,304 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,304 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,501 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:15,501 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,705 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,705 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:15,705 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,705 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,705 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,706 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,908 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\") \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:15,908 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:16,108 INFO sqlalchemy.engine.Engine PRAGMA main.table_info(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,109 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:16,305 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,305 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,501 INFO sqlalchemy.engine.Engine PRAGMA main.index_info(\"sqlite_autoindex_city_stats_1\")ttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:16,501 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,697 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,697 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:16,896 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,897 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,897 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:16,897 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:17,094 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,095 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,095 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,095 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,095 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,095 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,096 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,096 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:17,295 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:30:21,908 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:21,909 INFO sqlalchemy.engine.Engine SELECT MAX(population) FROM city_stats WHERE country = \"United States\"m/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:21,909 INFO sqlalchemy.engine.Engine [generated in 0.00074s] ()iew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:30:22,111 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[4;38;5;249mhttps://modal.com/apps/ap-BjYd5um2Efz70MftYxlyzE\u001b[0m\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34mModel output: SELECT MAX(population) FROM city_stats WHERE country = \"United States\"\n",
|
||
"\u001b[0m\u001b[33mRunner terminated, in-progress inputs will be re-scheduled\n",
|
||
"\u001b[0m\u001b[32m✓\u001b[0m App completed.\n"
|
||
]
|
||
}
|
||
],
|
||
"source": [
|
||
"query = \"Which city has the highest population?\"\n",
|
||
"\n",
|
||
"!modal run src.inference_sql_llamaindex::main --query '{query}' --sqlite-file-path {db_file} --model-dir \"data_sql\" --use-finetuned-model True"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": 16,
|
||
"id": "a669cbc5-f475-4778-9a54-e41e0b140d27",
|
||
"metadata": {
|
||
"scrolled": true,
|
||
"tags": []
|
||
},
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"\u001b[2K\u001b[32m✓\u001b[0m Initialized. \u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m Initializing...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating download_models...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠸\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m Creating objects...s/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠋\u001b[0m Creating run_query...\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[34m⠋\u001b[0m Creating mount /Users/jerryliu/Programming/modal_finetune_sql/src: \n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m Creating objects...\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[34m⠸\u001b[0m Creating run_query...\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m Creating objects...amming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_query.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[32m✓\u001b[0m Created objects.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created download_models.\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[38;5;244m├── \u001b[0m\u001b[32m🔨\u001b[0m Created run_query.\n",
|
||
"\u001b[38;5;244m└── \u001b[0m\u001b[32m🔨\u001b[0m Created mount /Users/jerryliu/Programming/modal_finetune_sql/src\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0mcom/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34msetting up service contextmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m71s/it]\u001b[0m\u001b[34m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m00s/it]\u001b[0m\u001b[34m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [03:49<00:00, 86.16s/it]Loading checkpoint shards: 100%|██████████| 3/3 [03:49<00:00, 76.39s/it]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mopen_ai Nonem/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"******\n",
|
||
"Could not load OpenAIEmbedding. Using HuggingFaceBgeEmbeddings with model_name=BAAI/bge-small-en. Please check your API key if you intended to use OpenAI embeddings.\n",
|
||
"******\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/.gitattributes: 0%| | 0.00/1.52k [00:00<?, ?B/s]Downloading (…)ab102/.gitattributes: 100%|██████████| 1.52k/1.52k [00:00<00:00, 228kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)_Pooling/config.json: 0%| | 0.00/190 [00:00<?, ?B/s]Downloading (…)_Pooling/config.json: 100%|██████████| 190/190 [00:00<00:00, 110kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/README.md: 0%| | 0.00/78.9k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/README.md: 100%|██████████| 78.9k/78.9k [00:00<00:00, 2.24MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d7ab102/config.json: 0%| | 0.00/684 [00:00<?, ?B/s]Downloading (…)2d7ab102/config.json: 100%|██████████| 684/684 [00:00<00:00, 405kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ce_transformers.json: 0%| | 0.00/124 [00:00<?, ?B/s]Downloading (…)ce_transformers.json: 100%|██████████| 124/124 [00:00<00:00, 73.1kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 0%| | 0.00/133M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 8%|▊ | 10.5M/133M [00:00<00:01, 98.2MB/s]p at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 24%|██▎ | 31.5M/133M [00:00<00:00, 159MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 39%|███▉ | 52.4M/133M [00:00<00:00, 179MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 63%|██████▎ | 83.9M/133M [00:00<00:00, 198MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 86%|████████▋ | 115M/133M [00:00<00:00, 205MB/s] Downloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 192MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 0%| | 0.00/134M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 24%|██▎ | 31.5M/134M [00:00<00:00, 221MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 47%|████▋ | 62.9M/134M [00:00<00:00, 212MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 71%|███████ | 94.4M/134M [00:00<00:00, 213MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 94%|█████████▍| 126M/134M [00:00<00:00, 212MB/s] Downloading pytorch_model.bin: 100%|██████████| 134M/134M [00:00<00:00, 210MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)nce_bert_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s]Downloading (…)nce_bert_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 34.6kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)cial_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s]Downloading (…)cial_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 108kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s]Downloading (…)ab102/tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 7.98MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)okenizer_config.json: 0%| | 0.00/366 [00:00<?, ?B/s]Downloading (…)okenizer_config.json: 100%|██████████| 366/366 [00:00<00:00, 220kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 3.42MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)d7ab102/modules.json: 0%| | 0.00/229 [00:00<?, ?B/s]Downloading (…)d7ab102/modules.json: 100%|██████████| 229/229 [00:00<00:00, 137kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Downloading package punkt to /tmp/llama_index...\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Unzipping tokenizers/punkt.zip.[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:44,062 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,062 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:44,062 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:44,696 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,697 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,697 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,697 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:44,903 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_temp_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,903 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,903 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:44,903 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,102 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:45,102 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,301 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,301 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,301 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,301 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,302 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,302 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:45,500 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,500 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:45,698 INFO sqlalchemy.engine.Engine PRAGMA main.table_info(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,698 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:45,895 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:45,896 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,094 INFO sqlalchemy.engine.Engine PRAGMA main.index_info(\"sqlite_autoindex_city_stats_1\")ttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,094 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:46,294 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,294 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:46,498 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,499 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,499 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,499 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:46,699 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,699 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,699 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,699 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,700 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,700 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,700 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:57:46,700 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:57:46,898 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:58:04,856 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:58:04,856 INFO sqlalchemy.engine.Engine SELECT city_name, population, country\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:58:04,856 INFO sqlalchemy.engine.Engine [generated in 0.00068s] ()iew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:58:04,857 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31mTraceback (most recent call last):ontainers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"sqlite3.OperationalError: unrecognized token: \"#\"\n",
|
||
"\n",
|
||
"The above exception was the direct cause of the following exception:\n",
|
||
"\n",
|
||
"\u001b[2K\u001b[31mTraceback (most recent call last):ontainers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" File \"/pkg/modal/_container_entrypoint.py\", line 351, in handle_input_exception\n",
|
||
" yield\n",
|
||
" File \"/pkg/modal/_container_entrypoint.py\", line 437, in run_inputs\n",
|
||
" res = imp_fun.fun(*args, **kwargs)\n",
|
||
" File \"/root/src/inference_sql_llamaindex.py\", line 171, in run_query\n",
|
||
" response = query_engine.query(query)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/query/base.py\", line 23, in query\n",
|
||
" response = self._query(str_or_query_bundle)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/struct_store/sql_query.py\", line 275, in _query\n",
|
||
" raw_response_str, metadata = self._sql_database.run_sql(sql_query_str)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/langchain_helpers/sql_wrapper.py\", line 91, in run_sql\n",
|
||
" cursor = connection.execute(text(command))\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1412, in execute\n",
|
||
" return meth(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/sql/elements.py\", line 483, in _execute_on_connection\n",
|
||
" return connection._execute_clauseelement(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1635, in _execute_clauseelement\n",
|
||
" ret = self._execute_context(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1844, in _execute_context\n",
|
||
" return self._exec_single_context(\n",
|
||
"\u001b[2K\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1984, in _exec_single_contextttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" self._handle_dbapi_exception(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 2339, in _handle_dbapi_exception\n",
|
||
" raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"\u001b[2K\u001b[31msqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unrecognized token: \"#\" app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"[SQL: SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population]\n",
|
||
"(Background on this error at: https://sqlalche.me/e/20/e3q8)\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34msetting up service contextmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m10s/it]\u001b[0m\u001b[34m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 67%|██████▋ | 2/3 [00:29<00:14, 14.90s/it]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [00:40<00:00, 12.92s/it]Loading checkpoint shards: 100%|██████████| 3/3 [00:40<00:00, 13.47s/it]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mopen_ai Nonem/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"******\n",
|
||
"Could not load OpenAIEmbedding. Using HuggingFaceBgeEmbeddings with model_name=BAAI/bge-small-en. Please check your API key if you intended to use OpenAI embeddings.\n",
|
||
"******\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/.gitattributes: 0%| | 0.00/1.52k [00:00<?, ?B/s]Downloading (…)ab102/.gitattributes: 100%|██████████| 1.52k/1.52k [00:00<00:00, 243kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)_Pooling/config.json: 0%| | 0.00/190 [00:00<?, ?B/s]Downloading (…)_Pooling/config.json: 100%|██████████| 190/190 [00:00<00:00, 124kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/README.md: 0%| | 0.00/78.9k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/README.md: 100%|██████████| 78.9k/78.9k [00:00<00:00, 28.5MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠹\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d7ab102/config.json: 0%| | 0.00/684 [00:00<?, ?B/s]Downloading (…)2d7ab102/config.json: 100%|██████████| 684/684 [00:00<00:00, 415kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ce_transformers.json: 0%| | 0.00/124 [00:00<?, ?B/s]Downloading (…)ce_transformers.json: 100%|██████████| 124/124 [00:00<00:00, 73.8kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 0%| | 0.00/133M [00:00<?, ?B/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 8%|▊ | 10.5M/133M [00:00<00:01, 94.9MB/s]p at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 24%|██▎ | 31.5M/133M [00:00<00:00, 157MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 47%|████▋ | 62.9M/133M [00:00<00:00, 188MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 71%|███████ | 94.4M/133M [00:00<00:00, 199MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 94%|█████████▍| 126M/133M [00:00<00:00, 206MB/s] Downloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 192MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 0%| | 0.00/134M [00:00<?, ?B/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 24%|██▎ | 31.5M/134M [00:00<00:00, 235MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 47%|████▋ | 62.9M/134M [00:00<00:00, 226MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 71%|███████ | 94.4M/134M [00:00<00:00, 220MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 94%|█████████▍| 126M/134M [00:00<00:00, 219MB/s] Downloading pytorch_model.bin: 100%|██████████| 134M/134M [00:00<00:00, 218MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)nce_bert_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s]Downloading (…)nce_bert_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 33.3kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)cial_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s]Downloading (…)cial_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 77.2kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s]Downloading (…)ab102/tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 24.8MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠦\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)okenizer_config.json: 0%| | 0.00/366 [00:00<?, ?B/s]Downloading (…)okenizer_config.json: 100%|██████████| 366/366 [00:00<00:00, 228kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 5.43MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠏\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)d7ab102/modules.json: 0%| | 0.00/229 [00:00<?, ?B/s]Downloading (…)d7ab102/modules.json: 100%|██████████| 229/229 [00:00<00:00, 138kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Downloading package punkt to /tmp/llama_index...\n",
|
||
"\u001b[2K\u001b[31m[nltk_data] Unzipping tokenizers/punkt.zip.ctive)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:04,616 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:04,616 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:04,616 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:05,023 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:05,023 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,024 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,024 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,223 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_temp_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,224 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,224 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,224 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:05,423 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,423 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:05,626 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,626 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,626 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,627 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,627 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,627 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:05,863 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:05,863 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,063 INFO sqlalchemy.engine.Engine PRAGMA main.table_info(\"city_stats\") \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,063 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:06,262 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:06,262 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,461 INFO sqlalchemy.engine.Engine PRAGMA main.index_info(\"sqlite_autoindex_city_stats_1\")ttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,461 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:06,668 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,668 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:06,872 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,873 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,873 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:06,873 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,081 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:07,081 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,081 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,082 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,082 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,082 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,082 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,082 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:07,282 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:25,184 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-16 23:59:25,185 INFO sqlalchemy.engine.Engine SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:25,185 INFO sqlalchemy.engine.Engine [generated in 0.00075s] ()iew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-16 23:59:25,185 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31mTraceback (most recent call last):ontainers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"sqlite3.OperationalError: unrecognized token: \"#\"\n",
|
||
"\n",
|
||
"The above exception was the direct cause of the following exception:\n",
|
||
"\n",
|
||
"Traceback (most recent call last):\n",
|
||
"\u001b[2K\u001b[31m File \"/pkg/modal/_container_entrypoint.py\", line 351, in handle_input_exceptionew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" yield\n",
|
||
" File \"/pkg/modal/_container_entrypoint.py\", line 437, in run_inputs\n",
|
||
" res = imp_fun.fun(*args, **kwargs)\n",
|
||
" File \"/root/src/inference_sql_llamaindex.py\", line 171, in run_query\n",
|
||
" response = query_engine.query(query)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/query/base.py\", line 23, in query\n",
|
||
" response = self._query(str_or_query_bundle)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/struct_store/sql_query.py\", line 275, in _query\n",
|
||
" raw_response_str, metadata = self._sql_database.run_sql(sql_query_str)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/langchain_helpers/sql_wrapper.py\", line 91, in run_sql\n",
|
||
" cursor = connection.execute(text(command))\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1412, in execute\n",
|
||
" return meth(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/sql/elements.py\", line 483, in _execute_on_connection\n",
|
||
" return connection._execute_clauseelement(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1635, in _execute_clauseelement\n",
|
||
" ret = self._execute_context(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1844, in _execute_context\n",
|
||
" return self._exec_single_context(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1984, in _exec_single_context\n",
|
||
" self._handle_dbapi_exception(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 2339, in _handle_dbapi_exception\n",
|
||
" raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n",
|
||
"\u001b[2K\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_contextttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"\u001b[2K\u001b[31msqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unrecognized token: \"#\" app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"[SQL: SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population]\n",
|
||
"(Background on this error at: https://sqlalche.me/e/20/e3q8)\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mWorker assigned...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (2 containers finished)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (2 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mLoading images (2 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mLoading images (2 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mLoading images (2 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34msetting up service contextmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m75s/it]\u001b[0m\u001b[34m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/2 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m88s/it]\u001b[0m\u001b[34m⠴\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [03:29<00:00, 75.52s/it]Loading checkpoint shards: 100%|██████████| 3/3 [03:29<00:00, 69.87s/it]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mopen_ai Nonem/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"******\n",
|
||
"Could not load OpenAIEmbedding. Using HuggingFaceBgeEmbeddings with model_name=BAAI/bge-small-en. Please check your API key if you intended to use OpenAI embeddings.\n",
|
||
"******\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/.gitattributes: 0%| | 0.00/1.52k [00:00<?, ?B/s]Downloading (…)ab102/.gitattributes: 100%|██████████| 1.52k/1.52k [00:00<00:00, 225kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)_Pooling/config.json: 0%| | 0.00/190 [00:00<?, ?B/s]Downloading (…)_Pooling/config.json: 100%|██████████| 190/190 [00:00<00:00, 109kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/README.md: 0%| | 0.00/78.9k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/README.md: 100%|██████████| 78.9k/78.9k [00:00<00:00, 2.00MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d7ab102/config.json: 0%| | 0.00/684 [00:00<?, ?B/s]Downloading (…)2d7ab102/config.json: 100%|██████████| 684/684 [00:00<00:00, 385kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ce_transformers.json: 0%| | 0.00/124 [00:00<?, ?B/s]Downloading (…)ce_transformers.json: 100%|██████████| 124/124 [00:00<00:00, 37.5kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 0%| | 0.00/133M [00:00<?, ?B/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 8%|▊ | 10.5M/133M [00:00<00:01, 95.8MB/s]p at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 24%|██▎ | 31.5M/133M [00:00<00:00, 157MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 39%|███▉ | 52.4M/133M [00:00<00:00, 174MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 55%|█████▍ | 73.4M/133M [00:00<00:00, 188MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 79%|███████▊ | 105M/133M [00:00<00:00, 199MB/s]app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 204MB/s]Downloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 188MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 0%| | 0.00/134M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 16%|█▌ | 21.0M/134M [00:00<00:01, 111MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 31%|███▏ | 41.9M/134M [00:00<00:00, 129MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 47%|████▋ | 62.9M/134M [00:00<00:00, 150MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 71%|███████ | 94.4M/134M [00:00<00:00, 176MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 94%|█████████▍| 126M/134M [00:00<00:00, 189MB/s] Downloading pytorch_model.bin: 100%|██████████| 134M/134M [00:00<00:00, 170MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠴\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)nce_bert_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s]Downloading (…)nce_bert_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 16.5kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)cial_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s]Downloading (…)cial_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 37.0kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s]Downloading (…)ab102/tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 13.6MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠹\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)okenizer_config.json: 0%| | 0.00/366 [00:00<?, ?B/s]Downloading (…)okenizer_config.json: 100%|██████████| 366/366 [00:00<00:00, 111kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 2.77MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)d7ab102/modules.json: 0%| | 0.00/229 [00:00<?, ?B/s]Downloading (…)d7ab102/modules.json: 100%|██████████| 229/229 [00:00<00:00, 70.3kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Downloading package punkt to /tmp/llama_index...\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Unzipping tokenizers/punkt.zip.[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:33,466 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:33,466 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:33,466 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:34,099 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,100 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,100 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,100 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,300 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_temp_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,300 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:34,300 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,300 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,504 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:34,504 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,708 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"2023-08-17 00:03:34,708 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,708 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,709 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,709 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,709 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:34,909 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:34,909 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:35,106 INFO sqlalchemy.engine.Engine PRAGMA main.table_info(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,106 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,303 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\") \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:35,303 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,501 INFO sqlalchemy.engine.Engine PRAGMA main.index_info(\"sqlite_autoindex_city_stats_1\")ttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:35,501 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,706 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,706 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:35,907 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,910 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,911 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:35,911 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:36,111 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,111 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,112 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:36,311 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:54,375 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:03:54,375 INFO sqlalchemy.engine.Engine SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:54,375 INFO sqlalchemy.engine.Engine [generated in 0.00094s] ()iew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:03:54,376 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31mTraceback (most recent call last):ontainers active)...\u001b[0m\u001b[34m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
"\u001b[2K\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"sqlite3.OperationalError: unrecognized token: \"#\"\n",
|
||
"\u001b[2K\u001b[31m⠇\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (0/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"The above exception was the direct cause of the following exception:\n",
|
||
"\n",
|
||
"Traceback (most recent call last):\n",
|
||
"\u001b[2K\u001b[31m File \"/pkg/modal/_container_entrypoint.py\", line 351, in handle_input_exceptionew app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" yield\n",
|
||
" File \"/pkg/modal/_container_entrypoint.py\", line 437, in run_inputs\n",
|
||
" res = imp_fun.fun(*args, **kwargs)\n",
|
||
" File \"/root/src/inference_sql_llamaindex.py\", line 171, in run_query\n",
|
||
" response = query_engine.query(query)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/query/base.py\", line 23, in query\n",
|
||
" response = self._query(str_or_query_bundle)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/struct_store/sql_query.py\", line 275, in _query\n",
|
||
" raw_response_str, metadata = self._sql_database.run_sql(sql_query_str)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/langchain_helpers/sql_wrapper.py\", line 91, in run_sql\n",
|
||
" cursor = connection.execute(text(command))\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1412, in execute\n",
|
||
" return meth(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/sql/elements.py\", line 483, in _execute_on_connection\n",
|
||
" return connection._execute_clauseelement(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1635, in _execute_clauseelement\n",
|
||
" ret = self._execute_context(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1844, in _execute_context\n",
|
||
" return self._exec_single_context(\n",
|
||
"\u001b[2K\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1984, in _exec_single_contextttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
" self._handle_dbapi_exception(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 2339, in _handle_dbapi_exception\n",
|
||
" raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unrecognized token: \"#\"\n",
|
||
"[SQL: SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population]\n",
|
||
"(Background on this error at: https://sqlalche.me/e/20/e3q8)\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/2 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mLoading images (1 containers initializing)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (0/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34msetting up service contextmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"===================================BUG REPORT===================================\n",
|
||
"Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues\n",
|
||
"================================================================================\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m96s/it]\u001b[0m\u001b[34m⠸\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m82s/it]\u001b[0m\u001b[34m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ALoading checkpoint shards: 100%|██████████| 3/3 [02:52<00:00, 68.27s/it]Loading checkpoint shards: 100%|██████████| 3/3 [02:52<00:00, 57.59s/it]\n",
|
||
"\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34mopen_ai Nonem/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"******\n",
|
||
"Could not load OpenAIEmbedding. Using HuggingFaceBgeEmbeddings with model_name=BAAI/bge-small-en. Please check your API key if you intended to use OpenAI embeddings.\n",
|
||
"******\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/.gitattributes: 0%| | 0.00/1.52k [00:00<?, ?B/s]Downloading (…)ab102/.gitattributes: 100%|██████████| 1.52k/1.52k [00:00<00:00, 249kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠧\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)_Pooling/config.json: 0%| | 0.00/190 [00:00<?, ?B/s]Downloading (…)_Pooling/config.json: 100%|██████████| 190/190 [00:00<00:00, 105kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/README.md: 0%| | 0.00/78.9k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/README.md: 100%|██████████| 78.9k/78.9k [00:00<00:00, 3.53MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d7ab102/config.json: 0%| | 0.00/684 [00:00<?, ?B/s]Downloading (…)2d7ab102/config.json: 100%|██████████| 684/684 [00:00<00:00, 417kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ce_transformers.json: 0%| | 0.00/124 [00:00<?, ?B/s]Downloading (…)ce_transformers.json: 100%|██████████| 124/124 [00:00<00:00, 75.6kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 0%| | 0.00/133M [00:00<?, ?B/s]9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 8%|▊ | 10.5M/133M [00:00<00:01, 91.4MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 24%|██▎ | 31.5M/133M [00:00<00:00, 151MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 39%|███▉ | 52.4M/133M [00:00<00:00, 176MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 55%|█████▍ | 73.4M/133M [00:00<00:00, 189MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 71%|███████ | 94.4M/133M [00:00<00:00, 195MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading model.safetensors: 94%|█████████▍| 126M/133M [00:00<00:00, 200MB/s] Downloading model.safetensors: 100%|██████████| 133M/133M [00:00<00:00, 185MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠹\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 0%| | 0.00/134M [00:00<?, ?B/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 24%|██▎ | 31.5M/134M [00:00<00:00, 214MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 47%|████▋ | 62.9M/134M [00:00<00:00, 210MB/s]\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 71%|███████ | 94.4M/134M [00:00<00:00, 208MB/s]pp at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading pytorch_model.bin: 86%|████████▋ | 115M/134M [00:00<00:00, 208MB/s] Downloading pytorch_model.bin: 100%|██████████| 134M/134M [00:00<00:00, 206MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)nce_bert_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s]Downloading (…)nce_bert_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 30.9kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)cial_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s]Downloading (…)cial_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 75.6kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠼\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)ab102/tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s]Downloading (…)ab102/tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 13.7MB/s]\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31ms://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m\u001b[1ADownloading (…)okenizer_config.json: 0%| | 0.00/366 [00:00<?, ?B/s]Downloading (…)okenizer_config.json: 100%|██████████| 366/366 [00:00<00:00, 220kB/s]\n",
|
||
"\u001b[2K\u001b[31m⠋\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)2d2d7ab102/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s]Downloading (…)2d2d7ab102/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 79.6MB/s]\n",
|
||
"\u001b[2K\u001b[31m⠙\u001b[0m\u001b[31m \u001b[0m\u001b[34mRunning (1/1 containers active)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[31m\u001b[1ADownloading (…)d7ab102/modules.json: 0%| | 0.00/229 [00:00<?, ?B/s]Downloading (…)d7ab102/modules.json: 100%|██████████| 229/229 [00:00<00:00, 139kB/s]\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[31m[nltk_data] Downloading package punkt to /tmp/llama_index...\n",
|
||
"\u001b[2K\u001b[31m[nltk_data] Unzipping tokenizers/punkt.zip.ctive)...\u001b[0m\u001b[31m \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:23,213 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"2023-08-17 00:07:23,213 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:23,214 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:23,812 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:23,812 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:23,812 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:23,812 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,016 INFO sqlalchemy.engine.Engine SELECT name FROM sqlite_temp_master WHERE type='table' AND name NOT LIKE 'sqlite~_%' ESCAPE '~' ORDER BY name\n",
|
||
"2023-08-17 00:07:24,016 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:24,017 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,017 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,217 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"2023-08-17 00:07:24,217 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)\n",
|
||
"\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")\n",
|
||
"2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,420 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:24,623 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"2023-08-17 00:07:24,624 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:24,821 INFO sqlalchemy.engine.Engine PRAGMA main.table_info(\"city_stats\") \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"2023-08-17 00:07:24,821 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:25,020 INFO sqlalchemy.engine.Engine PRAGMA main.index_list(\"city_stats\")\n",
|
||
"2023-08-17 00:07:25,020 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:25,218 INFO sqlalchemy.engine.Engine PRAGMA main.index_info(\"sqlite_autoindex_city_stats_1\")\n",
|
||
"2023-08-17 00:07:25,218 INFO sqlalchemy.engine.Engine [raw sql] ()\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:25,417 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"2023-08-17 00:07:25,417 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)\n",
|
||
"\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:25,618 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,619 INFO sqlalchemy.engine.Engine BEGIN (implicit)38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,619 INFO sqlalchemy.engine.Engine PRAGMA main.table_xinfo(\"city_stats\")\u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,619 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,817 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine PRAGMA main.foreign_key_list(\"city_stats\")\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine PRAGMA temp.foreign_key_list(\"city_stats\")[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine [raw sql] ()0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine SELECT sql FROM (SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master) WHERE name = ? AND type in ('table', 'view')\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:25,818 INFO sqlalchemy.engine.Engine [raw sql] ('city_stats',)View app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m2023-08-17 00:07:26,016 INFO sqlalchemy.engine.Engine ROLLBACKm \u001b[0m\u001b[38;5;249mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠏\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠹\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠴\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠇\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠙\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠧\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠦\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠋\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m⠸\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m\n",
|
||
"\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:44,500 INFO sqlalchemy.engine.Engine BEGIN (implicit)\n",
|
||
"\u001b[2K\u001b[34m⠼\u001b[0m \u001b[34mRunning (1/1 containers active)...\u001b[0m \u001b[38;5;249mView app at \u001b[0m9mView app at \u001b[0m\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1Qm\u001b[0m\n",
|
||
"\u001b[4;38;5;249mhttps://modal.com/apps/ap-1n1QmIubsUDYdMnVNCTGzh\u001b[0m\n",
|
||
"\u001b[1A\u001b[2K\u001b[1A\u001b[2K\u001b[34m2023-08-17 00:07:44,500 INFO sqlalchemy.engine.Engine SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population\n",
|
||
"\u001b[0m\u001b[34m2023-08-17 00:07:44,501 INFO sqlalchemy.engine.Engine [generated in 0.00073s] ()\n",
|
||
"\u001b[0m\u001b[34m2023-08-17 00:07:44,501 INFO sqlalchemy.engine.Engine ROLLBACK\n",
|
||
"\u001b[0m\u001b[31mTraceback (most recent call last):\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"sqlite3.OperationalError: unrecognized token: \"#\"\n",
|
||
"\n",
|
||
"The above exception was the direct cause of the following exception:\n",
|
||
"\n",
|
||
"Traceback (most recent call last):\n",
|
||
"\u001b[0m\u001b[31m File \"/pkg/modal/_container_entrypoint.py\", line 351, in handle_input_exception\n",
|
||
" yield\n",
|
||
" File \"/pkg/modal/_container_entrypoint.py\", line 437, in run_inputs\n",
|
||
" res = imp_fun.fun(*args, **kwargs)\n",
|
||
" File \"/root/src/inference_sql_llamaindex.py\", line 171, in run_query\n",
|
||
" response = query_engine.query(query)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/query/base.py\", line 23, in query\n",
|
||
" response = self._query(str_or_query_bundle)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/indices/struct_store/sql_query.py\", line 275, in _query\n",
|
||
" raw_response_str, metadata = self._sql_database.run_sql(sql_query_str)\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/llama_index/langchain_helpers/sql_wrapper.py\", line 91, in run_sql\n",
|
||
" cursor = connection.execute(text(command))\n",
|
||
"\u001b[0m\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1412, in execute\n",
|
||
" return meth(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/sql/elements.py\", line 483, in _execute_on_connection\n",
|
||
" return connection._execute_clauseelement(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1635, in _execute_clauseelement\n",
|
||
" ret = self._execute_context(\n",
|
||
"\u001b[0m\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1844, in _execute_context\n",
|
||
" return self._exec_single_context(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1984, in _exec_single_context\n",
|
||
" self._handle_dbapi_exception(\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 2339, in _handle_dbapi_exception\n",
|
||
" raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n",
|
||
" File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/base.py\", line 1965, in _exec_single_context\n",
|
||
" self.dialect.do_execute(\n",
|
||
"\u001b[0m\u001b[31m File \"/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/default.py\", line 921, in do_execute\n",
|
||
" cursor.execute(statement, parameters)\n",
|
||
"\u001b[0m\u001b[31msqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unrecognized token: \"#\"\n",
|
||
"[SQL: SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = (SELECT MAX(population) FROM city_stats)\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population]\n",
|
||
"(Background on this error at: https://sqlalche.me/e/20/e3q8)\n",
|
||
"\u001b[0m\u001b[33mRunner terminated, in-progress inputs will be re-scheduled\n",
|
||
"\u001b[0m\u001b[31m╭─\u001b[0m\u001b[31m────────────────────\u001b[0m\u001b[31m \u001b[0m\u001b[1;31mTraceback \u001b[0m\u001b[1;2;31m(most recent call last)\u001b[0m\u001b[31m \u001b[0m\u001b[31m─────────────────────\u001b[0m\u001b[31m─╮\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/bin/\u001b[0m\u001b[1;33mmodal\u001b[0m:\u001b[94m8\u001b[0m in \u001b[92m<module>\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m7 \u001b[0m\u001b[2m│ \u001b[0msys.argv[\u001b[94m0\u001b[0m] = re.sub(\u001b[33mr\u001b[0m\u001b[33m'\u001b[0m\u001b[33m(-script\u001b[0m\u001b[33m\\\u001b[0m\u001b[33m.pyw|\u001b[0m\u001b[33m\\\u001b[0m\u001b[33m.exe)?$\u001b[0m\u001b[33m'\u001b[0m, \u001b[33m'\u001b[0m\u001b[33m'\u001b[0m, sys.argv[\u001b[94m0\u001b[0m]) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m8 \u001b[2m│ \u001b[0msys.exit(main()) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m9 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/modal/\u001b[0m\u001b[1;33m__main__.py\u001b[0m:\u001b[94m6\u001b[0m in \u001b[92mmain\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 5 \u001b[0m\u001b[94mdef\u001b[0m \u001b[92mmain\u001b[0m(): \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m 6 \u001b[2m│ \u001b[0mentrypoint_cli() \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 7 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m1157\u001b[0m in \u001b[92m__call__\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1156 \u001b[0m\u001b[2;90m│ │ \u001b[0m\u001b[33m\"\"\"Alias for :meth:`main`.\"\"\"\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1157 \u001b[2m│ │ \u001b[0m\u001b[94mreturn\u001b[0m \u001b[96mself\u001b[0m.main(*args, **kwargs) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1158 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/typer/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m778\u001b[0m in \u001b[92mmain\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m777 \u001b[0m\u001b[2m│ \u001b[0m) -> Any: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m778 \u001b[2m│ │ \u001b[0m\u001b[94mreturn\u001b[0m _main( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m779 \u001b[0m\u001b[2m│ │ │ \u001b[0m\u001b[96mself\u001b[0m, \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/typer/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m216\u001b[0m in \u001b[92m_main\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m215 \u001b[0m\u001b[2m│ │ │ \u001b[0m\u001b[94mwith\u001b[0m \u001b[96mself\u001b[0m.make_context(prog_name, args, **extra) \u001b[94mas\u001b[0m ctx: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m216 \u001b[2m│ │ │ │ \u001b[0mrv = \u001b[96mself\u001b[0m.invoke(ctx) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m217 \u001b[0m\u001b[2m│ │ │ │ \u001b[0m\u001b[94mif\u001b[0m \u001b[95mnot\u001b[0m standalone_mode: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m1688\u001b[0m in \u001b[92minvoke\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1687 \u001b[0m\u001b[2m│ │ │ │ \u001b[0m\u001b[94mwith\u001b[0m sub_ctx: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1688 \u001b[2m│ │ │ │ │ \u001b[0m\u001b[94mreturn\u001b[0m _process_result(sub_ctx.command.invoke(sub \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1689 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m1688\u001b[0m in \u001b[92minvoke\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1687 \u001b[0m\u001b[2m│ │ │ │ \u001b[0m\u001b[94mwith\u001b[0m sub_ctx: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1688 \u001b[2m│ │ │ │ │ \u001b[0m\u001b[94mreturn\u001b[0m _process_result(sub_ctx.command.invoke(sub \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1689 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m1434\u001b[0m in \u001b[92minvoke\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1433 \u001b[0m\u001b[2m│ │ \u001b[0m\u001b[94mif\u001b[0m \u001b[96mself\u001b[0m.callback \u001b[95mis\u001b[0m \u001b[95mnot\u001b[0m \u001b[94mNone\u001b[0m: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1434 \u001b[2m│ │ │ \u001b[0m\u001b[94mreturn\u001b[0m ctx.invoke(\u001b[96mself\u001b[0m.callback, **ctx.params) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m1435 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mcore.py\u001b[0m:\u001b[94m783\u001b[0m in \u001b[92minvoke\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 782 \u001b[0m\u001b[2m│ │ │ \u001b[0m\u001b[94mwith\u001b[0m ctx: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m 783 \u001b[2m│ │ │ │ \u001b[0m\u001b[94mreturn\u001b[0m __callback(*args, **kwargs) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 784 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/click/\u001b[0m\u001b[1;33mdecorators.py\u001b[0m:\u001b[94m33\u001b[0m in \u001b[92mnew_func\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 32 \u001b[0m\u001b[2m│ \u001b[0m\u001b[94mdef\u001b[0m \u001b[92mnew_func\u001b[0m(*args: \u001b[33m\"\u001b[0m\u001b[33mP.args\u001b[0m\u001b[33m\"\u001b[0m, **kwargs: \u001b[33m\"\u001b[0m\u001b[33mP.kwargs\u001b[0m\u001b[33m\"\u001b[0m) -> \u001b[33m\"\u001b[0m\u001b[33mR\u001b[0m\u001b[33m\"\u001b[0m: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m 33 \u001b[2m│ │ \u001b[0m\u001b[94mreturn\u001b[0m f(get_current_context(), *args, **kwargs) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m 34 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/modal/cli/\u001b[0m\u001b[1;33mrun.py\u001b[0m:\u001b[94m134\u001b[0m in \u001b[92mf\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m133 \u001b[0m\u001b[2m│ │ │ \u001b[0m\u001b[94melse\u001b[0m: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m134 \u001b[2m│ │ │ │ \u001b[0mfunc(*args, **kwargs) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m135 \u001b[0m\u001b[2m│ │ │ \u001b[0m\u001b[94mif\u001b[0m app.client.function_invocations == \u001b[94m0\u001b[0m: \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/synchronicity/\u001b[0m\u001b[1;33msynchronizer.py\u001b[0m:\u001b[94m448\u001b[0m in \u001b[92mf_wrapped\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/src/\u001b[0m\u001b[1;33minference_sql_llamaindex.\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[1;33mpy\u001b[0m:\u001b[94m190\u001b[0m in \u001b[92mmain\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m189 \u001b[0m\u001b[2m│ │ \u001b[0mbool_toggle = use_finetuned_model == \u001b[33m\"\u001b[0m\u001b[33mTrue\u001b[0m\u001b[33m\"\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m190 \u001b[2m│ │ \u001b[0mrun_query.call(query, model_dir=model_dir, use_finetuned_model \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2m191 \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/synchronicity/\u001b[0m\u001b[1;33msynchronizer.py\u001b[0m:\u001b[94m497\u001b[0m in \u001b[92mproxy_method\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/Users/jerryliu/Programming/modal_finetune_sql/.venv/lib/python3.10/site-pac\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33mkages/synchronicity/\u001b[0m\u001b[1;33mcombined_types.py\u001b[0m:\u001b[94m26\u001b[0m in \u001b[92m__call__\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[32m ...Remote call to Modal Function (ta-0MOeU0j9oWZ7icEhrh7hvl)... \u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/root/src/\u001b[0m\u001b[1;33minference_sql_llamaindex.py\u001b[0m:\u001b[94m171\u001b[0m in \u001b[92mrun_query\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m171 response = query_engine.query(query) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/llama_index/indices/query/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m23\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m in \u001b[92mquery\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m23 response = \u001b[96mself\u001b[0m._query(str_or_query_bundle) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/llama_index/indices/struct_store/\u001b[0m\u001b[1;33msql_\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[1;33mquery.py\u001b[0m:\u001b[94m275\u001b[0m in \u001b[92m_query\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m275 raw_response_str, metadata = \u001b[96mself\u001b[0m._sql_database.run_sql(sql_query_str) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/llama_index/langchain_helpers/\u001b[0m\u001b[1;33msql_wra\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[1;33mpper.py\u001b[0m:\u001b[94m91\u001b[0m in \u001b[92mrun_sql\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m91 cursor = connection.execute(text(command)) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m1412\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92mexecute\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1412 \u001b[94mreturn\u001b[0m meth( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/sql/\u001b[0m\u001b[1;33melements.py\u001b[0m:\u001b[94m483\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_execute_on_connection\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m483 \u001b[94mreturn\u001b[0m connection._execute_clauseelement( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m1635\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_execute_clauseelement\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1635 ret = \u001b[96mself\u001b[0m._execute_context( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m1844\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_execute_context\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1844 \u001b[94mreturn\u001b[0m \u001b[96mself\u001b[0m._exec_single_context( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m1984\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_exec_single_context\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1984 \u001b[96mself\u001b[0m._handle_dbapi_exception( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m2339\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_handle_dbapi_exception\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m2339 \u001b[94mraise\u001b[0m sqlalchemy_exception.with_traceback(exc_info[\u001b[94m2\u001b[0m]) \u001b[94mfrom\u001b[0m \u001b[4;96me\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mbase.py\u001b[0m:\u001b[94m1965\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92m_exec_single_context\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m1965 \u001b[96mself\u001b[0m.dialect.do_execute( \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[2;33m/opt/conda/lib/python3.9/site-packages/sqlalchemy/engine/\u001b[0m\u001b[1;33mdefault.py\u001b[0m:\u001b[94m921\u001b[0m in \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[92mdo_execute\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m❱ \u001b[0m921 cursor.execute(statement, parameters) \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m│\u001b[0m \u001b[31m│\u001b[0m\n",
|
||
"\u001b[31m╰──────────────────────────────────────────────────────────────────────────────╯\u001b[0m\n",
|
||
"\u001b[1;91mOperationalError: \u001b[0m\u001b[1m(\u001b[0msqlite3.OperationalError\u001b[1m)\u001b[0m unrecognized token: \u001b[32m\"#\"\u001b[0m\n",
|
||
"\u001b[1m[\u001b[0mSQL: SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = \u001b[1m(\u001b[0mSELECT \u001b[1;35mMAX\u001b[0m\u001b[1m(\u001b[0mpopulation\u001b[1m)\u001b[0m FROM city_stats\u001b[1m)\u001b[0m\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = \u001b[1m(\u001b[0mSELECT \u001b[1;35mMAX\u001b[0m\u001b[1m(\u001b[0mpopulation\u001b[1m)\u001b[0m FROM city_stats\u001b[1m)\u001b[0m\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = \u001b[1m(\u001b[0mSELECT \u001b[1;35mMAX\u001b[0m\u001b[1m(\u001b[0mpopulation\u001b[1m)\u001b[0m FROM city_stats\u001b[1m)\u001b[0m\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = \u001b[1m(\u001b[0mSELECT \u001b[1;35mMAX\u001b[0m\u001b[1m(\u001b[0mpopulation\u001b[1m)\u001b[0m FROM city_stats\u001b[1m)\u001b[0m\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Example:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population = \u001b[1m(\u001b[0mSELECT \u001b[1;35mMAX\u001b[0m\u001b[1m(\u001b[0mpopulation\u001b[1m)\u001b[0m FROM city_stats\u001b[1m)\u001b[0m\n",
|
||
"```\n",
|
||
"\n",
|
||
"### Output:\n",
|
||
"\n",
|
||
"```sql\n",
|
||
"SELECT city_name, population, country\n",
|
||
"FROM city_stats\n",
|
||
"WHERE population\u001b[1m]\u001b[0m\n",
|
||
"\u001b[1m(\u001b[0mBackground on this error at: \u001b[4;94mhttps://sqlalche.me/e/20/e3q8\u001b[0m\u001b[4;94m)\u001b[0m\n"
|
||
]
|
||
}
|
||
],
|
||
"source": [
|
||
"# you can also choose to run the original (nonfinetuned model) to compare results\n",
|
||
"# note: it throws an error \n",
|
||
"\n",
|
||
"# use non-finetuned model\n",
|
||
"!modal run src.inference_sql_llamaindex::main --query '{query}' --sqlite-file-path {db_file} --model-dir \"data_sql\" --use-finetuned-model False"
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "markdown",
|
||
"id": "3a4af84a-84c4-475c-bca5-85ba70bed5b8",
|
||
"metadata": {},
|
||
"source": [
|
||
"### (Optional) Download Model\n",
|
||
"\n",
|
||
"If you want to download the model weights for your own use, just run the following script."
|
||
]
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"execution_count": null,
|
||
"id": "a8bb3583-3a51-4a14-a0c5-664ec16a3899",
|
||
"metadata": {},
|
||
"outputs": [],
|
||
"source": [
|
||
"from src.download_weights import main\n",
|
||
"\n",
|
||
"main(\"out_model\", model_dir=\"data_sql\")"
|
||
]
|
||
}
|
||
],
|
||
"metadata": {
|
||
"kernelspec": {
|
||
"display_name": "modal_finetune_sql",
|
||
"language": "python",
|
||
"name": "modal_finetune_sql"
|
||
},
|
||
"language_info": {
|
||
"codemirror_mode": {
|
||
"name": "ipython",
|
||
"version": 3
|
||
},
|
||
"file_extension": ".py",
|
||
"mimetype": "text/x-python",
|
||
"name": "python",
|
||
"nbconvert_exporter": "python",
|
||
"pygments_lexer": "ipython3",
|
||
"version": "3.10.8"
|
||
}
|
||
},
|
||
"nbformat": 4,
|
||
"nbformat_minor": 5
|
||
}
|