{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Welcome to the Second Lab - Week 1, Day 3\n", "\n", "Today we will work with lots of models! This is a way to get comfortable with APIs." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", " \n", " \n", " \n", " \n", "
\n", " \n", " \n", "

Important point - please read

\n", " The way I collaborate with you may be different to other courses you've taken. I prefer not to type code while you watch. Rather, I execute Jupyter Labs, like this, and give you an intuition for what's going on. My suggestion is that you carefully execute this yourself, after watching the lecture. Add print statements to understand what's going on, and then come up with your own variations.

If you have time, I'd love it if you submit a PR for changes in the community_contributions folder - instructions in the resources. Also, if you have a Github account, use this to showcase your variations. Not only is this essential practice, but it demonstrates your skills to others, including perhaps future clients or employers...\n", "
\n", "
" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "# Start with imports - ask ChatGPT to explain any package that you don't know\n", "\n", "import os\n", "import json\n", "from dotenv import load_dotenv\n", "from openai import OpenAI\n", "from anthropic import Anthropic\n", "from IPython.display import Markdown, display " ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "True" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# Always remember to do this!\n", "load_dotenv(override=True)" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "OpenAI API Key exists and begins sk-svcac\n", "Anthropic API Key exists and begins sk-ant-\n", "Google API Key exists and begins AI\n", "DeepSeek API Key exists and begins sk-\n", "Groq API Key exists and begins gsk_\n" ] } ], "source": [ "# Print the key prefixes to help with any debugging\n", "\n", "openai_api_key = os.getenv('OPENAI_API_KEY')\n", "anthropic_api_key = os.getenv('ANTHROPIC_API_KEY')\n", "google_api_key = os.getenv('GOOGLE_API_KEY')\n", "deepseek_api_key = os.getenv('DEEPSEEK_API_KEY')\n", "groq_api_key = os.getenv('GROQ_API_KEY')\n", "\n", "if openai_api_key:\n", " print(f\"OpenAI API Key exists and begins {openai_api_key[:8]}\")\n", "else:\n", " print(\"OpenAI API Key not set\")\n", " \n", "if anthropic_api_key:\n", " print(f\"Anthropic API Key exists and begins {anthropic_api_key[:7]}\")\n", "else:\n", " print(\"Anthropic API Key not set (and this is optional)\")\n", "\n", "if google_api_key:\n", " print(f\"Google API Key exists and begins {google_api_key[:2]}\")\n", "else:\n", " print(\"Google API Key not set (and this is optional)\")\n", "\n", "if deepseek_api_key:\n", " print(f\"DeepSeek API Key exists and begins {deepseek_api_key[:3]}\")\n", "else:\n", " print(\"DeepSeek API Key not set (and this is optional)\")\n", "\n", "if groq_api_key:\n", " print(f\"Groq API Key exists and begins {groq_api_key[:4]}\")\n", "else:\n", " print(\"Groq API Key not set (and this is optional)\")" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "request = \"Please come up with a challenging, nuanced question that I can ask a number of LLMs to evaluate their intelligence. \"\n", "request += \"Answer only with the question, no explanation.\"\n", "messages = [{\"role\": \"user\", \"content\": request}]" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "[{'role': 'user',\n", " 'content': 'Please come up with a challenging, nuanced question that I can ask a number of LLMs to evaluate their intelligence. Answer only with the question, no explanation.'}]" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "messages" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "If you could design a system of governance based solely on the principles of fairness, autonomy, and efficiency, how would you approach the distribution of resources and decision-making authority among individuals and communities, while considering the potential for conflicting interests and the impact of historical inequalities?\n" ] } ], "source": [ "openai = OpenAI()\n", "response = openai.chat.completions.create(\n", " model=\"gpt-4o-mini\",\n", " messages=messages,\n", ")\n", "question = response.choices[0].message.content\n", "print(question)\n" ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [], "source": [ "competitors = []\n", "answers = []\n", "messages = [{\"role\": \"user\", \"content\": question}]" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Note - update since the videos\n", "\n", "I've updated the model names to use the latest models below, like GPT 5 and Claude Sonnet 4.5. It's worth noting that these models can be quite slow - like 1-2 minutes - but they do a great job! Feel free to switch them for faster models if you'd prefer, like the ones I use in the video." ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Designing a system of governance rooted in fairness, autonomy, and efficiency presents a complex but rewarding challenge. An effective approach could encompass the following principles and structures:\n", "\n", "### Principles\n", "\n", "1. **Fairness:** The system must prioritize equitable access to resources and opportunities, ensuring that all individuals, especially those from historically marginalized communities, have a level playing field.\n", "\n", "2. **Autonomy:** Individuals and communities should have the freedom to make decisions that affect their lives, within the bounds of respecting others' rights and the collective welfare.\n", "\n", "3. **Efficiency:** The governance system should minimize waste and maximize the utility of resources, fostering innovation and sustainable practices.\n", "\n", "### Structural Approaches\n", "\n", "1. **Decentralized Governance:**\n", " - **Localized Decision-Making:** Empower local communities to govern themselves with autonomy. Local councils can be formed to represent diverse interests, allowing for tailoring policies that reflect community needs.\n", " - **Participatory Budgeting:** Implement processes where community members can directly influence budget allocations, ensuring that resources address local priorities.\n", "\n", "2. **Resource Distribution Mechanisms:**\n", " - **Universal Basic Assets:** Establish a system of universal basic assets (like land, healthcare, and education) to provide every individual with foundational resources, tackling historical inequalities head-on.\n", " - **Progressive Resource Redistribution:** Implement a taxation system that adjusts based on wealth and income disparities, channeling funds into under-resourced communities to provide equitable opportunities.\n", "\n", "3. **Conflict Resolution Framework:**\n", " - **Mediation and Dialogues:** Create platforms for dialogue that encourage negotiation and mediation between conflicting interests, fostering understanding and compromise.\n", " - **Deliberative Democracy:** Utilize citizen assemblies that include diverse stakeholders to deliberate on issues, allowing collective decision-making that weights all voices equally. \n", "\n", "4. **Adaptive Policies:**\n", " - **Evidence-Based Decision-Making:** Implement adaptive policies that rely on data and research. Regular assessments and flexibility in regulations ensure that the governance system adapts to changing societal needs and evolves based on outcomes.\n", " - **Feedback Mechanisms:** Establish feedback systems that enable communities to assess the effectiveness of decisions and policies, ensuring continuous improvement and accountability.\n", "\n", "### Addressing Historical Inequalities\n", "\n", "To effectively address historical inequalities, our governance system must:\n", "\n", "- **Incorporate Historical Context:** Acknowledge historical injustices in policy-making and resource distribution, ensuring reparative measures are taken where necessary.\n", "- **Affirmative Action Policies:** Implement targeted programs to uplift disadvantaged communities, focusing on education, employment, healthcare, and political representation.\n", "- **Empowerment Initiatives:** Provide training, education, and mentoring programs specifically designed for historically marginalized groups to enhance their decision-making power and resource access.\n", "\n", "### Conclusion\n", "\n", "The proposed governance model emphasizes a balance between community autonomy and centralized support systems to promote efficiency and fairness. By embedding structures that accommodate diverse viewpoints and prioritize equitable resource distribution, the model seeks to create a resilient society capable of addressing conflicting interests while promoting collective growth and equity. Adapting continuously to historical contexts and current needs will be essential for long-term success." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# The API we know well\n", "# I've updated this with the latest model, but it can take some time because it likes to think!\n", "# Replace the model with gpt-4.1-mini if you'd prefer not to wait 1-2 mins\n", "\n", "model_name = \"gpt-4o-mini\"\n", "\n", "response = openai.chat.completions.create(model=model_name, messages=messages)\n", "answer = response.choices[0].message.content\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)" ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "I'd start by acknowledging these three principles often pull against each other—efficiency might suggest centralization, while autonomy demands dispersion, and fairness requires correcting imbalances that \"efficient\" markets perpetuate.\n", "\n", "**Resource Distribution Framework:**\n", "\n", "- **Baseline guarantees first**: Universal access to essentials (healthcare, education, housing) respects both autonomy (can't be autonomous while desperate) and fairness\n", "- **Subsidiarity principle**: Decisions made at the smallest effective level—communities controlling local resources when externalities are contained\n", "- **Progressive compensation**: Historical inequalities treated as inherited debts requiring structural transfer mechanisms, not one-time corrections\n", "\n", "**Decision-Making Authority:**\n", "\n", "- **Affected-parties principle**: Your voice scales with how much a decision impacts you—neighbors get more say in local zoning than distant bureaucrats\n", "- **Rotating representation**: Mitigates entrenched power while maintaining institutional memory\n", "- **Multiple veto points**: Protecting minorities from majoritarian efficiency\n", "\n", "**Handling Conflicts:**\n", "\n", "The honest part? **These principles don't resolve conflicts—they surface them more clearly.** \n", "\n", "For instance: Is it \"fair\" to redistribute wealth earned in systems rigged by historical advantage? Efficiency says let markets allocate, fairness demands correction, autonomy asks \"whose authority decides?\"\n", "\n", "I'd design for **transparent trade-offs** rather than false harmony—mechanisms where communities explicitly choose (say) slower growth for greater equality, seeing real costs of each value.\n", "\n", "What aspects resonate or trouble you most? The tension between these principles reveals what we truly prioritize." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Anthropic has a slightly different API, and Max Tokens is required\n", "\n", "model_name = \"claude-sonnet-4-5\"\n", "claude = Anthropic()\n", "response = claude.messages.create(model=model_name, messages=messages, max_tokens=1000)\n", "answer = response.content[0].text\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Designing a system of governance based solely on fairness, autonomy, and efficiency requires a multi-layered approach that builds from foundational principles to specific mechanisms. It must be dynamic, self-correcting, and deeply integrated with technology to achieve these aims.\n", "\n", "Here's a potential design:\n", "\n", "## System Name: The Equitable Autonomous Network (EAN)\n", "\n", "### Foundational Principles (The Constitution of EAN)\n", "\n", "1. **Dignity and Basic Needs First:** Every individual has an inalienable right to a dignified existence, free from want. This forms the absolute floor of fairness and a precondition for true autonomy.\n", "2. **Subsidiarity and Nested Autonomy:** Decision-making authority rests at the most localized level capable of effectively addressing an issue. Higher levels exist to coordinate, arbitrate, and ensure foundational principles are upheld.\n", "3. **Data-Driven, Adaptive Governance:** Policies and resource allocations are continuously informed by real-time data, scientific consensus, and predictive modeling, allowing for dynamic adjustments and optimizing efficiency.\n", "4. **Transparency and Accountability:** All governance processes, decisions, and resource flows are publicly accessible (within privacy constraints), with clear mechanisms for oversight and redress.\n", "5. **Restorative and Regenerative Justice:** The system actively seeks to correct historical injustices and prevent future ones, while ensuring the long-term sustainability of resources for future generations.\n", "\n", "### I. Distribution of Resources\n", "\n", "The EAN employs a three-tiered system for resource distribution, designed to balance fairness (needs-based, corrective), autonomy (individual choice, local control), and efficiency (optimized allocation, incentive).\n", "\n", "**A. Universal Basic Resources (UBR) & Entitlements (Fairness & Autonomy Baseline):**\n", "\n", "* **Concept:** A robust floor for all citizens, ensuring essential needs are met without conditionalities. This eliminates the existential anxieties that hinder autonomy and creativity.\n", "* **Components:**\n", " * **Universal Basic Income (UBI):** A sufficient, unconditional cash payment to cover basic living expenses (food, shelter, basic utilities). Adjusted dynamically for inflation and regional cost of living.\n", " * **Universal Healthcare:** Comprehensive, free-at-point-of-use healthcare, including physical, mental, and preventative care.\n", " * **Universal Education:** Access to high-quality education from early childhood through advanced learning, including vocational training and lifelong learning opportunities. Personalized learning pathways would be emphasized.\n", " * **Universal Connectivity:** Access to reliable, high-speed internet and essential digital tools.\n", " * **Basic Housing Guarantee:** Ensuring every individual has access to safe, adequate, and dignified housing. This might involve UBI supporting rent, but also public housing initiatives and community land trusts.\n", "* **Funding:** Primarily through a highly progressive taxation system (income, wealth, corporate profits), carbon taxes, and automated resource levies on automated production. This ensures those who benefit most from collective resources contribute proportionally.\n", "* **Impact on Historical Inequalities:** The UBR immediately provides a baseline of dignity and opportunity for all, directly lifting up historically disadvantaged groups who may have lacked access to these fundamental resources.\n", "\n", "**B. Merit- and Contribution-Based Rewards (Efficiency & Incentives):**\n", "\n", "* **Concept:** Beyond basic needs, individuals can acquire additional resources through their contributions to society, innovation, enterprise, and skill development. This fosters motivation, creativity, and efficient resource allocation through markets.\n", "* **Mechanisms:**\n", " * **Regulated Markets:** Open and competitive markets for goods and services, but with strong oversight to prevent monopolies, exploitation, and ensure ethical practices.\n", " * **Cooperative & Social Enterprises:** Encouragement and support for worker-owned cooperatives, community-owned businesses, and social enterprises that prioritize collective well-being alongside profit.\n", " * **Innovation Funds & Grants:** Publicly funded and privately managed grants for research, development, artistic creation, and social innovation. Performance-based funding is used.\n", " * **Fair Compensation:** Mechanisms to ensure that labor is fairly compensated, with minimum wage standards significantly above the UBI and robust collective bargaining rights.\n", "* **Impact on Historical Inequalities:** While based on merit, these mechanisms would be designed with \"on-ramps\" and support structures (e.g., entrepreneurship training for disadvantaged communities, mentorship programs) to ensure equitable access to opportunities, rather than perpetuating existing advantages.\n", "\n", "**C. Community & Restorative Justice Funds (Fairness & Community Autonomy):**\n", "\n", "* **Concept:** Dedicated funds and resources specifically allocated to address historical inequalities, promote community-led development, and repair societal harms.\n", "* **Mechanisms:**\n", " * **Restorative Justice Fund (RJF):** A substantial, permanent fund explicitly for reparative justice. It would finance:\n", " * **Targeted Investments:** Direct investments in historically marginalized communities (e.g., infrastructure, education, healthcare facilities, land redistribution, cultural preservation).\n", " * **Restorative Justice Programs:** Funding for mediation, victim support, community-led healing initiatives, and programs that address systemic biases in justice systems.\n", " * **Cultural Restoration:** Support for reclaiming and revitalizing cultural practices, languages, and histories that were suppressed.\n", " * **Community Resource Pools:** Each local community has a significant allocation of public funds managed by its **Local Autonomy Council** (see below). These funds are used for local projects, infrastructure, and services identified by the community itself (e.g., parks, libraries, local transport, community centers).\n", " * **Ecological Commons Stewardship:** Resources (land, water, air) deemed \"commons\" are managed collectively for long-term sustainability. Decisions on their use are made through deliberative processes involving all affected communities and expert ecological councils.\n", "* **Impact on Historical Inequalities:** This tier directly confronts and actively works to reverse the impacts of past discrimination, exploitation, and dispossession, empowering affected communities to rebuild on their own terms.\n", "\n", "### II. Decision-Making Authority\n", "\n", "Decision-making in the EAN is designed to be distributed, informed, and accountable, maximizing autonomy at the individual and community levels while ensuring coherence and fairness across the entire system.\n", "\n", "**A. Nested Deliberative Councils (Subsidiarity & Autonomy):**\n", "\n", "* **Structure:** A hierarchical but porous system of interconnected councils:\n", " * **Local Autonomy Councils (LACs):** Hyper-local (e.g., neighborhood, village). Responsible for managing community resources, local infrastructure, public safety, and cultural initiatives. Decisions are primarily made through **Deliberative Citizen Assemblies** (randomly selected, representative groups engaging in informed discussion) and facilitated consensus.\n", " * **Regional Coordination Councils (RCCs):** Representing a collection of LACs (e.g., cities, counties). Responsible for coordinating larger-scale infrastructure (transport, energy), environmental management, and economic development that spans multiple local communities. Representatives are chosen by LACs and serve with rolling terms.\n", " * **Global Coordination Council (GCC):** Represents the entire EAN. Focuses on overarching constitutional principles, human rights, global commons (oceans, atmosphere), inter-regional disputes, major resource allocation (e.g., inter-regional energy grids), and long-term strategic planning. Representatives are chosen by RCCs and expert bodies.\n", "* **Decision-Making Process:**\n", " * **Deliberation First:** Councils prioritize thorough deliberation, informed by data and expert advice, before voting.\n", " * **Consensus Seeking:** Strive for consensus on most issues.\n", " * **Weighted Voting/Supermajority:** For contentious issues or when consensus is elusive, a supermajority vote is required. In higher-tier councils, votes might be weighted by population size of the represented constituent bodies, or by the degree of impact a decision has on their respective communities.\n", " * **Referendum Override:** Citizens at any level can initiate referenda to challenge or directly approve council decisions, especially those impacting rights or core principles.\n", "\n", "**B. Direct Digital Democracy & Citizen Participation (Autonomy & Efficiency):**\n", "\n", "* **Platform:** A secure, transparent, and user-friendly digital platform (e.g., a \"Digital Agora\") that allows all citizens to:\n", " * **Propose Policies & Laws:** Individuals or groups can submit proposals that gain traction through citizen support.\n", " * **Vote on Referenda:** Direct voting on key issues or to challenge council decisions.\n", " * **Participate in Citizen Juries & Assemblies:** Online tools to facilitate informed deliberation among randomly selected citizen groups.\n", " * **Feedback & Oversight:** Provide direct feedback on public services, report issues, and monitor the performance of elected officials and institutions.\n", "* **Mechanisms for Informed Participation:**\n", " * **Mandatory \"Information Modules\":** Before voting on complex issues, citizens are presented with balanced, evidence-based summaries of arguments for and against, expert analyses, and impact assessments.\n", " * **Gamified Education:** Tools to make understanding complex policy engaging and accessible.\n", "* **Impact on Conflicting Interests:** The digital platform allows for broader participation and the airing of diverse viewpoints, while structured information modules help prevent uninformed decision-making driven by emotion or misinformation.\n", "\n", "**C. Expert and Advisory Bodies (Efficiency & Fairness):**\n", "\n", "* **Role:** Independent expert bodies (e.g., scientific academies, economic forecasting institutes, sociological research groups) provide unbiased data, analysis, and policy recommendations to all levels of governance.\n", "* **Function:** They ensure that policies are evidence-based, technically sound, and consider long-term consequences. Their advice is publicly accessible, and councils must provide justifications if they choose to deviate significantly from expert consensus.\n", "* **Ethical Review Boards:** Panels (including ethicists, philosophers, and citizens) would review policies for their adherence to EAN's core principles, especially concerning emerging technologies or complex social issues.\n", "\n", "**D. Judicial and Conflict Resolution Tribunals (Fairness & Resolution):**\n", "\n", "* **Structure:** An independent, decentralized judiciary with a strong emphasis on **Restorative Justice**.\n", "* **Levels:**\n", " * **Community Resolution Panels:** Focus on mediation, reconciliation, and community service for minor disputes and harms.\n", " * **Regional Justice Courts:** Handle more complex civil and criminal cases, always seeking restorative outcomes where possible.\n", " * **Constitutional Tribunal:** The highest court, tasked with upholding the Foundational Principles, arbitrating disputes between governance levels, and protecting individual and community rights against overreach.\n", "* **Conflict Resolution:** Emphasis on non-adversarial methods like mediation, arbitration, and facilitated dialogue before litigation. When litigation is necessary, processes are designed to be efficient, transparent, and accessible.\n", "* **Ombudsman & Whistleblower Protections:** Independent offices exist at all levels to investigate complaints against governance bodies and protect individuals who report misconduct, ensuring accountability.\n", "\n", "### III. Addressing Conflicting Interests and Historical Inequalities\n", "\n", "* **Deliberative Design:** The entire system is built on principles of deliberation, ensuring that diverse perspectives are heard, understood, and integrated where possible, rather than simply outvoted.\n", "* **Prioritization Framework:** The Foundational Principles act as a clear hierarchy for resolving conflicts. Basic Needs > Autonomy > Efficiency. For example, economic efficiency would never justify policies that undermine universal basic resources or infringe on fundamental rights.\n", "* **Transparency & Data:** Open access to information about resource allocation, policy impacts, and decision-making processes helps to build trust and expose potential biases or conflicts of interest.\n", "* **Adaptive Policy Cycles:** Regular, mandated reviews of policies and resource allocations, informed by performance metrics and social impact assessments, allow for course correction when policies inadvertently create or exacerbate inequalities or conflicts.\n", "* **Cultural Competency & Anti-Bias Training:** All participants in governance, especially those in leadership or judicial roles, undergo ongoing training to understand and mitigate unconscious biases and promote cultural sensitivity.\n", "* **Formal Appeals & Grievance Mechanisms:** Clear and accessible pathways for individuals and communities to appeal decisions, raise grievances, and seek redress, ensuring that all voices can challenge perceived unfairness.\n", "* **Affirmative Opportunity Programs:** Time-limited, targeted programs designed to explicitly address persistent disparities in access to education, training, entrepreneurship, and leadership roles for historically marginalized groups. These are not about preferential treatment indefinitely but about leveling the playing field until equity is demonstrably achieved.\n", "\n", "### Technology as an Enabler\n", "\n", "* **Blockchain for Transparency & Trust:** Immutable records for resource allocation, voting, and legal decisions enhance transparency and prevent tampering.\n", "* **AI for Data Analysis & Prediction:** Used to analyze vast datasets for optimal resource allocation, predict potential societal impacts of policies, identify emerging needs, and detect systemic biases in real-time. Crucially, AI would be *advisory*, not decision-making, and its algorithms would be open-source and auditable.\n", "* **Secure Digital Identity & Voting Systems:** Ensuring secure, anonymous, and verifiable participation in direct democracy and governance processes.\n", "\n", "### Conclusion\n", "\n", "The Equitable Autonomous Network (EAN) seeks to create a dynamic, self-correcting system where fairness is the bedrock, individual and community autonomy are paramount, and efficiency is achieved through informed, distributed decision-making. By explicitly addressing historical inequalities through reparative justice and a robust UBR, and by building conflict resolution into its very structure, the EAN aims to foster a society that is not only prosperous but truly just and sustainable for all. It's a system designed to evolve with humanity's understanding of itself and the world, perpetually striving for its core ideals." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "gemini = OpenAI(api_key=google_api_key, base_url=\"https://generativelanguage.googleapis.com/v1beta/openai/\")\n", "model_name = \"gemini-2.5-flash\"\n", "\n", "response = gemini.chat.completions.create(model=model_name, messages=messages)\n", "answer = response.choices[0].message.content\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)" ] }, { "cell_type": "code", "execution_count": 16, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Of course. This is a fascinating and profound question. Designing a governance system from first principles is a classic exercise in political philosophy, but grounding it in your three pillars—**Fairness, Autonomy, and Efficiency**—provides a robust framework.\n", "\n", "Here is a proposed system, which I will call **Subsidiarity-Based Pluralism (SBP)**, and how it would approach resource distribution and decision-making.\n", "\n", "### Foundational Principles\n", "\n", "First, let's define the core principles as they apply to this system:\n", "\n", "* **Fairness:** This is not merely equality of outcome or opportunity, but **equity of capability**. The system is designed to ensure every individual has the genuine capacity to pursue a flourishing life. This explicitly acknowledges and corrects for historical inequalities and differing starting points.\n", "* **Autonomy:** Individuals and communities have the right to self-determination, to live according to their own values, and to have a meaningful voice in decisions that affect them. This principle is the primary check against centralized tyranny.\n", "* **Efficiency:** Resources (time, material, human capital) should be used to achieve the maximum benefit with minimal waste. This means decisions should be made at the most local level possible, where information is most accurate and accountability is highest.\n", "\n", "### The Architecture of the System: A Multi-Layered Federation\n", "\n", "The system is structured like a set of nested circles, from the individual outward.\n", "\n", "1. **The Individual:** The fundamental unit of moral concern and autonomy.\n", "2. **The Local Community (LC):** A geographically or culturally defined group of a manageable size (e.g., a town, a city neighborhood, a collection of rural villages) where face-to-face deliberation is possible.\n", "3. **The Regional Council (RC):** A federation of LCs that share common infrastructure, economic ties, or ecological systems (e.g., a watershed, a metropolitan area).\n", "4. **The Global Assembly (GA):** A body representing all humanity, responsible for truly global issues.\n", "\n", "The guiding rule for decision-making is the **Principle of Strict Subsidiarity:**\n", "\n", "> **A decision or function must be handled by the smallest, lowest, or least centralized competent authority.** A higher level can only intervene if a lower level is demonstrably failing to meet a minimum standard of fairness or is causing significant harm to another community.\n", "\n", "---\n", "\n", "### I. Distribution of Resources\n", "\n", "The system would use a hybrid model to balance autonomy with fairness.\n", "\n", "#### A. The Foundational Endowment (Mechanism for Fairness & Autonomy)\n", "\n", "* **What it is:** Every individual, upon reaching the age of majority, receives a substantial, universal, and unconditional **Capital and Basic Income Endowment**.\n", "* **The Capital Portion:** A lump sum of resources (money, digital currency, credits) to be used for education, starting a business, buying a home, or investing. This directly attacks historical wealth inequality by giving everyone a genuine starting stake.\n", "* **The Basic Income Portion:** A regular, monthly payment sufficient to cover basic necessities: food, shelter, utilities, and healthcare. This ensures **autonomy** by freeing individuals from destitution and the coercive power of any single employer or entity.\n", "\n", "#### B. The Social Inheritance Fund (Mechanism for Fairness & Efficiency)\n", "\n", "* **What it is:** A collectively owned fund, resourced by a low but broad-based tax on all commercial activity (a \"value-added\" or \"transaction\" tax) and a significant **inheritance tax on large estates**.\n", "* **How it works:** This fund does not give cash to individuals. Instead, it finances public goods that are inefficient or unfair for individuals to provide for themselves:\n", " * **Universal Healthcare & Education:** Free at the point of use.\n", " * **Public Infrastructure:** Roads, broadband, energy grids.\n", " * **Environmental Stewardship:** Rewarding communities for preserving ecosystems that benefit the wider region.\n", "* This fund is managed democratically by each level (LC, RC, GA) for goods at their respective scale, ensuring resources are allocated **efficiently** to where they are most needed for the collective good.\n", "\n", "#### C. Local Resource Autonomy (Mechanism for Autonomy & Efficiency)\n", "\n", "* Local Communities can create and manage their own additional economic systems. They can experiment with local currencies, cooperatives, or different models of property rights (private, communal, etc.), provided they do not violate the core principles (e.g., by creating internal caste systems or polluting a neighbor's environment).\n", "* This encourages innovation and allows communities to align their local economy with their cultural values.\n", "\n", "---\n", "\n", "### II. Decision-Making Authority\n", "\n", "The system is designed to prevent the concentration of power while enabling effective action.\n", "\n", "#### A. At the Local Community Level: Deliberative Democracy\n", "\n", "* **Mechanism:** A combination of citizen assemblies and direct voting.\n", "* **Citizen Assemblies:** Randomly selected groups of residents (like jury duty) are convened to study complex local issues (e.g., \"How should we redesign the public park?\"). They hear from experts and stakeholders and make recommendations or binding decisions. This counters the influence of special interests and leverages collective intelligence.\n", "* **Direct Voting:** For major issues (like large construction projects or significant tax changes), binding referendums are held. This ensures broad **autonomy**.\n", "* **Authority:** Zoning, local education curriculum (within a global human rights framework), community policing, local cultural affairs.\n", "\n", "#### B. At the Regional Council Level: Federated Representation\n", "\n", "* **Mechanism:** A council of delegates elected from and recallable by the Local Communities.\n", "* **Role:** To manage common resources and coordinate policies that cross local boundaries.\n", "* **Authority:** Regional transportation, water management, regional environmental protection, disaster response, harmonizing economic regulations to prevent a \"race to the bottom.\"\n", "\n", "#### C. At the Global Assembly Level: Guardians of Humanity and Fairness\n", "\n", "* **Mechanism:** A dual-body system.\n", " 1. **A People's Chamber:** Representatives elected proportionally from the world's population.\n", " 2. **A Guardians' Council:** Comprised of esteemed experts in science, ethics, law, and human rights, appointed for long, non-renewable terms to insulate them from political pressure. Their role is to veto any legislation from the People's Chamber that violates the core constitutional principles of fairness, autonomy, or ecological sustainability.\n", "* **Authority:** *Extremely limited and explicitly enumerated.* It includes:\n", " * Enforcing fundamental human rights.\n", " * Managing the global commons (atmosphere, oceans, orbital space).\n", " * Coordinating pandemic response.\n", " * Preventing genocide and mass atrocities.\n", " * Adjudicating disputes between Regional Councils.\n", "\n", "---\n", "\n", "### Addressing the Challenges\n", "\n", "#### Conflicting Interests:\n", "\n", "* **Principle of Strict Subsidiarity:** Prevents most conflicts by localizing decisions. A dispute between two neighbors over a tree is handled by a local mediator, not a global body.\n", "* **Deliberative Democracy:** Transforms adversarial politics into problem-solving. By bringing randomly selected citizens together, it fosters empathy and compromise.\n", "* **The Courts:** An independent, multi-layered judiciary is the final arbiter of conflicts, interpreting the core constitutional principles.\n", "\n", "#### Historical Inequalities:\n", "\n", "* **The Foundational Endowment** is the primary tool for corrective justice. It is a direct wealth transfer to new generations, diluting the concentration of inherited advantage.\n", "* **The Social Inheritance Fund** is funded significantly by taxes on large accumulations of wealth, continuously recycling privilege into public goods.\n", "* **The Global Assembly** has the power to mandate and fund targeted programs for communities that have suffered historical injustices (e.g., systemic discrimination, colonial extraction), but the implementation is done at the regional or local level to ensure cultural appropriateness.\n", "\n", "### Potential Weaknesses and Safeguards\n", "\n", "* **Risk of Local Tyranny:** A local community could become oppressive to minorities within it.\n", " * **Safeguard:** A robust, constitutionally enshrined **Global Bill of Rights** that is inviolable by any lower level. Any individual can appeal to the global judiciary.\n", "* **Inefficiency of Deliberation:** Citizen assemblies can be slow.\n", " * **Safeguard:** They are used for strategic, long-term planning, not day-to-day administration, which is handled by a professional, accountable civil service.\n", "* **Free-Riding:** A community might choose to not contribute fairly to the Social Inheritance Fund.\n", " * **Safeguard:** Access to global and regional public goods (e.g., trade, disaster relief) is contingent on fulfilling one's fiscal responsibilities, as adjudicated by the independent courts.\n", "\n", "In conclusion, this system of **Subsidiarity-Based Pluralism** attempts to weave fairness, autonomy, and efficiency into a coherent whole. It grounds fairness in a direct redistribution of life chances, protects autonomy through radical decentralization, and pursues efficiency by matching the scale of governance to the scale of the problem. It is not a utopian blueprint but a dynamic framework designed to manage humanity's perpetual tensions with wisdom, resilience, and a deep respect for both the individual and the collective." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "deepseek = OpenAI(api_key=deepseek_api_key, base_url=\"https://api.deepseek.com/v1\")\n", "model_name = \"deepseek-chat\"\n", "\n", "response = deepseek.chat.completions.create(model=model_name, messages=messages)\n", "answer = response.choices[0].message.content\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)" ] }, { "cell_type": "code", "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Below is a **blue‑print for a governance architecture** that tries to hold the three pillars—**fairness, autonomy, and efficiency**—in tension with one another while still delivering a functional, adaptable society. I have broken the design into four inter‑locking layers, each with its own set of concrete institutions, decision‑making procedures, and resource‑allocation tools. The goal is to keep power as close to the people who are affected by it (autonomy), to correct historic and structural imbalances (fairness), and to make sure the system can actually get things done without endless deadlock (efficiency).\n", "\n", "---\n", "\n", "## 1. Core Principles & How They Translate into Rules\n", "\n", "| Principle | What it demands | Translating rule (the “constitution” of the system) |\n", "|-----------|----------------|----------------------------------------------------|\n", "| **Fairness** | • Everyone receives a baseline that makes them capable of participating fully.
• Past injustices are acknowledged and mitigated.
• Outcomes are monitored for systemic bias. | 1. **Universal Baseline Entitlements (UBE)** – a set of indivisible rights to food, housing, health, education, and digital connectivity, funded by a progressive “social dividend” tax on wealth and corporate profit.
2. **Equity Adjustment Index (EAI)** – a data‑driven multiplier applied to the UBE and to all subsequent public‑service allocations that reflects historic deprivation (regional, racial, gender, disability, etc.). |\n", "| **Autonomy** | • Individuals/communities decide locally on matters that affect them.
• Central authority intervenes only when local decisions threaten the baseline or the rights of others. | 1. **Subsidiarity Principle** – decisions are taken at the most granular level that can solve the problem efficiently.
2. **Community Governance Pods (CGPs)** – elected/selected bodies with direct‑participation tools (e.g., liquid‑democracy, deliberative polling) that control a defined budget and policy scope. |\n", "| **Efficiency** | • Resources are used where they generate the most social value per unit of cost.
• Bureaucratic friction is minimized.
• Feedback loops rapidly correct mistakes. | 1. **Outcome‑Based Funding (OBF)** – public funds flow to programs that meet pre‑agreed performance metrics (cost‑per‑outcome, carbon‑intensity, equity‑impact).
2. **Algorithmic Decision‑Support (ADS)** – open‑source models that simulate the impact of policy proposals and flag unintended externalities before a vote. |\n", "\n", "---\n", "\n", "## 2. Institutional Architecture\n", "\n", "### A. **The Global‑Level “Meta‑Council”** (acts as a constitutional guard)\n", "\n", "* **Composition:** 1) 30% elected by popular vote (proportional representation), 2) 30% selected by expert panels (science, economics, ethics), 3) 40% allocated to historically marginalized blocs (e.g., indigenous peoples, formerly colonized regions) through a *reparative seat‑allocation* formula.\n", "* **Mandate:** 1) Set the **Universal Baseline Entitlements** and **Equity Adjustment Index**.
2) Approve the **Algorithmic Decision‑Support framework** and the **Outcome‑Based Funding standards**.
3) Resolve disputes that cross regional boundaries (e.g., climate migration, trans‑national infrastructure).\n", "* **Decision rule:** Super‑majority (66 %) with a *fairness veto*: any proposal that would lower the UBE for a demographic group identified by the EAI must be rejected unless an explicit, majority‑supported reparative plan is attached.\n", "\n", "### B. **Regional Assemblies (RA)** – 1 per *geopolitical region* (e.g., state/province, large metropolitan area)\n", "\n", "* **Scope:** Education curricula, regional transport, water management, health service organization, local taxation within a ceiling set by the Meta‑Council.\n", "* **Governance Pods (CGPs):** Within each RA there are **neighbourhood pods** (≈1,000‑5,000 citizens) that receive a *budget block* proportional to the local EAI‑adjusted population.\n", "* **Deliberative Process:** Pods use a *mini‑deliberative poll* (48‑hour online discussion + 2‑hour face‑to‑face meeting) before voting on any allocation. Results are aggregated by a **Weighted Consensus Algorithm** that gives extra weight to historically marginalized voices (as measured by the EAI).\n", "\n", "### C. **Sector‑Specific “Efficiency Boards” (EB)**\n", "\n", "* **Examples:** Energy, Transportation, Digital Infrastructure, Climate Resilience, Public Health.\n", "* **Structure:** 40% elected technocrats, 30% civil‑society representatives, 30% stakeholder groups (e.g., labor unions, consumer co‑ops). \n", "* **Power:** They design **Performance Metrics** that feed into the Outcome‑Based Funding system. They can re‑allocate surplus resources across regions *only* when the metrics show a clear net‑gain in social value (e.g., reduction of carbon emissions per dollar spent). \n", "* **Transparency:** All simulations run by the ADS are published in real‑time dashboards.\n", "\n", "### D. **Dispute‑Resolution Courts (DRC)**\n", "\n", "* **Two tiers:** 1) **Local Arbitration Panels** (volunteers trained in restorative justice) for everyday conflicts; 2) **Regional Courts of Equity** for cases involving the UBE, EAI, or cross‑regional externalities. \n", "* **Binding nature:** Decisions are enforceable because the funding streams (UB‑derived taxes) are automatically redirected to the prevailing side, creating a financial incentive for compliance.\n", "\n", "---\n", "\n", "## 3. Resource Distribution Mechanics\n", "\n", "### 1. **Baseline Funding Flow**\n", "```\n", "Total Tax Revenue\n", " └─► 60% → Universal Baseline Entitlements (UBEs) → Direct cash transfers + universal public services\n", " └─► 20% → Equity Adjustment Pool (EAP) → Multiplier on UBEs for high‑EAI communities\n", " └─► 15% → Outcome‑Based Funding pool (OBF) → Distributed to projects that meet performance metrics\n", " └─► 5% → Administrative & Oversight Costs (transparent, audited)\n", "```\n", "\n", "* **Progressive Tax Design:** Marginal tax rates start at 15 % and rise to 55 % above a wealth threshold; a “carbon dividend” is levied on high‑emission enterprises and funneled into the OBF pool.\n", "\n", "### 2. **Local Budget Allocation (within a CGP)**\n", "* **Step‑1 – Needs Scan:** Automated survey (open‑source) collects data on housing, health, education, and digital access gaps. The EAI adjusts the weight of each indicator.\n", "* **Step‑2 – Community Deliberation:** Residents discuss three pre‑selected proposals (generated by the ADS) and can submit a fourth “wild‑card” idea.\n", "* **Step‑3 – Vote & Weighting:** Simple majority decides, but the final allocation formula is:\n", " \\[\n", " \\text{Fund}_i = \\frac{V_i \\times (1 + \\alpha \\cdot \\text{EAI}_i)}{\\sum_j V_j \\times (1 + \\alpha \\cdot \\text{EAI}_j)} \\times \\text{Budget}\n", " \\]\n", " where \\(V_i\\) is the vote share for proposal *i* and \\(\\alpha\\) (≈0.3) is a fairness‑boost coefficient.\n", "\n", "### 3. **Efficiency Board Re‑allocation**\n", "* When a project exceeds its performance threshold (e.g., 20 % reduction in cost‑per‑outcome), a **surplus credit** is generated. The credit can be:\n", " * **Banked** for the next fiscal cycle, or\n", " * **Transferred** to another region that has a shortfall in the same sector, provided a **mutual‑benefit agreement** is signed.\n", "\n", "---\n", "\n", "## 4. Managing Conflicting Interests\n", "\n", "| Conflict Type | Mechanism to Resolve | Why it preserves the three pillars |\n", "|---------------|----------------------|------------------------------------|\n", "| **Local vs. Global (e.g., a region wants cheap coal, global wants decarbonization)** | *Escalation Protocol*: Local CGP decision is first simulated through the ADS. If the simulation shows a net negative impact on the global carbon budget, the proposal is flagged for **Regional Court of Equity**. The court can impose a **transition fund** (from the OBF pool) that subsidizes a clean‑energy alternative for the region. | *Fairness* – the region isn’t forced to give up jobs; it receives compensation.
*Autonomy* – the region’s original preference is heard and formally evaluated.
*Efficiency* – the carbon budget is protected, avoiding longer‑term climate costs. |\n", "| **Inter‑community resource competition (e.g., water rights)** | **Joint‑Management Trusts** created at the watershed level, composed of proportional representatives from each affected CGP plus neutral experts. Decisions are made by **super‑majority (75 %)** with a **fairness veto** for any community whose EAI‑adjusted per‑capita water access falls below a minimum threshold. | The veto guarantees the historically water‑scarce groups are protected, while the super‑majority pushes parties toward collaborative solutions. |\n", "| **Historical Inequality vs. Meritocratic Allocation** | **Equity Adjustment Index (EAI)** is built from a multi‑decade dataset of income, education, health, and land‑ownership disparities. It is **periodically re‑calibrated** (every 5 years) by an independent research consortium, ensuring the correction factor does not become a permanent “handicap” for formerly privileged groups. | The system is **fair** (corrects past harms), **autonomous** (communities can still earn higher allocations by outperforming the metrics), and **efficient** (the EAI is data‑driven, not ad‑hoc). |\n", "\n", "---\n", "\n", "## 5. Addressing Historical Inequalities in Practice\n", "\n", "1. **Data‑Driven Reparations** \n", " *A “Historical Harm Ledger”* quantifies the cumulative deprivation experienced by each demographic group (e.g., land taken, forced labor, disenfranchisement). The ledger feeds directly into the **EAI multiplier** and into a **Reparations Grant Program** that funds community‑owned enterprises, cultural preservation, and educational scholarships.\n", "\n", "2. **Ownership Transfer Mechanisms** \n", " *Community Land Trusts (CLTs)* receive seed capital from the EAP and acquire strategically valuable parcels (urban lots, renewable‑energy sites). The CLTs issue **participatory equity tokens** to local residents, granting them collective voting rights over the asset’s future use.\n", "\n", "3. **Education & Narrative Reform** \n", " The **Meta‑Council** mandates a **Curriculum of Interconnected Histories** that is co‑designed by scholars from the Global South, Indigenous educators, and diaspora communities. This builds a shared sense of fairness and reduces the “us vs. them” mindset that often fuels conflict.\n", "\n", "---\n", "\n", "## 6. Efficiency Safeguards\n", "\n", "| Safeguard | Description | Expected impact |\n", "|----------|-------------|-----------------|\n", "| **Algorithmic Decision‑Support (ADS) Audits** | Open‑source code, quarterly peer‑review, and a **Red‑Team** that stress‑tests simulations for bias. | Prevents “efficient” proposals that hide externalities (e.g., environmental degradation). |\n", "| **Performance‑Based Funding Cycles** | Budgets are released in **quarterly tranches**; each tranche requires proof of metric achievement before the next is unlocked. | Creates a feedback loop that curtails wasteful spending and motivates continuous improvement. |\n", "| **Dynamic Budget Caps** | Each CGP’s budget cannot exceed **1.5 ×** its previous year’s **effective spend** (outcome‑adjusted). Overspending triggers a **re‑allocation audit**. | Discourages ballooning administrative costs and encourages realistic planning. |\n", "| **Citizen Oversight Panels** | Randomly selected citizens (sortition) serve 6‑month terms reviewing the ADS outputs and the Efficiency Board’s metric definitions. | Guarantees that technical expertise does not become an opaque monopoly. |\n", "\n", "---\n", "\n", "## 7. A “Day‑in‑the‑Life” Walk‑Through\n", "\n", "1. **Morning:** Maria in a coastal CGP logs onto the **Community Portal** and sees three pre‑screened proposals: (a) a solar‑panel co‑op, (b) a flood‑resilience park, (c) a micro‑loan fund for women artisans. She watches a 2‑minute ADS simulation that shows the social‑value per dollar, the EAI boost each would receive, and the projected carbon impact.\n", "\n", "2. **Mid‑day:** She joins a 30‑minute virtual deliberation with her neighbours, where a facilitator from the local oversight panel helps surface concerns: the micro‑loan fund might not reach the most historically excluded block. Someone proposes a modest “target‑allocation add‑on” that the ADS automatically calculates.\n", "\n", "3. **Evening:** After the deliberation, the pod votes. The solar‑panel co‑op wins 55 % of the votes, but because the flood‑resilience park has a higher EAI‑adjusted need, the weighted consensus formula allocates **60 %** of the pod’s budget to the park and **40 %** to the co‑op. The results are instantly posted to the regional dashboard.\n", "\n", "4. **Night:** The **Regional Assembly** receives the aggregated allocations. An Efficiency Board reviews the flood‑resilience park’s design and confirms it meets the “cost‑per‑person‑protected” metric. Funding is released in two tranches, with the second contingent on a mid‑year impact report.\n", "\n", "5. **Next year:** The park’s success reduces flood damage by 30 %, generating a surplus credit. That credit is automatically transferred to a neighboring inland CGP that needs irrigation upgrades, fulfilling the **mutual‑benefit clause** without any extra negotiation.\n", "\n", "---\n", "\n", "## 8. Potential Risks & Mitigation Strategies\n", "\n", "| Risk | Why it threatens the three pillars | Mitigation |\n", "|------|-----------------------------------|------------|\n", "| **Metric gaming** – actors manipulate data to meet OBF thresholds. | Undermines fairness (resources go to “paper” successes) and efficiency (wasted funds). | • Independent auditors + random spot‑checks.
• Multi‑dimensional metrics (combine quantitative and qualitative signals). |\n", "| **Algorithmic opacity** – citizens distrust ADS outputs. | Erodes autonomy (people feel decisions are made by “black boxes”). | • Open‑source code, mandatory “explain‑in‑plain‑language” summaries, and citizen oversight panels. |\n", "| **Entrenched elite capture** of the Meta‑Council. | Violates fairness and autonomy for marginalized groups. | • Reparative seat‑allocation, term limits, and mandatory rotation of representatives from civil‑society coalitions. |\n", "| **Resource scarcity spikes** (e.g., sudden drought). | Forces trade‑offs that may appear unfair or autocratic. | • Pre‑negotiated **Resilience Reserve Fund** (5 % of tax revenue) that can be deployed with a fast‑track, consensus‑based emergency protocol. |\n", "| **Cultural resistance to data‑driven allocation** | May view EAI as “paternalistic”. | • Continuous community education, co‑design of the EAI methodology, and a **right‑to‑opt‑out** clause where a community can request a manual deliberative process (subject to a fairness‑veto if it would lower the baseline). |\n", "\n", "---\n", "\n", "## 9. Summary – The Governance Equation\n", "\n", "\\[\n", "\\boxed{\n", "\\text{Good Governance} = \n", "\\underbrace{(\\text{Baseline Fairness} \\times \\text{Equity Adjustment})}_{\\text{Historical Justice}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Local Autonomy} \\times \\text{Subsidiarity})}_{\\text{People‑Centred Power}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Outcome‑Based Funding} \\times \\text{Algorithmic Insight})}_{\\text{Efficient Delivery}}\n", "}\n", "\\]\n", "\n", "*The system is **self‑correcting** (ADS + audits), **self‑balancing** (EAI + fairness veto), and **self‑empowering** (CGPs + citizen oversight). By anchoring all resource flows to an unconditional baseline, adjusting for historic disadvantage, and then letting communities decide *how* to augment that baseline within transparent, outcome‑driven limits, we get a structure that respects the three guiding values without letting any single one dominate to the detriment of the others.*\n", "\n", "---\n", "\n", "### Take‑away for a policymaker or designer\n", "\n", "1. **Start with a hard‑wired universal safety net** (the UBE). Anything you build on top of it must not erode it.\n", "2. **Quantify historic inequities** (EAI) and bake the multiplier into every budgetary formula.\n", "3. **Decentralize decision‑making** but attach a **performance‑feedback loop** (OBF + ADS) that can pull resources toward the most socially valuable outcomes.\n", "4. **Institutionalize conflict‑resolution** (DRCs, fairness vetoes) at every level so that clashes are settled before they become entrenched power struggles.\n", "5. **Make the system visible** (dashboards, open code, citizen panels) so that autonomy is felt as real influence, not just a façade.\n", "\n", "When these steps are combined, you get a governance ecosystem that can **learn, adapt, and stay true** to fairness, autonomy, and efficiency—even in the face of deep‑seated historical wounds and ever‑shifting collective interests." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Updated with the latest Open Source model from OpenAI\n", "\n", "groq = OpenAI(api_key=groq_api_key, base_url=\"https://api.groq.com/openai/v1\")\n", "model_name = \"openai/gpt-oss-120b\"\n", "response = groq.chat.completions.create(model=model_name, messages=messages)\n", "answer = response.choices[0].message.content\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## For the next cell, we will use Ollama\n", "\n", "Ollama runs a local web service that gives an OpenAI compatible endpoint, \n", "and runs models locally using high performance C++ code.\n", "\n", "If you don't have Ollama, install it here by visiting https://ollama.com then pressing Download and following the instructions.\n", "\n", "After it's installed, you should be able to visit here: http://localhost:11434 and see the message \"Ollama is running\"\n", "\n", "You might need to restart Cursor (and maybe reboot). Then open a Terminal (control+\\`) and run `ollama serve`\n", "\n", "Useful Ollama commands (run these in the terminal, or with an exclamation mark in this notebook):\n", "\n", "`ollama pull ` downloads a model locally \n", "`ollama ls` lists all the models you've downloaded \n", "`ollama rm ` deletes the specified model from your downloads" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", " \n", " \n", " \n", " \n", "
\n", " \n", " \n", "

Super important - ignore me at your peril!

\n", " The model called llama3.3 is FAR too large for home computers - it's not intended for personal computing and will consume all your resources! Stick with the nicely sized llama3.2 or llama3.2:1b and if you want larger, try llama3.1 or smaller variants of Qwen, Gemma, Phi or DeepSeek. See the the Ollama models page for a full list of models and sizes.\n", " \n", "
" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠋ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠙ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠹ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠸ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠼ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠴ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠦ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠧ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠇ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠏ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest ⠋ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 1.2 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 1.6 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 2.5 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 3.5 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 4.8 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 5.4 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 6.5 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 7.8 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 8.1 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 0% ▕ ▏ 9.3 MB/2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 10 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 11 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 12 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 13 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 13 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 14 MB/2.0 GB 8.9 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 15 MB/2.0 GB 8.9 MB/s 3m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 16 MB/2.0 GB 8.9 MB/s 3m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 17 MB/2.0 GB 8.9 MB/s 3m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 18 MB/2.0 GB 8.9 MB/s 3m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 19 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 20 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 21 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 22 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 23 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 24 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 24 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 25 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 27 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 27 MB/2.0 GB 9.2 MB/s 3m37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 28 MB/2.0 GB 9.3 MB/s 3m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 1% ▕ ▏ 29 MB/2.0 GB 9.3 MB/s 3m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 30 MB/2.0 GB 9.3 MB/s 3m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 31 MB/2.0 GB 9.3 MB/s 3m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 32 MB/2.0 GB 9.3 MB/s 3m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 33 MB/2.0 GB 9.3 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 34 MB/2.0 GB 9.3 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 35 MB/2.0 GB 9.3 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 35 MB/2.0 GB 9.3 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 37 MB/2.0 GB 9.3 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 38 MB/2.0 GB 9.3 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 38 MB/2.0 GB 9.3 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 39 MB/2.0 GB 9.3 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 40 MB/2.0 GB 9.3 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 41 MB/2.0 GB 9.3 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 42 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 43 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 44 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 45 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 46 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 46 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 47 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 49 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 2% ▕ ▏ 49 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 50 MB/2.0 GB 9.3 MB/s 3m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 52 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 52 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 53 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 54 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 55 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 56 MB/2.0 GB 9.3 MB/s 3m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 57 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 58 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 59 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 60 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 60 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 61 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 62 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 63 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 64 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 65 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 66 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 67 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 68 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 68 MB/2.0 GB 9.3 MB/s 3m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 3% ▕ ▏ 70 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 71 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 71 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 72 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 73 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 74 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 75 MB/2.0 GB 9.3 MB/s 3m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 76 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 77 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 78 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 79 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 79 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 81 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 82 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 82 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 83 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 84 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 85 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 86 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 87 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 88 MB/2.0 GB 9.3 MB/s 3m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 89 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 4% ▕ ▏ 90 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 91 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 92 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 93 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 93 MB/2.0 GB 9.3 MB/s 3m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 94 MB/2.0 GB 9.4 MB/s 3m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 95 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 96 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 97 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 98 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 99 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 100 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 101 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 101 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 103 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 104 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 104 MB/2.0 GB 9.4 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 105 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 107 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 107 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 108 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 109 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 5% ▕ ▏ 110 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕ ▏ 111 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 112 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 113 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 114 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 115 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 115 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 116 MB/2.0 GB 9.4 MB/s 3m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 117 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 118 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 119 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 120 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 121 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 122 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 123 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 123 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 125 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 126 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 126 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 127 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 128 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 129 MB/2.0 GB 9.4 MB/s 3m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 6% ▕█ ▏ 130 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 131 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 132 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 133 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 134 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 134 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 136 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 137 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 137 MB/2.0 GB 9.4 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 138 MB/2.0 GB 9.4 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 140 MB/2.0 GB 9.4 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 140 MB/2.0 GB 9.3 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 141 MB/2.0 GB 9.3 MB/s 3m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 142 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 143 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 144 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 145 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 145 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 147 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 148 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 148 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 149 MB/2.0 GB 9.3 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 7% ▕█ ▏ 150 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 151 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 152 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 153 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 154 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 155 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 156 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 156 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 158 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 159 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 159 MB/2.0 GB 9.3 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 160 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 161 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 162 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 163 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 164 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 165 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 166 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 167 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 168 MB/2.0 GB 9.3 MB/s 3m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 169 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 170 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 8% ▕█ ▏ 170 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 171 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 173 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 173 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 174 MB/2.0 GB 9.4 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 175 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 176 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 177 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 178 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 179 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 180 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 181 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 181 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 182 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 184 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 184 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 185 MB/2.0 GB 9.4 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 186 MB/2.0 GB 9.4 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 186 MB/2.0 GB 9.4 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 187 MB/2.0 GB 9.3 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 188 MB/2.0 GB 9.3 MB/s 3m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 189 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 190 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 9% ▕█ ▏ 191 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 192 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 193 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 194 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 195 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 196 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 197 MB/2.0 GB 9.3 MB/s 3m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 197 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 199 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 200 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 200 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 201 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 202 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 203 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 204 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 205 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 205 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 207 MB/2.0 GB 9.3 MB/s 3m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 208 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 208 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 209 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 211 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 10% ▕█ ▏ 211 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 212 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 213 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 214 MB/2.0 GB 9.3 MB/s 3m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 215 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 216 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 217 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 218 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 219 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 219 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 220 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 222 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 222 MB/2.0 GB 9.3 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕█ ▏ 223 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 224 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 225 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 226 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 227 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 227 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 229 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 230 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 230 MB/2.0 GB 9.3 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 11% ▕██ ▏ 231 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 233 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 233 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 234 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 235 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 236 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 237 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 238 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 239 MB/2.0 GB 9.3 MB/s 3m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 240 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 241 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 241 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 243 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 244 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 244 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 245 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 246 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 247 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 248 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 249 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 250 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 251 MB/2.0 GB 9.3 MB/s 3m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 12% ▕██ ▏ 252 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 252 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 254 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 255 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 255 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 256 MB/2.0 GB 9.3 MB/s 3m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 257 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 258 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 259 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 260 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 261 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 262 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 263 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 264 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 265 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 266 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 266 MB/2.0 GB 9.3 MB/s 3m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 267 MB/2.0 GB 9.3 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 269 MB/2.0 GB 9.3 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 269 MB/2.0 GB 9.3 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 270 MB/2.0 GB 9.3 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 13% ▕██ ▏ 271 MB/2.0 GB 9.4 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 272 MB/2.0 GB 9.4 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 273 MB/2.0 GB 9.4 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 274 MB/2.0 GB 9.4 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 274 MB/2.0 GB 9.4 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 276 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 277 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 277 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 279 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 279 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 280 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 281 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 282 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 283 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 284 MB/2.0 GB 9.4 MB/s 3m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 285 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 286 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 287 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 288 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 288 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 289 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 290 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 291 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 14% ▕██ ▏ 292 MB/2.0 GB 9.4 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 293 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 294 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 295 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 296 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 296 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 298 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 299 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 299 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 300 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 301 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 302 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 303 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 304 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 305 MB/2.0 GB 9.4 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 306 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 307 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 307 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 309 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 310 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 310 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 15% ▕██ ▏ 311 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 313 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 313 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 314 MB/2.0 GB 9.4 MB/s 3m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 315 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 316 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 317 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 318 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 319 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 320 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 321 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 321 MB/2.0 GB 9.4 MB/s 3m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 323 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 324 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 324 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 325 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 326 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 327 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 328 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 329 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 330 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 331 MB/2.0 GB 9.4 MB/s 3m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 332 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 16% ▕██ ▏ 332 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕██ ▏ 333 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕██ ▏ 334 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕██ ▏ 335 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 336 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 337 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 338 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 339 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 340 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 340 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 342 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 343 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 343 MB/2.0 GB 9.4 MB/s 2m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 344 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 346 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 346 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 347 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 348 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 349 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 350 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 351 MB/2.0 GB 9.4 MB/s 2m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 352 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 17% ▕███ ▏ 353 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 354 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 354 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 355 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 357 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 357 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 358 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 359 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 360 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 361 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 362 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 363 MB/2.0 GB 9.4 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 364 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 365 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 365 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 366 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 368 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 368 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 369 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 370 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 371 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 18% ▕███ ▏ 372 MB/2.0 GB 9.4 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 373 MB/2.0 GB 9.4 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 374 MB/2.0 GB 9.4 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 375 MB/2.0 GB 9.3 MB/s 2m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 376 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 376 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 378 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 379 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 379 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 380 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 381 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 382 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 383 MB/2.0 GB 9.3 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 384 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 384 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 386 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 387 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 387 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 388 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 389 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 390 MB/2.0 GB 9.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 391 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 392 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 19% ▕███ ▏ 393 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 394 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 395 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 396 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 397 MB/2.0 GB 9.4 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 398 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 398 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 399 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 401 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 401 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 402 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 403 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 404 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 405 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 406 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 407 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 408 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 409 MB/2.0 GB 9.4 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 409 MB/2.0 GB 9.4 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 410 MB/2.0 GB 9.4 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 411 MB/2.0 GB 9.3 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 412 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 20% ▕███ ▏ 413 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 414 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 415 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 416 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 417 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 418 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 419 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 420 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 420 MB/2.0 GB 9.3 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 422 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 423 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 423 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 424 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 425 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 426 MB/2.0 GB 9.4 MB/s 2m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 426 MB/2.0 GB 9.4 MB/s 2m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 427 MB/2.0 GB 9.4 MB/s 2m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 428 MB/2.0 GB 9.4 MB/s 2m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 429 MB/2.0 GB 9.4 MB/s 2m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 430 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 431 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 432 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 432 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 21% ▕███ ▏ 433 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 434 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 435 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 435 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 436 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 437 MB/2.0 GB 9.2 MB/s 2m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 437 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 438 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 439 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 440 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 441 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 441 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 442 MB/2.0 GB 9.1 MB/s 2m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 442 MB/2.0 GB 9.1 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 443 MB/2.0 GB 9.1 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 444 MB/2.0 GB 9.1 MB/s 2m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 444 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 445 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 446 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 446 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 447 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 447 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕███ ▏ 448 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 449 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 449 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 450 MB/2.0 GB 8.9 MB/s 2m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 450 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 451 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 452 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 452 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 453 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 22% ▕████ ▏ 453 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 454 MB/2.0 GB 8.5 MB/s 3m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 454 MB/2.0 GB 8.5 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 455 MB/2.0 GB 8.5 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 456 MB/2.0 GB 8.5 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 456 MB/2.0 GB 8.5 MB/s 3m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 456 MB/2.0 GB 8.1 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 457 MB/2.0 GB 8.1 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 457 MB/2.0 GB 8.1 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 458 MB/2.0 GB 8.1 MB/s 3m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 459 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 459 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 459 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 460 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 460 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 461 MB/2.0 GB 8.1 MB/s 3m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 462 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 462 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 462 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 463 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 463 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 464 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 464 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 464 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 465 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 466 MB/2.0 GB 7.6 MB/s 3m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 466 MB/2.0 GB 7.1 MB/s 3m39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 467 MB/2.0 GB 7.1 MB/s 3m39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 467 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 467 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 468 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 469 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 469 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 469 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 470 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 470 MB/2.0 GB 7.1 MB/s 3m38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 471 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 471 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 471 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 472 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 472 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 473 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 23% ▕████ ▏ 473 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 474 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 475 MB/2.0 GB 6.6 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 476 MB/2.0 GB 6.6 MB/s 3m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 477 MB/2.0 GB 6.2 MB/s 4m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 477 MB/2.0 GB 6.2 MB/s 4m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 478 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 479 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 480 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 481 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 482 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 482 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 483 MB/2.0 GB 6.2 MB/s 4m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 485 MB/2.0 GB 6.2 MB/s 4m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 485 MB/2.0 GB 6.2 MB/s 4m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 486 MB/2.0 GB 6.3 MB/s 4m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 487 MB/2.0 GB 6.3 MB/s 4m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 488 MB/2.0 GB 6.3 MB/s 4m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 489 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 490 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 491 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 492 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 493 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 24% ▕████ ▏ 494 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 495 MB/2.0 GB 6.3 MB/s 4m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 496 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 496 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 497 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 498 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 499 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 500 MB/2.0 GB 6.4 MB/s 3m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 501 MB/2.0 GB 6.4 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 502 MB/2.0 GB 6.4 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 503 MB/2.0 GB 6.4 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 504 MB/2.0 GB 6.4 MB/s 3m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 505 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 506 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 507 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 507 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 508 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 510 MB/2.0 GB 6.7 MB/s 3m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 510 MB/2.0 GB 6.7 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 511 MB/2.0 GB 6.7 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 512 MB/2.0 GB 6.7 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 513 MB/2.0 GB 6.7 MB/s 3m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 25% ▕████ ▏ 514 MB/2.0 GB 7.1 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 515 MB/2.0 GB 7.1 MB/s 3m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 516 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 517 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 518 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 518 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 520 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 521 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 521 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 522 MB/2.0 GB 7.1 MB/s 3m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 523 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 524 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 525 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 526 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 527 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 528 MB/2.0 GB 7.5 MB/s 3m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 529 MB/2.0 GB 7.5 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 529 MB/2.0 GB 7.5 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 530 MB/2.0 GB 7.5 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 531 MB/2.0 GB 7.5 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 532 MB/2.0 GB 7.5 MB/s 3m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 533 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 26% ▕████ ▏ 534 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 535 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 536 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 537 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 538 MB/2.0 GB 7.9 MB/s 3m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 539 MB/2.0 GB 7.9 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 540 MB/2.0 GB 7.9 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 540 MB/2.0 GB 7.9 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 541 MB/2.0 GB 7.9 MB/s 3m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 542 MB/2.0 GB 8.4 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 543 MB/2.0 GB 8.4 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 544 MB/2.0 GB 8.4 MB/s 2m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 545 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 546 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 547 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 548 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 549 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 550 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 551 MB/2.0 GB 8.4 MB/s 2m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 551 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 552 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 553 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 27% ▕████ ▏ 554 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 555 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 556 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 557 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 558 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 559 MB/2.0 GB 9.0 MB/s 2m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕████ ▏ 560 MB/2.0 GB 9.0 MB/s 2m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 561 MB/2.0 GB 9.3 MB/s 2m36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 562 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 562 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 563 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 564 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 565 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 566 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 567 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 568 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 569 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 570 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 570 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 571 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 573 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 573 MB/2.0 GB 9.3 MB/s 2m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 28% ▕█████ ▏ 574 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 575 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 576 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 577 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 578 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 579 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 580 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 581 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 581 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 582 MB/2.0 GB 9.3 MB/s 2m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 584 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 584 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 585 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 586 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 587 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 588 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 589 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 589 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 591 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 592 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 592 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 593 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 595 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 29% ▕█████ ▏ 595 MB/2.0 GB 9.3 MB/s 2m33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 596 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 597 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 598 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 599 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 600 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 601 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 602 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 603 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 603 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 604 MB/2.0 GB 9.3 MB/s 2m32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 606 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 606 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 607 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 608 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 609 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 610 MB/2.0 GB 9.3 MB/s 2m31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 611 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 612 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 613 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 614 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 30% ▕█████ ▏ 614 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 615 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 617 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 617 MB/2.0 GB 9.3 MB/s 2m30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 618 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 619 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 620 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 621 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 622 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 623 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 624 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 625 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 625 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 626 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 628 MB/2.0 GB 9.3 MB/s 2m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 628 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 629 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 630 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 631 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 632 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 633 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 634 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 31% ▕█████ ▏ 635 MB/2.0 GB 9.3 MB/s 2m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 636 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 636 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 637 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 638 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 639 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 640 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 641 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 642 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 643 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 644 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 645 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 646 MB/2.0 GB 9.3 MB/s 2m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 647 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 647 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 648 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 650 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 650 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 651 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 652 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 653 MB/2.0 GB 9.3 MB/s 2m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 654 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 655 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 32% ▕█████ ▏ 656 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 657 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 658 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 658 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 659 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 661 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 661 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 662 MB/2.0 GB 9.4 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 663 MB/2.0 GB 9.3 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 664 MB/2.0 GB 9.3 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 665 MB/2.0 GB 9.3 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 666 MB/2.0 GB 9.3 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 666 MB/2.0 GB 9.3 MB/s 2m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 667 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 669 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 669 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 670 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 671 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕█████ ▏ 672 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕██████ ▏ 673 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕██████ ▏ 674 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕██████ ▏ 675 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 33% ▕██████ ▏ 676 MB/2.0 GB 9.3 MB/s 2m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 677 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 677 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 678 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 680 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 680 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 681 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 682 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 683 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 684 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 685 MB/2.0 GB 9.3 MB/s 2m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 686 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 687 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 688 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 688 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 690 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 691 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 691 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 692 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 693 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 694 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 695 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 34% ▕██████ ▏ 696 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 696 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 697 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 698 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 699 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 700 MB/2.0 GB 9.3 MB/s 2m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 701 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 702 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 703 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 704 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 704 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 706 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 707 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 707 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 708 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 709 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 710 MB/2.0 GB 9.3 MB/s 2m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 711 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 712 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 713 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 714 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 715 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 35% ▕██████ ▏ 716 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 717 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 718 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 718 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 719 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 720 MB/2.0 GB 9.3 MB/s 2m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 721 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 722 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 723 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 724 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 725 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 726 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 727 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 728 MB/2.0 GB 9.3 MB/s 2m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 729 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 729 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 730 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 731 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 732 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 733 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 734 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 735 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 36% ▕██████ ▏ 736 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 737 MB/2.0 GB 9.3 MB/s 2m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 737 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 739 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 740 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 740 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 741 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 743 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 743 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 744 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 745 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 746 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 747 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 748 MB/2.0 GB 9.3 MB/s 2m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 748 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 750 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 751 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 751 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 752 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 754 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 754 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 755 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 756 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 37% ▕██████ ▏ 757 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 757 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 758 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 759 MB/2.0 GB 9.3 MB/s 2m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 760 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 762 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 762 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 763 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 764 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 765 MB/2.0 GB 9.3 MB/s 2m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 766 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 767 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 767 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 769 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 770 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 770 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 771 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 772 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 773 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 774 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 775 MB/2.0 GB 9.3 MB/s 2m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 776 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 38% ▕██████ ▏ 777 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 778 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 778 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 779 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 781 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 781 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 782 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 783 MB/2.0 GB 9.3 MB/s 2m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕██████ ▏ 784 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 785 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 786 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 786 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 788 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 789 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 789 MB/2.0 GB 9.3 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 791 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 792 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 792 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 793 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 794 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 795 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 796 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 39% ▕███████ ▏ 797 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 798 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 799 MB/2.0 GB 9.3 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 800 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 800 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 801 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 803 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 803 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 804 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 806 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 806 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 807 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 808 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 809 MB/2.0 GB 9.3 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 810 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 811 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 811 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 813 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 814 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 814 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 815 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 816 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 40% ▕███████ ▏ 817 MB/2.0 GB 9.3 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 818 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 819 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 820 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 821 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 822 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 823 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 824 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 824 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 825 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 826 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 826 MB/2.0 GB 9.3 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 827 MB/2.0 GB 9.3 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 828 MB/2.0 GB 9.3 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 829 MB/2.0 GB 9.3 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 829 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 830 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 831 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 831 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 832 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 833 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 834 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 834 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 835 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 836 MB/2.0 GB 9.2 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 41% ▕███████ ▏ 837 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 838 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 839 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 840 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 841 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 841 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 843 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 844 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 844 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 845 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 846 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 847 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 848 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 849 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 849 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 851 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 852 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 852 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 853 MB/2.0 GB 9.0 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 854 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 855 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 856 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 857 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 42% ▕███████ ▏ 858 MB/2.0 GB 9.0 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 859 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 860 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 861 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 862 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 863 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 863 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 864 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 865 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 866 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 867 MB/2.0 GB 9.0 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 868 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 869 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 870 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 871 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 871 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 873 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 874 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 874 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 875 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 876 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 43% ▕███████ ▏ 877 MB/2.0 GB 9.0 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 878 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 879 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 880 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 881 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 882 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 882 MB/2.0 GB 9.0 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 884 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 885 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 885 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 886 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 887 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 888 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 889 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 890 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 891 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 892 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 893 MB/2.0 GB 9.0 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 894 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 894 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 896 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕███████ ▏ 896 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 44% ▕████████ ▏ 897 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 898 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 899 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 900 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 901 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 902 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 903 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 904 MB/2.0 GB 9.0 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 904 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 906 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 907 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 907 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 908 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 909 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 910 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 911 MB/2.0 GB 9.0 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 912 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 913 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 914 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 915 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 916 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 917 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 918 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 45% ▕████████ ▏ 918 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 919 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 920 MB/2.0 GB 9.1 MB/s 2m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 921 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 922 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 923 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 924 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 925 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 926 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 927 MB/2.0 GB 9.3 MB/s 1m57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 928 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 929 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 929 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 931 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 932 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 932 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 933 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 934 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 934 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 935 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 937 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 937 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 46% ▕████████ ▏ 938 MB/2.0 GB 9.4 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 939 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 939 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 941 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 942 MB/2.0 GB 9.3 MB/s 1m56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 942 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 944 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 945 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 945 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 946 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 947 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 948 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 949 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 950 MB/2.0 GB 9.3 MB/s 1m55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 951 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 952 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 953 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 954 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 955 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 956 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 956 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 957 MB/2.0 GB 9.3 MB/s 1m54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 47% ▕████████ ▏ 958 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 959 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 960 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 961 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 962 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 963 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 964 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 964 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 965 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 967 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 967 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 968 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 969 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 970 MB/2.0 GB 9.3 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 971 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 972 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 973 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 974 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 975 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 976 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 976 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 978 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 48% ▕████████ ▏ 978 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 979 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 980 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 981 MB/2.0 GB 9.3 MB/s 1m52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 982 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 983 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 984 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 985 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 986 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 986 MB/2.0 GB 9.3 MB/s 1m51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 988 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 988 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 989 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 990 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 991 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 992 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 993 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 994 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 995 MB/2.0 GB 9.3 MB/s 1m50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 996 MB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 997 MB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 997 MB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 49% ▕████████ ▏ 999 MB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 50% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.2 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 51% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.0 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 52% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.3 MB/s 1m42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.2 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 53% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 9.0 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 54% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.9 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.7 MB/s 1m43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 55% ▕█████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕█████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕█████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.5 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.4 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 56% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.1 GB/2.0 GB 8.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 8.2 MB/s 1m44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 7.6 MB/s 1m53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 57% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.4 MB/s 2m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 58% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.5 MB/s 2m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 59% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.6 MB/s 2m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.7 MB/s 2m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 6.8 MB/s 1m58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 60% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 7.4 MB/s 1m47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕██████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.3 MB/s 1m34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 61% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.2 GB/2.0 GB 8.7 MB/s 1m28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.7 MB/s 1m27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 62% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 63% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 64% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.8 MB/s 1m19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 65% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 66% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕███████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.3 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 67% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 68% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 9.0 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 69% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 70% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.9 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 71% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.4 GB/2.0 GB 8.8 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 72% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 73% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.8 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 1m0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 74% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 59s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 58s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 75% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 57s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 56s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 55s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 76% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.7 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.5 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 54s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 53s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 77% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕█████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 52s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.6 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 51s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 78% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 50s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 49s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 48s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 79% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 47s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 46s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 80% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 45s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 44s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.7 MB/s 43s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 81% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 42s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.6 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 41s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 82% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 40s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 39s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕██████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 38s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 83% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 37s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 36s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 84% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 35s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 34s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 85% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 33s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 32s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 86% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 31s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.7 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 30s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 29s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 87% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 28s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 27s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 88% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 26s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕███████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 25s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 89% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 24s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 23s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 22s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 90% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 21s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.7 MB/s 20s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 91% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.8 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 19s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.8 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 18s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 92% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.7 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 17s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 16s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.6 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 93% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 15s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.5 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.4 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 14s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 94% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 13s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.3 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 8.1 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 95% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.9 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.4 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 12s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.0 MB/s 11s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 10s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 96% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 1.9 GB/2.0 GB 7.2 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.2 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 9s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.3 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 8s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 7s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 97% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 6s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.4 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 5s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.5 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 98% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 4s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.6 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 3s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 7.9 MB/s 2s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 99% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 1s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 8.4 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕█████████████████ ▏ 2.0 GB/2.0 GB 9.0 MB/s 0s\u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠋ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠙ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠹ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠸ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠼ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠴ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠦ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠧ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠇ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠏ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠋ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠙ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠹ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest ⠸ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[1Gpulling manifest \u001b[K\n", "pulling dde5aa3fc5ff: 100% ▕██████████████████▏ 2.0 GB \u001b[K\n", "pulling 966de95ca8a6: 100% ▕██████████████████▏ 1.4 KB \u001b[K\n", "pulling fcc5a6bec9da: 100% ▕██████████████████▏ 7.7 KB \u001b[K\n", "pulling a70ff7e570d9: 100% ▕██████████████████▏ 6.0 KB \u001b[K\n", "pulling 56bb8bd477a5: 100% ▕██████████████████▏ 96 B \u001b[K\n", "pulling 34bb5ab01051: 100% ▕██████████████████▏ 561 B \u001b[K\n", "verifying sha256 digest \u001b[K\n", "writing manifest \u001b[K\n", "success \u001b[K\u001b[?25h\u001b[?2026l\n" ] } ], "source": [ "!ollama pull llama3.2" ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Designing a system of governance that prioritizes fairness, autonomy, and efficiency is an ambitious yet essential endeavor. Here's a hypothetical framework to achieve this vision:\n", "\n", "**Principles:**\n", "\n", "1. **Democracy with Mutually Inclusive Elements**: Empower communities and individuals directly through mechanisms like citizen juries, deliberative councils, and participatory budgeting.\n", "2. **Decentralization with Distributed Power**: Foster regional autonomy and decentralized decision-making to enable local responses to unique challenges and opportunities.\n", "3. **Inclusive Representation**: Ensure proportional representation of historically marginalized groups in governance structures, such as quotas for underrepresented communities.\n", "4. **Transparency and Accountability**: Utilize blockchain technology or similar methods to ensure the integrity and visibility of decision-making processes.\n", "\n", "**Resource Distribution:**\n", "\n", "1. **Common Wealth Management**: Establish a common wealth framework that allows for decentralized management of global commons like oceans, forests, and climate systems.\n", "2. **Redistributed Income Guarantee (RIG)**: Implement a RIG to provide a guaranteed minimum income to every individual within the system, indexed by country's GDP per capita.\n", "3. **Resource-Based Allocation**: Utilize an iterative resource allocation algorithm that factors in global scarcity, distribution of wealth, and environmental impact when assigning access to resources.\n", "\n", "**Decision-Making Authority:**\n", "\n", "1. **Community-led Decision Making**: Foster community-led initiatives for decision-making, encouraging grassroots involvement and participation.\n", "2. **Decentralized Network Analysis (DNA)**: Utilize machine learning algorithms to analyze social networks and optimize collaboration among communities based on interests.\n", "3. **Consensus Voting Systems**: Leverage consensus systems like multi-value voting or voting weights that prioritize individual perspectives and community concerns.\n", "\n", "**Addressing Conflicting Interests:**\n", "\n", "1. **Neutrality Preserving Negotiation Frameworks**: Implement tools for evaluating negotiation outcomes to ensure fairness in agreement-making processes.\n", "2. **Transitional Justice Mechanisms**: Establish procedures for restorative justice, truth-telling, accountability mechanisms to rectify historical injustices.\n", "\n", "**Addressing Historical Inequalities:**\n", "\n", "1. **Historical Reconciliation Programs**: Create structured programs to facilitate reconciliation and repair harmed communities through a combination of collective storytelling sharing.\n", "2. **Policy Correctness Frameworks**: Develop data-driven evaluations tools that track impacts of various interventions on underrepresented groups to ensure equitable resource distribution.\n", "\n", "**Key Mechanisms:**\n", "\n", "1. **Participatory Budgeting (PB)**: Involve citizens in allocating funds between public institutions and community services, fostering a sense of shared responsibility.\n", "2. **Independent Oversight and Control Body**: Establish an independent oversight body that can analyze decision-making processes for potential biases, inequality or unfair practices.\n", "\n", "While this hypothetical framework proposes some strategies, addressing the complexities of human values, social dynamics, and economic conditions is a daunting challenge. Ultimately, establishing effective governance that embodies fairness, autonomy, and efficiency requires continuous iteration and inclusive adaptation to emerging challenges.\n", "\n", "**Continious iteration and improvement will ensure success by ensuring community buy-in, adaptability and incorporating continuous learning mechanisms to optimize decision-making processes for individuals, communities and global stakeholders alike." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "ollama = OpenAI(base_url='http://localhost:11434/v1', api_key='ollama')\n", "#model_name = \"llama3.2\"\n", "model_name = \"llama3.2\"\n", "\n", "response = ollama.chat.completions.create(model=model_name, messages=messages)\n", "answer = response.choices[0].message.content\n", "\n", "display(Markdown(answer))\n", "competitors.append(model_name)\n", "answers.append(answer)" ] }, { "cell_type": "code", "execution_count": 23, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "['gpt-4o-mini', 'claude-sonnet-4-5', 'gemini-2.5-flash', 'deepseek-chat', 'openai/gpt-oss-120b', 'llama3.2']\n", "[\"Designing a system of governance rooted in fairness, autonomy, and efficiency presents a complex but rewarding challenge. An effective approach could encompass the following principles and structures:\\n\\n### Principles\\n\\n1. **Fairness:** The system must prioritize equitable access to resources and opportunities, ensuring that all individuals, especially those from historically marginalized communities, have a level playing field.\\n\\n2. **Autonomy:** Individuals and communities should have the freedom to make decisions that affect their lives, within the bounds of respecting others' rights and the collective welfare.\\n\\n3. **Efficiency:** The governance system should minimize waste and maximize the utility of resources, fostering innovation and sustainable practices.\\n\\n### Structural Approaches\\n\\n1. **Decentralized Governance:**\\n - **Localized Decision-Making:** Empower local communities to govern themselves with autonomy. Local councils can be formed to represent diverse interests, allowing for tailoring policies that reflect community needs.\\n - **Participatory Budgeting:** Implement processes where community members can directly influence budget allocations, ensuring that resources address local priorities.\\n\\n2. **Resource Distribution Mechanisms:**\\n - **Universal Basic Assets:** Establish a system of universal basic assets (like land, healthcare, and education) to provide every individual with foundational resources, tackling historical inequalities head-on.\\n - **Progressive Resource Redistribution:** Implement a taxation system that adjusts based on wealth and income disparities, channeling funds into under-resourced communities to provide equitable opportunities.\\n\\n3. **Conflict Resolution Framework:**\\n - **Mediation and Dialogues:** Create platforms for dialogue that encourage negotiation and mediation between conflicting interests, fostering understanding and compromise.\\n - **Deliberative Democracy:** Utilize citizen assemblies that include diverse stakeholders to deliberate on issues, allowing collective decision-making that weights all voices equally. \\n\\n4. **Adaptive Policies:**\\n - **Evidence-Based Decision-Making:** Implement adaptive policies that rely on data and research. Regular assessments and flexibility in regulations ensure that the governance system adapts to changing societal needs and evolves based on outcomes.\\n - **Feedback Mechanisms:** Establish feedback systems that enable communities to assess the effectiveness of decisions and policies, ensuring continuous improvement and accountability.\\n\\n### Addressing Historical Inequalities\\n\\nTo effectively address historical inequalities, our governance system must:\\n\\n- **Incorporate Historical Context:** Acknowledge historical injustices in policy-making and resource distribution, ensuring reparative measures are taken where necessary.\\n- **Affirmative Action Policies:** Implement targeted programs to uplift disadvantaged communities, focusing on education, employment, healthcare, and political representation.\\n- **Empowerment Initiatives:** Provide training, education, and mentoring programs specifically designed for historically marginalized groups to enhance their decision-making power and resource access.\\n\\n### Conclusion\\n\\nThe proposed governance model emphasizes a balance between community autonomy and centralized support systems to promote efficiency and fairness. By embedding structures that accommodate diverse viewpoints and prioritize equitable resource distribution, the model seeks to create a resilient society capable of addressing conflicting interests while promoting collective growth and equity. Adapting continuously to historical contexts and current needs will be essential for long-term success.\", 'I\\'d start by acknowledging these three principles often pull against each other—efficiency might suggest centralization, while autonomy demands dispersion, and fairness requires correcting imbalances that \"efficient\" markets perpetuate.\\n\\n**Resource Distribution Framework:**\\n\\n- **Baseline guarantees first**: Universal access to essentials (healthcare, education, housing) respects both autonomy (can\\'t be autonomous while desperate) and fairness\\n- **Subsidiarity principle**: Decisions made at the smallest effective level—communities controlling local resources when externalities are contained\\n- **Progressive compensation**: Historical inequalities treated as inherited debts requiring structural transfer mechanisms, not one-time corrections\\n\\n**Decision-Making Authority:**\\n\\n- **Affected-parties principle**: Your voice scales with how much a decision impacts you—neighbors get more say in local zoning than distant bureaucrats\\n- **Rotating representation**: Mitigates entrenched power while maintaining institutional memory\\n- **Multiple veto points**: Protecting minorities from majoritarian efficiency\\n\\n**Handling Conflicts:**\\n\\nThe honest part? **These principles don\\'t resolve conflicts—they surface them more clearly.** \\n\\nFor instance: Is it \"fair\" to redistribute wealth earned in systems rigged by historical advantage? Efficiency says let markets allocate, fairness demands correction, autonomy asks \"whose authority decides?\"\\n\\nI\\'d design for **transparent trade-offs** rather than false harmony—mechanisms where communities explicitly choose (say) slower growth for greater equality, seeing real costs of each value.\\n\\nWhat aspects resonate or trouble you most? The tension between these principles reveals what we truly prioritize.', 'Designing a system of governance based solely on fairness, autonomy, and efficiency requires a multi-layered approach that builds from foundational principles to specific mechanisms. It must be dynamic, self-correcting, and deeply integrated with technology to achieve these aims.\\n\\nHere\\'s a potential design:\\n\\n## System Name: The Equitable Autonomous Network (EAN)\\n\\n### Foundational Principles (The Constitution of EAN)\\n\\n1. **Dignity and Basic Needs First:** Every individual has an inalienable right to a dignified existence, free from want. This forms the absolute floor of fairness and a precondition for true autonomy.\\n2. **Subsidiarity and Nested Autonomy:** Decision-making authority rests at the most localized level capable of effectively addressing an issue. Higher levels exist to coordinate, arbitrate, and ensure foundational principles are upheld.\\n3. **Data-Driven, Adaptive Governance:** Policies and resource allocations are continuously informed by real-time data, scientific consensus, and predictive modeling, allowing for dynamic adjustments and optimizing efficiency.\\n4. **Transparency and Accountability:** All governance processes, decisions, and resource flows are publicly accessible (within privacy constraints), with clear mechanisms for oversight and redress.\\n5. **Restorative and Regenerative Justice:** The system actively seeks to correct historical injustices and prevent future ones, while ensuring the long-term sustainability of resources for future generations.\\n\\n### I. Distribution of Resources\\n\\nThe EAN employs a three-tiered system for resource distribution, designed to balance fairness (needs-based, corrective), autonomy (individual choice, local control), and efficiency (optimized allocation, incentive).\\n\\n**A. Universal Basic Resources (UBR) & Entitlements (Fairness & Autonomy Baseline):**\\n\\n* **Concept:** A robust floor for all citizens, ensuring essential needs are met without conditionalities. This eliminates the existential anxieties that hinder autonomy and creativity.\\n* **Components:**\\n * **Universal Basic Income (UBI):** A sufficient, unconditional cash payment to cover basic living expenses (food, shelter, basic utilities). Adjusted dynamically for inflation and regional cost of living.\\n * **Universal Healthcare:** Comprehensive, free-at-point-of-use healthcare, including physical, mental, and preventative care.\\n * **Universal Education:** Access to high-quality education from early childhood through advanced learning, including vocational training and lifelong learning opportunities. Personalized learning pathways would be emphasized.\\n * **Universal Connectivity:** Access to reliable, high-speed internet and essential digital tools.\\n * **Basic Housing Guarantee:** Ensuring every individual has access to safe, adequate, and dignified housing. This might involve UBI supporting rent, but also public housing initiatives and community land trusts.\\n* **Funding:** Primarily through a highly progressive taxation system (income, wealth, corporate profits), carbon taxes, and automated resource levies on automated production. This ensures those who benefit most from collective resources contribute proportionally.\\n* **Impact on Historical Inequalities:** The UBR immediately provides a baseline of dignity and opportunity for all, directly lifting up historically disadvantaged groups who may have lacked access to these fundamental resources.\\n\\n**B. Merit- and Contribution-Based Rewards (Efficiency & Incentives):**\\n\\n* **Concept:** Beyond basic needs, individuals can acquire additional resources through their contributions to society, innovation, enterprise, and skill development. This fosters motivation, creativity, and efficient resource allocation through markets.\\n* **Mechanisms:**\\n * **Regulated Markets:** Open and competitive markets for goods and services, but with strong oversight to prevent monopolies, exploitation, and ensure ethical practices.\\n * **Cooperative & Social Enterprises:** Encouragement and support for worker-owned cooperatives, community-owned businesses, and social enterprises that prioritize collective well-being alongside profit.\\n * **Innovation Funds & Grants:** Publicly funded and privately managed grants for research, development, artistic creation, and social innovation. Performance-based funding is used.\\n * **Fair Compensation:** Mechanisms to ensure that labor is fairly compensated, with minimum wage standards significantly above the UBI and robust collective bargaining rights.\\n* **Impact on Historical Inequalities:** While based on merit, these mechanisms would be designed with \"on-ramps\" and support structures (e.g., entrepreneurship training for disadvantaged communities, mentorship programs) to ensure equitable access to opportunities, rather than perpetuating existing advantages.\\n\\n**C. Community & Restorative Justice Funds (Fairness & Community Autonomy):**\\n\\n* **Concept:** Dedicated funds and resources specifically allocated to address historical inequalities, promote community-led development, and repair societal harms.\\n* **Mechanisms:**\\n * **Restorative Justice Fund (RJF):** A substantial, permanent fund explicitly for reparative justice. It would finance:\\n * **Targeted Investments:** Direct investments in historically marginalized communities (e.g., infrastructure, education, healthcare facilities, land redistribution, cultural preservation).\\n * **Restorative Justice Programs:** Funding for mediation, victim support, community-led healing initiatives, and programs that address systemic biases in justice systems.\\n * **Cultural Restoration:** Support for reclaiming and revitalizing cultural practices, languages, and histories that were suppressed.\\n * **Community Resource Pools:** Each local community has a significant allocation of public funds managed by its **Local Autonomy Council** (see below). These funds are used for local projects, infrastructure, and services identified by the community itself (e.g., parks, libraries, local transport, community centers).\\n * **Ecological Commons Stewardship:** Resources (land, water, air) deemed \"commons\" are managed collectively for long-term sustainability. Decisions on their use are made through deliberative processes involving all affected communities and expert ecological councils.\\n* **Impact on Historical Inequalities:** This tier directly confronts and actively works to reverse the impacts of past discrimination, exploitation, and dispossession, empowering affected communities to rebuild on their own terms.\\n\\n### II. Decision-Making Authority\\n\\nDecision-making in the EAN is designed to be distributed, informed, and accountable, maximizing autonomy at the individual and community levels while ensuring coherence and fairness across the entire system.\\n\\n**A. Nested Deliberative Councils (Subsidiarity & Autonomy):**\\n\\n* **Structure:** A hierarchical but porous system of interconnected councils:\\n * **Local Autonomy Councils (LACs):** Hyper-local (e.g., neighborhood, village). Responsible for managing community resources, local infrastructure, public safety, and cultural initiatives. Decisions are primarily made through **Deliberative Citizen Assemblies** (randomly selected, representative groups engaging in informed discussion) and facilitated consensus.\\n * **Regional Coordination Councils (RCCs):** Representing a collection of LACs (e.g., cities, counties). Responsible for coordinating larger-scale infrastructure (transport, energy), environmental management, and economic development that spans multiple local communities. Representatives are chosen by LACs and serve with rolling terms.\\n * **Global Coordination Council (GCC):** Represents the entire EAN. Focuses on overarching constitutional principles, human rights, global commons (oceans, atmosphere), inter-regional disputes, major resource allocation (e.g., inter-regional energy grids), and long-term strategic planning. Representatives are chosen by RCCs and expert bodies.\\n* **Decision-Making Process:**\\n * **Deliberation First:** Councils prioritize thorough deliberation, informed by data and expert advice, before voting.\\n * **Consensus Seeking:** Strive for consensus on most issues.\\n * **Weighted Voting/Supermajority:** For contentious issues or when consensus is elusive, a supermajority vote is required. In higher-tier councils, votes might be weighted by population size of the represented constituent bodies, or by the degree of impact a decision has on their respective communities.\\n * **Referendum Override:** Citizens at any level can initiate referenda to challenge or directly approve council decisions, especially those impacting rights or core principles.\\n\\n**B. Direct Digital Democracy & Citizen Participation (Autonomy & Efficiency):**\\n\\n* **Platform:** A secure, transparent, and user-friendly digital platform (e.g., a \"Digital Agora\") that allows all citizens to:\\n * **Propose Policies & Laws:** Individuals or groups can submit proposals that gain traction through citizen support.\\n * **Vote on Referenda:** Direct voting on key issues or to challenge council decisions.\\n * **Participate in Citizen Juries & Assemblies:** Online tools to facilitate informed deliberation among randomly selected citizen groups.\\n * **Feedback & Oversight:** Provide direct feedback on public services, report issues, and monitor the performance of elected officials and institutions.\\n* **Mechanisms for Informed Participation:**\\n * **Mandatory \"Information Modules\":** Before voting on complex issues, citizens are presented with balanced, evidence-based summaries of arguments for and against, expert analyses, and impact assessments.\\n * **Gamified Education:** Tools to make understanding complex policy engaging and accessible.\\n* **Impact on Conflicting Interests:** The digital platform allows for broader participation and the airing of diverse viewpoints, while structured information modules help prevent uninformed decision-making driven by emotion or misinformation.\\n\\n**C. Expert and Advisory Bodies (Efficiency & Fairness):**\\n\\n* **Role:** Independent expert bodies (e.g., scientific academies, economic forecasting institutes, sociological research groups) provide unbiased data, analysis, and policy recommendations to all levels of governance.\\n* **Function:** They ensure that policies are evidence-based, technically sound, and consider long-term consequences. Their advice is publicly accessible, and councils must provide justifications if they choose to deviate significantly from expert consensus.\\n* **Ethical Review Boards:** Panels (including ethicists, philosophers, and citizens) would review policies for their adherence to EAN\\'s core principles, especially concerning emerging technologies or complex social issues.\\n\\n**D. Judicial and Conflict Resolution Tribunals (Fairness & Resolution):**\\n\\n* **Structure:** An independent, decentralized judiciary with a strong emphasis on **Restorative Justice**.\\n* **Levels:**\\n * **Community Resolution Panels:** Focus on mediation, reconciliation, and community service for minor disputes and harms.\\n * **Regional Justice Courts:** Handle more complex civil and criminal cases, always seeking restorative outcomes where possible.\\n * **Constitutional Tribunal:** The highest court, tasked with upholding the Foundational Principles, arbitrating disputes between governance levels, and protecting individual and community rights against overreach.\\n* **Conflict Resolution:** Emphasis on non-adversarial methods like mediation, arbitration, and facilitated dialogue before litigation. When litigation is necessary, processes are designed to be efficient, transparent, and accessible.\\n* **Ombudsman & Whistleblower Protections:** Independent offices exist at all levels to investigate complaints against governance bodies and protect individuals who report misconduct, ensuring accountability.\\n\\n### III. Addressing Conflicting Interests and Historical Inequalities\\n\\n* **Deliberative Design:** The entire system is built on principles of deliberation, ensuring that diverse perspectives are heard, understood, and integrated where possible, rather than simply outvoted.\\n* **Prioritization Framework:** The Foundational Principles act as a clear hierarchy for resolving conflicts. Basic Needs > Autonomy > Efficiency. For example, economic efficiency would never justify policies that undermine universal basic resources or infringe on fundamental rights.\\n* **Transparency & Data:** Open access to information about resource allocation, policy impacts, and decision-making processes helps to build trust and expose potential biases or conflicts of interest.\\n* **Adaptive Policy Cycles:** Regular, mandated reviews of policies and resource allocations, informed by performance metrics and social impact assessments, allow for course correction when policies inadvertently create or exacerbate inequalities or conflicts.\\n* **Cultural Competency & Anti-Bias Training:** All participants in governance, especially those in leadership or judicial roles, undergo ongoing training to understand and mitigate unconscious biases and promote cultural sensitivity.\\n* **Formal Appeals & Grievance Mechanisms:** Clear and accessible pathways for individuals and communities to appeal decisions, raise grievances, and seek redress, ensuring that all voices can challenge perceived unfairness.\\n* **Affirmative Opportunity Programs:** Time-limited, targeted programs designed to explicitly address persistent disparities in access to education, training, entrepreneurship, and leadership roles for historically marginalized groups. These are not about preferential treatment indefinitely but about leveling the playing field until equity is demonstrably achieved.\\n\\n### Technology as an Enabler\\n\\n* **Blockchain for Transparency & Trust:** Immutable records for resource allocation, voting, and legal decisions enhance transparency and prevent tampering.\\n* **AI for Data Analysis & Prediction:** Used to analyze vast datasets for optimal resource allocation, predict potential societal impacts of policies, identify emerging needs, and detect systemic biases in real-time. Crucially, AI would be *advisory*, not decision-making, and its algorithms would be open-source and auditable.\\n* **Secure Digital Identity & Voting Systems:** Ensuring secure, anonymous, and verifiable participation in direct democracy and governance processes.\\n\\n### Conclusion\\n\\nThe Equitable Autonomous Network (EAN) seeks to create a dynamic, self-correcting system where fairness is the bedrock, individual and community autonomy are paramount, and efficiency is achieved through informed, distributed decision-making. By explicitly addressing historical inequalities through reparative justice and a robust UBR, and by building conflict resolution into its very structure, the EAN aims to foster a society that is not only prosperous but truly just and sustainable for all. It\\'s a system designed to evolve with humanity\\'s understanding of itself and the world, perpetually striving for its core ideals.', 'Of course. This is a fascinating and profound question. Designing a governance system from first principles is a classic exercise in political philosophy, but grounding it in your three pillars—**Fairness, Autonomy, and Efficiency**—provides a robust framework.\\n\\nHere is a proposed system, which I will call **Subsidiarity-Based Pluralism (SBP)**, and how it would approach resource distribution and decision-making.\\n\\n### Foundational Principles\\n\\nFirst, let\\'s define the core principles as they apply to this system:\\n\\n* **Fairness:** This is not merely equality of outcome or opportunity, but **equity of capability**. The system is designed to ensure every individual has the genuine capacity to pursue a flourishing life. This explicitly acknowledges and corrects for historical inequalities and differing starting points.\\n* **Autonomy:** Individuals and communities have the right to self-determination, to live according to their own values, and to have a meaningful voice in decisions that affect them. This principle is the primary check against centralized tyranny.\\n* **Efficiency:** Resources (time, material, human capital) should be used to achieve the maximum benefit with minimal waste. This means decisions should be made at the most local level possible, where information is most accurate and accountability is highest.\\n\\n### The Architecture of the System: A Multi-Layered Federation\\n\\nThe system is structured like a set of nested circles, from the individual outward.\\n\\n1. **The Individual:** The fundamental unit of moral concern and autonomy.\\n2. **The Local Community (LC):** A geographically or culturally defined group of a manageable size (e.g., a town, a city neighborhood, a collection of rural villages) where face-to-face deliberation is possible.\\n3. **The Regional Council (RC):** A federation of LCs that share common infrastructure, economic ties, or ecological systems (e.g., a watershed, a metropolitan area).\\n4. **The Global Assembly (GA):** A body representing all humanity, responsible for truly global issues.\\n\\nThe guiding rule for decision-making is the **Principle of Strict Subsidiarity:**\\n\\n> **A decision or function must be handled by the smallest, lowest, or least centralized competent authority.** A higher level can only intervene if a lower level is demonstrably failing to meet a minimum standard of fairness or is causing significant harm to another community.\\n\\n---\\n\\n### I. Distribution of Resources\\n\\nThe system would use a hybrid model to balance autonomy with fairness.\\n\\n#### A. The Foundational Endowment (Mechanism for Fairness & Autonomy)\\n\\n* **What it is:** Every individual, upon reaching the age of majority, receives a substantial, universal, and unconditional **Capital and Basic Income Endowment**.\\n* **The Capital Portion:** A lump sum of resources (money, digital currency, credits) to be used for education, starting a business, buying a home, or investing. This directly attacks historical wealth inequality by giving everyone a genuine starting stake.\\n* **The Basic Income Portion:** A regular, monthly payment sufficient to cover basic necessities: food, shelter, utilities, and healthcare. This ensures **autonomy** by freeing individuals from destitution and the coercive power of any single employer or entity.\\n\\n#### B. The Social Inheritance Fund (Mechanism for Fairness & Efficiency)\\n\\n* **What it is:** A collectively owned fund, resourced by a low but broad-based tax on all commercial activity (a \"value-added\" or \"transaction\" tax) and a significant **inheritance tax on large estates**.\\n* **How it works:** This fund does not give cash to individuals. Instead, it finances public goods that are inefficient or unfair for individuals to provide for themselves:\\n * **Universal Healthcare & Education:** Free at the point of use.\\n * **Public Infrastructure:** Roads, broadband, energy grids.\\n * **Environmental Stewardship:** Rewarding communities for preserving ecosystems that benefit the wider region.\\n* This fund is managed democratically by each level (LC, RC, GA) for goods at their respective scale, ensuring resources are allocated **efficiently** to where they are most needed for the collective good.\\n\\n#### C. Local Resource Autonomy (Mechanism for Autonomy & Efficiency)\\n\\n* Local Communities can create and manage their own additional economic systems. They can experiment with local currencies, cooperatives, or different models of property rights (private, communal, etc.), provided they do not violate the core principles (e.g., by creating internal caste systems or polluting a neighbor\\'s environment).\\n* This encourages innovation and allows communities to align their local economy with their cultural values.\\n\\n---\\n\\n### II. Decision-Making Authority\\n\\nThe system is designed to prevent the concentration of power while enabling effective action.\\n\\n#### A. At the Local Community Level: Deliberative Democracy\\n\\n* **Mechanism:** A combination of citizen assemblies and direct voting.\\n* **Citizen Assemblies:** Randomly selected groups of residents (like jury duty) are convened to study complex local issues (e.g., \"How should we redesign the public park?\"). They hear from experts and stakeholders and make recommendations or binding decisions. This counters the influence of special interests and leverages collective intelligence.\\n* **Direct Voting:** For major issues (like large construction projects or significant tax changes), binding referendums are held. This ensures broad **autonomy**.\\n* **Authority:** Zoning, local education curriculum (within a global human rights framework), community policing, local cultural affairs.\\n\\n#### B. At the Regional Council Level: Federated Representation\\n\\n* **Mechanism:** A council of delegates elected from and recallable by the Local Communities.\\n* **Role:** To manage common resources and coordinate policies that cross local boundaries.\\n* **Authority:** Regional transportation, water management, regional environmental protection, disaster response, harmonizing economic regulations to prevent a \"race to the bottom.\"\\n\\n#### C. At the Global Assembly Level: Guardians of Humanity and Fairness\\n\\n* **Mechanism:** A dual-body system.\\n 1. **A People\\'s Chamber:** Representatives elected proportionally from the world\\'s population.\\n 2. **A Guardians\\' Council:** Comprised of esteemed experts in science, ethics, law, and human rights, appointed for long, non-renewable terms to insulate them from political pressure. Their role is to veto any legislation from the People\\'s Chamber that violates the core constitutional principles of fairness, autonomy, or ecological sustainability.\\n* **Authority:** *Extremely limited and explicitly enumerated.* It includes:\\n * Enforcing fundamental human rights.\\n * Managing the global commons (atmosphere, oceans, orbital space).\\n * Coordinating pandemic response.\\n * Preventing genocide and mass atrocities.\\n * Adjudicating disputes between Regional Councils.\\n\\n---\\n\\n### Addressing the Challenges\\n\\n#### Conflicting Interests:\\n\\n* **Principle of Strict Subsidiarity:** Prevents most conflicts by localizing decisions. A dispute between two neighbors over a tree is handled by a local mediator, not a global body.\\n* **Deliberative Democracy:** Transforms adversarial politics into problem-solving. By bringing randomly selected citizens together, it fosters empathy and compromise.\\n* **The Courts:** An independent, multi-layered judiciary is the final arbiter of conflicts, interpreting the core constitutional principles.\\n\\n#### Historical Inequalities:\\n\\n* **The Foundational Endowment** is the primary tool for corrective justice. It is a direct wealth transfer to new generations, diluting the concentration of inherited advantage.\\n* **The Social Inheritance Fund** is funded significantly by taxes on large accumulations of wealth, continuously recycling privilege into public goods.\\n* **The Global Assembly** has the power to mandate and fund targeted programs for communities that have suffered historical injustices (e.g., systemic discrimination, colonial extraction), but the implementation is done at the regional or local level to ensure cultural appropriateness.\\n\\n### Potential Weaknesses and Safeguards\\n\\n* **Risk of Local Tyranny:** A local community could become oppressive to minorities within it.\\n * **Safeguard:** A robust, constitutionally enshrined **Global Bill of Rights** that is inviolable by any lower level. Any individual can appeal to the global judiciary.\\n* **Inefficiency of Deliberation:** Citizen assemblies can be slow.\\n * **Safeguard:** They are used for strategic, long-term planning, not day-to-day administration, which is handled by a professional, accountable civil service.\\n* **Free-Riding:** A community might choose to not contribute fairly to the Social Inheritance Fund.\\n * **Safeguard:** Access to global and regional public goods (e.g., trade, disaster relief) is contingent on fulfilling one\\'s fiscal responsibilities, as adjudicated by the independent courts.\\n\\nIn conclusion, this system of **Subsidiarity-Based Pluralism** attempts to weave fairness, autonomy, and efficiency into a coherent whole. It grounds fairness in a direct redistribution of life chances, protects autonomy through radical decentralization, and pursues efficiency by matching the scale of governance to the scale of the problem. It is not a utopian blueprint but a dynamic framework designed to manage humanity\\'s perpetual tensions with wisdom, resilience, and a deep respect for both the individual and the collective.', 'Below is a **blue‑print for a governance architecture** that tries to hold the three pillars—**fairness, autonomy, and efficiency**—in tension with one another while still delivering a functional, adaptable society. I have broken the design into four inter‑locking layers, each with its own set of concrete institutions, decision‑making procedures, and resource‑allocation tools. The goal is to keep power as close to the people who are affected by it (autonomy), to correct historic and structural imbalances (fairness), and to make sure the system can actually get things done without endless deadlock (efficiency).\\n\\n---\\n\\n## 1. Core Principles & How They Translate into Rules\\n\\n| Principle | What it demands | Translating rule (the “constitution” of the system) |\\n|-----------|----------------|----------------------------------------------------|\\n| **Fairness** | • Everyone receives a baseline that makes them capable of participating fully.
• Past injustices are acknowledged and mitigated.
• Outcomes are monitored for systemic bias. | 1. **Universal Baseline Entitlements (UBE)** – a set of indivisible rights to food, housing, health, education, and digital connectivity, funded by a progressive “social dividend” tax on wealth and corporate profit.
2. **Equity Adjustment Index (EAI)** – a data‑driven multiplier applied to the UBE and to all subsequent public‑service allocations that reflects historic deprivation (regional, racial, gender, disability, etc.). |\\n| **Autonomy** | • Individuals/communities decide locally on matters that affect them.
• Central authority intervenes only when local decisions threaten the baseline or the rights of others. | 1. **Subsidiarity Principle** – decisions are taken at the most granular level that can solve the problem efficiently.
2. **Community Governance Pods (CGPs)** – elected/selected bodies with direct‑participation tools (e.g., liquid‑democracy, deliberative polling) that control a defined budget and policy scope. |\\n| **Efficiency** | • Resources are used where they generate the most social value per unit of cost.
• Bureaucratic friction is minimized.
• Feedback loops rapidly correct mistakes. | 1. **Outcome‑Based Funding (OBF)** – public funds flow to programs that meet pre‑agreed performance metrics (cost‑per‑outcome, carbon‑intensity, equity‑impact).
2. **Algorithmic Decision‑Support (ADS)** – open‑source models that simulate the impact of policy proposals and flag unintended externalities before a vote. |\\n\\n---\\n\\n## 2. Institutional Architecture\\n\\n### A. **The Global‑Level “Meta‑Council”** (acts as a constitutional guard)\\n\\n* **Composition:** 1) 30% elected by popular vote (proportional representation), 2) 30% selected by expert panels (science, economics, ethics), 3) 40% allocated to historically marginalized blocs (e.g., indigenous peoples, formerly colonized regions) through a *reparative seat‑allocation* formula.\\n* **Mandate:** 1) Set the **Universal Baseline Entitlements** and **Equity Adjustment Index**.
2) Approve the **Algorithmic Decision‑Support framework** and the **Outcome‑Based Funding standards**.
3) Resolve disputes that cross regional boundaries (e.g., climate migration, trans‑national infrastructure).\\n* **Decision rule:** Super‑majority (66\\u202f%) with a *fairness veto*: any proposal that would lower the UBE for a demographic group identified by the EAI must be rejected unless an explicit, majority‑supported reparative plan is attached.\\n\\n### B. **Regional Assemblies (RA)** – 1 per *geopolitical region* (e.g., state/province, large metropolitan area)\\n\\n* **Scope:** Education curricula, regional transport, water management, health service organization, local taxation within a ceiling set by the Meta‑Council.\\n* **Governance Pods (CGPs):** Within each RA there are **neighbourhood pods** (≈1,000‑5,000 citizens) that receive a *budget block* proportional to the local EAI‑adjusted population.\\n* **Deliberative Process:** Pods use a *mini‑deliberative poll* (48‑hour online discussion + 2‑hour face‑to‑face meeting) before voting on any allocation. Results are aggregated by a **Weighted Consensus Algorithm** that gives extra weight to historically marginalized voices (as measured by the EAI).\\n\\n### C. **Sector‑Specific “Efficiency Boards” (EB)**\\n\\n* **Examples:** Energy, Transportation, Digital Infrastructure, Climate Resilience, Public Health.\\n* **Structure:** 40% elected technocrats, 30% civil‑society representatives, 30% stakeholder groups (e.g., labor unions, consumer co‑ops). \\n* **Power:** They design **Performance Metrics** that feed into the Outcome‑Based Funding system. They can re‑allocate surplus resources across regions *only* when the metrics show a clear net‑gain in social value (e.g., reduction of carbon emissions per dollar spent). \\n* **Transparency:** All simulations run by the ADS are published in real‑time dashboards.\\n\\n### D. **Dispute‑Resolution Courts (DRC)**\\n\\n* **Two tiers:** 1) **Local Arbitration Panels** (volunteers trained in restorative justice) for everyday conflicts; 2) **Regional Courts of Equity** for cases involving the UBE, EAI, or cross‑regional externalities. \\n* **Binding nature:** Decisions are enforceable because the funding streams (UB‑derived taxes) are automatically redirected to the prevailing side, creating a financial incentive for compliance.\\n\\n---\\n\\n## 3. Resource Distribution Mechanics\\n\\n### 1. **Baseline Funding Flow**\\n```\\nTotal Tax Revenue\\n └─► 60% → Universal Baseline Entitlements (UBEs) → Direct cash transfers + universal public services\\n └─► 20% → Equity Adjustment Pool (EAP) → Multiplier on UBEs for high‑EAI communities\\n └─► 15% → Outcome‑Based Funding pool (OBF) → Distributed to projects that meet performance metrics\\n └─► 5% → Administrative & Oversight Costs (transparent, audited)\\n```\\n\\n* **Progressive Tax Design:** Marginal tax rates start at 15\\u202f% and rise to 55\\u202f% above a wealth threshold; a “carbon dividend” is levied on high‑emission enterprises and funneled into the OBF pool.\\n\\n### 2. **Local Budget Allocation (within a CGP)**\\n* **Step‑1 – Needs Scan:** Automated survey (open‑source) collects data on housing, health, education, and digital access gaps. The EAI adjusts the weight of each indicator.\\n* **Step‑2 – Community Deliberation:** Residents discuss three pre‑selected proposals (generated by the ADS) and can submit a fourth “wild‑card” idea.\\n* **Step‑3 – Vote & Weighting:** Simple majority decides, but the final allocation formula is:\\n \\\\[\\n \\\\text{Fund}_i = \\\\frac{V_i \\\\times (1 + \\\\alpha \\\\cdot \\\\text{EAI}_i)}{\\\\sum_j V_j \\\\times (1 + \\\\alpha \\\\cdot \\\\text{EAI}_j)} \\\\times \\\\text{Budget}\\n \\\\]\\n where \\\\(V_i\\\\) is the vote share for proposal *i* and \\\\(\\\\alpha\\\\) (≈0.3) is a fairness‑boost coefficient.\\n\\n### 3. **Efficiency Board Re‑allocation**\\n* When a project exceeds its performance threshold (e.g., 20\\u202f% reduction in cost‑per‑outcome), a **surplus credit** is generated. The credit can be:\\n * **Banked** for the next fiscal cycle, or\\n * **Transferred** to another region that has a shortfall in the same sector, provided a **mutual‑benefit agreement** is signed.\\n\\n---\\n\\n## 4. Managing Conflicting Interests\\n\\n| Conflict Type | Mechanism to Resolve | Why it preserves the three pillars |\\n|---------------|----------------------|------------------------------------|\\n| **Local vs. Global (e.g., a region wants cheap coal, global wants decarbonization)** | *Escalation Protocol*: Local CGP decision is first simulated through the ADS. If the simulation shows a net negative impact on the global carbon budget, the proposal is flagged for **Regional Court of Equity**. The court can impose a **transition fund** (from the OBF pool) that subsidizes a clean‑energy alternative for the region. | *Fairness* – the region isn’t forced to give up jobs; it receives compensation.
*Autonomy* – the region’s original preference is heard and formally evaluated.
*Efficiency* – the carbon budget is protected, avoiding longer‑term climate costs. |\\n| **Inter‑community resource competition (e.g., water rights)** | **Joint‑Management Trusts** created at the watershed level, composed of proportional representatives from each affected CGP plus neutral experts. Decisions are made by **super‑majority (75\\u202f%)** with a **fairness veto** for any community whose EAI‑adjusted per‑capita water access falls below a minimum threshold. | The veto guarantees the historically water‑scarce groups are protected, while the super‑majority pushes parties toward collaborative solutions. |\\n| **Historical Inequality vs. Meritocratic Allocation** | **Equity Adjustment Index (EAI)** is built from a multi‑decade dataset of income, education, health, and land‑ownership disparities. It is **periodically re‑calibrated** (every 5\\u202fyears) by an independent research consortium, ensuring the correction factor does not become a permanent “handicap” for formerly privileged groups. | The system is **fair** (corrects past harms), **autonomous** (communities can still earn higher allocations by outperforming the metrics), and **efficient** (the EAI is data‑driven, not ad‑hoc). |\\n\\n---\\n\\n## 5. Addressing Historical Inequalities in Practice\\n\\n1. **Data‑Driven Reparations** \\n *A “Historical Harm Ledger”* quantifies the cumulative deprivation experienced by each demographic group (e.g., land taken, forced labor, disenfranchisement). The ledger feeds directly into the **EAI multiplier** and into a **Reparations Grant Program** that funds community‑owned enterprises, cultural preservation, and educational scholarships.\\n\\n2. **Ownership Transfer Mechanisms** \\n *Community Land Trusts (CLTs)* receive seed capital from the EAP and acquire strategically valuable parcels (urban lots, renewable‑energy sites). The CLTs issue **participatory equity tokens** to local residents, granting them collective voting rights over the asset’s future use.\\n\\n3. **Education & Narrative Reform** \\n The **Meta‑Council** mandates a **Curriculum of Interconnected Histories** that is co‑designed by scholars from the Global South, Indigenous educators, and diaspora communities. This builds a shared sense of fairness and reduces the “us vs. them” mindset that often fuels conflict.\\n\\n---\\n\\n## 6. Efficiency Safeguards\\n\\n| Safeguard | Description | Expected impact |\\n|----------|-------------|-----------------|\\n| **Algorithmic Decision‑Support (ADS) Audits** | Open‑source code, quarterly peer‑review, and a **Red‑Team** that stress‑tests simulations for bias. | Prevents “efficient” proposals that hide externalities (e.g., environmental degradation). |\\n| **Performance‑Based Funding Cycles** | Budgets are released in **quarterly tranches**; each tranche requires proof of metric achievement before the next is unlocked. | Creates a feedback loop that curtails wasteful spending and motivates continuous improvement. |\\n| **Dynamic Budget Caps** | Each CGP’s budget cannot exceed **1.5\\u202f×** its previous year’s **effective spend** (outcome‑adjusted). Overspending triggers a **re‑allocation audit**. | Discourages ballooning administrative costs and encourages realistic planning. |\\n| **Citizen Oversight Panels** | Randomly selected citizens (sortition) serve 6‑month terms reviewing the ADS outputs and the Efficiency Board’s metric definitions. | Guarantees that technical expertise does not become an opaque monopoly. |\\n\\n---\\n\\n## 7. A “Day‑in‑the‑Life” Walk‑Through\\n\\n1. **Morning:** Maria in a coastal CGP logs onto the **Community Portal** and sees three pre‑screened proposals: (a) a solar‑panel co‑op, (b) a flood‑resilience park, (c) a micro‑loan fund for women artisans. She watches a 2‑minute ADS simulation that shows the social‑value per dollar, the EAI boost each would receive, and the projected carbon impact.\\n\\n2. **Mid‑day:** She joins a 30‑minute virtual deliberation with her neighbours, where a facilitator from the local oversight panel helps surface concerns: the micro‑loan fund might not reach the most historically excluded block. Someone proposes a modest “target‑allocation add‑on” that the ADS automatically calculates.\\n\\n3. **Evening:** After the deliberation, the pod votes. The solar‑panel co‑op wins 55\\u202f% of the votes, but because the flood‑resilience park has a higher EAI‑adjusted need, the weighted consensus formula allocates **60\\u202f%** of the pod’s budget to the park and **40\\u202f%** to the co‑op. The results are instantly posted to the regional dashboard.\\n\\n4. **Night:** The **Regional Assembly** receives the aggregated allocations. An Efficiency Board reviews the flood‑resilience park’s design and confirms it meets the “cost‑per‑person‑protected” metric. Funding is released in two tranches, with the second contingent on a mid‑year impact report.\\n\\n5. **Next year:** The park’s success reduces flood damage by 30\\u202f%, generating a surplus credit. That credit is automatically transferred to a neighboring inland CGP that needs irrigation upgrades, fulfilling the **mutual‑benefit clause** without any extra negotiation.\\n\\n---\\n\\n## 8. Potential Risks & Mitigation Strategies\\n\\n| Risk | Why it threatens the three pillars | Mitigation |\\n|------|-----------------------------------|------------|\\n| **Metric gaming** – actors manipulate data to meet OBF thresholds. | Undermines fairness (resources go to “paper” successes) and efficiency (wasted funds). | • Independent auditors + random spot‑checks.
• Multi‑dimensional metrics (combine quantitative and qualitative signals). |\\n| **Algorithmic opacity** – citizens distrust ADS outputs. | Erodes autonomy (people feel decisions are made by “black boxes”). | • Open‑source code, mandatory “explain‑in‑plain‑language” summaries, and citizen oversight panels. |\\n| **Entrenched elite capture** of the Meta‑Council. | Violates fairness and autonomy for marginalized groups. | • Reparative seat‑allocation, term limits, and mandatory rotation of representatives from civil‑society coalitions. |\\n| **Resource scarcity spikes** (e.g., sudden drought). | Forces trade‑offs that may appear unfair or autocratic. | • Pre‑negotiated **Resilience Reserve Fund** (5\\u202f% of tax revenue) that can be deployed with a fast‑track, consensus‑based emergency protocol. |\\n| **Cultural resistance to data‑driven allocation** | May view EAI as “paternalistic”. | • Continuous community education, co‑design of the EAI methodology, and a **right‑to‑opt‑out** clause where a community can request a manual deliberative process (subject to a fairness‑veto if it would lower the baseline). |\\n\\n---\\n\\n## 9. Summary – The Governance Equation\\n\\n\\\\[\\n\\\\boxed{\\n\\\\text{Good Governance} = \\n\\\\underbrace{(\\\\text{Baseline Fairness} \\\\times \\\\text{Equity Adjustment})}_{\\\\text{Historical Justice}} \\\\;\\n+\\\\;\\n\\\\underbrace{(\\\\text{Local Autonomy} \\\\times \\\\text{Subsidiarity})}_{\\\\text{People‑Centred Power}} \\\\;\\n+\\\\;\\n\\\\underbrace{(\\\\text{Outcome‑Based Funding} \\\\times \\\\text{Algorithmic Insight})}_{\\\\text{Efficient Delivery}}\\n}\\n\\\\]\\n\\n*The system is **self‑correcting** (ADS + audits), **self‑balancing** (EAI + fairness veto), and **self‑empowering** (CGPs + citizen oversight). By anchoring all resource flows to an unconditional baseline, adjusting for historic disadvantage, and then letting communities decide *how* to augment that baseline within transparent, outcome‑driven limits, we get a structure that respects the three guiding values without letting any single one dominate to the detriment of the others.*\\n\\n---\\n\\n### Take‑away for a policymaker or designer\\n\\n1. **Start with a hard‑wired universal safety net** (the UBE). Anything you build on top of it must not erode it.\\n2. **Quantify historic inequities** (EAI) and bake the multiplier into every budgetary formula.\\n3. **Decentralize decision‑making** but attach a **performance‑feedback loop** (OBF + ADS) that can pull resources toward the most socially valuable outcomes.\\n4. **Institutionalize conflict‑resolution** (DRCs, fairness vetoes) at every level so that clashes are settled before they become entrenched power struggles.\\n5. **Make the system visible** (dashboards, open code, citizen panels) so that autonomy is felt as real influence, not just a façade.\\n\\nWhen these steps are combined, you get a governance ecosystem that can **learn, adapt, and stay true** to fairness, autonomy, and efficiency—even in the face of deep‑seated historical wounds and ever‑shifting collective interests.', \"Designing a system of governance that prioritizes fairness, autonomy, and efficiency is an ambitious yet essential endeavor. Here's a hypothetical framework to achieve this vision:\\n\\n**Principles:**\\n\\n1. **Democracy with Mutually Inclusive Elements**: Empower communities and individuals directly through mechanisms like citizen juries, deliberative councils, and participatory budgeting.\\n2. **Decentralization with Distributed Power**: Foster regional autonomy and decentralized decision-making to enable local responses to unique challenges and opportunities.\\n3. **Inclusive Representation**: Ensure proportional representation of historically marginalized groups in governance structures, such as quotas for underrepresented communities.\\n4. **Transparency and Accountability**: Utilize blockchain technology or similar methods to ensure the integrity and visibility of decision-making processes.\\n\\n**Resource Distribution:**\\n\\n1. **Common Wealth Management**: Establish a common wealth framework that allows for decentralized management of global commons like oceans, forests, and climate systems.\\n2. **Redistributed Income Guarantee (RIG)**: Implement a RIG to provide a guaranteed minimum income to every individual within the system, indexed by country's GDP per capita.\\n3. **Resource-Based Allocation**: Utilize an iterative resource allocation algorithm that factors in global scarcity, distribution of wealth, and environmental impact when assigning access to resources.\\n\\n**Decision-Making Authority:**\\n\\n1. **Community-led Decision Making**: Foster community-led initiatives for decision-making, encouraging grassroots involvement and participation.\\n2. **Decentralized Network Analysis (DNA)**: Utilize machine learning algorithms to analyze social networks and optimize collaboration among communities based on interests.\\n3. **Consensus Voting Systems**: Leverage consensus systems like multi-value voting or voting weights that prioritize individual perspectives and community concerns.\\n\\n**Addressing Conflicting Interests:**\\n\\n1. **Neutrality Preserving Negotiation Frameworks**: Implement tools for evaluating negotiation outcomes to ensure fairness in agreement-making processes.\\n2. **Transitional Justice Mechanisms**: Establish procedures for restorative justice, truth-telling, accountability mechanisms to rectify historical injustices.\\n\\n**Addressing Historical Inequalities:**\\n\\n1. **Historical Reconciliation Programs**: Create structured programs to facilitate reconciliation and repair harmed communities through a combination of collective storytelling sharing.\\n2. **Policy Correctness Frameworks**: Develop data-driven evaluations tools that track impacts of various interventions on underrepresented groups to ensure equitable resource distribution.\\n\\n**Key Mechanisms:**\\n\\n1. **Participatory Budgeting (PB)**: Involve citizens in allocating funds between public institutions and community services, fostering a sense of shared responsibility.\\n2. **Independent Oversight and Control Body**: Establish an independent oversight body that can analyze decision-making processes for potential biases, inequality or unfair practices.\\n\\nWhile this hypothetical framework proposes some strategies, addressing the complexities of human values, social dynamics, and economic conditions is a daunting challenge. Ultimately, establishing effective governance that embodies fairness, autonomy, and efficiency requires continuous iteration and inclusive adaptation to emerging challenges.\\n\\n**Continious iteration and improvement will ensure success by ensuring community buy-in, adaptability and incorporating continuous learning mechanisms to optimize decision-making processes for individuals, communities and global stakeholders alike.\"]\n" ] } ], "source": [ "# So where are we?\n", "\n", "print(competitors)\n", "print(answers)\n" ] }, { "cell_type": "code", "execution_count": 24, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Competitor: gpt-4o-mini\n", "\n", "Designing a system of governance rooted in fairness, autonomy, and efficiency presents a complex but rewarding challenge. An effective approach could encompass the following principles and structures:\n", "\n", "### Principles\n", "\n", "1. **Fairness:** The system must prioritize equitable access to resources and opportunities, ensuring that all individuals, especially those from historically marginalized communities, have a level playing field.\n", "\n", "2. **Autonomy:** Individuals and communities should have the freedom to make decisions that affect their lives, within the bounds of respecting others' rights and the collective welfare.\n", "\n", "3. **Efficiency:** The governance system should minimize waste and maximize the utility of resources, fostering innovation and sustainable practices.\n", "\n", "### Structural Approaches\n", "\n", "1. **Decentralized Governance:**\n", " - **Localized Decision-Making:** Empower local communities to govern themselves with autonomy. Local councils can be formed to represent diverse interests, allowing for tailoring policies that reflect community needs.\n", " - **Participatory Budgeting:** Implement processes where community members can directly influence budget allocations, ensuring that resources address local priorities.\n", "\n", "2. **Resource Distribution Mechanisms:**\n", " - **Universal Basic Assets:** Establish a system of universal basic assets (like land, healthcare, and education) to provide every individual with foundational resources, tackling historical inequalities head-on.\n", " - **Progressive Resource Redistribution:** Implement a taxation system that adjusts based on wealth and income disparities, channeling funds into under-resourced communities to provide equitable opportunities.\n", "\n", "3. **Conflict Resolution Framework:**\n", " - **Mediation and Dialogues:** Create platforms for dialogue that encourage negotiation and mediation between conflicting interests, fostering understanding and compromise.\n", " - **Deliberative Democracy:** Utilize citizen assemblies that include diverse stakeholders to deliberate on issues, allowing collective decision-making that weights all voices equally. \n", "\n", "4. **Adaptive Policies:**\n", " - **Evidence-Based Decision-Making:** Implement adaptive policies that rely on data and research. Regular assessments and flexibility in regulations ensure that the governance system adapts to changing societal needs and evolves based on outcomes.\n", " - **Feedback Mechanisms:** Establish feedback systems that enable communities to assess the effectiveness of decisions and policies, ensuring continuous improvement and accountability.\n", "\n", "### Addressing Historical Inequalities\n", "\n", "To effectively address historical inequalities, our governance system must:\n", "\n", "- **Incorporate Historical Context:** Acknowledge historical injustices in policy-making and resource distribution, ensuring reparative measures are taken where necessary.\n", "- **Affirmative Action Policies:** Implement targeted programs to uplift disadvantaged communities, focusing on education, employment, healthcare, and political representation.\n", "- **Empowerment Initiatives:** Provide training, education, and mentoring programs specifically designed for historically marginalized groups to enhance their decision-making power and resource access.\n", "\n", "### Conclusion\n", "\n", "The proposed governance model emphasizes a balance between community autonomy and centralized support systems to promote efficiency and fairness. By embedding structures that accommodate diverse viewpoints and prioritize equitable resource distribution, the model seeks to create a resilient society capable of addressing conflicting interests while promoting collective growth and equity. Adapting continuously to historical contexts and current needs will be essential for long-term success.\n", "Competitor: claude-sonnet-4-5\n", "\n", "I'd start by acknowledging these three principles often pull against each other—efficiency might suggest centralization, while autonomy demands dispersion, and fairness requires correcting imbalances that \"efficient\" markets perpetuate.\n", "\n", "**Resource Distribution Framework:**\n", "\n", "- **Baseline guarantees first**: Universal access to essentials (healthcare, education, housing) respects both autonomy (can't be autonomous while desperate) and fairness\n", "- **Subsidiarity principle**: Decisions made at the smallest effective level—communities controlling local resources when externalities are contained\n", "- **Progressive compensation**: Historical inequalities treated as inherited debts requiring structural transfer mechanisms, not one-time corrections\n", "\n", "**Decision-Making Authority:**\n", "\n", "- **Affected-parties principle**: Your voice scales with how much a decision impacts you—neighbors get more say in local zoning than distant bureaucrats\n", "- **Rotating representation**: Mitigates entrenched power while maintaining institutional memory\n", "- **Multiple veto points**: Protecting minorities from majoritarian efficiency\n", "\n", "**Handling Conflicts:**\n", "\n", "The honest part? **These principles don't resolve conflicts—they surface them more clearly.** \n", "\n", "For instance: Is it \"fair\" to redistribute wealth earned in systems rigged by historical advantage? Efficiency says let markets allocate, fairness demands correction, autonomy asks \"whose authority decides?\"\n", "\n", "I'd design for **transparent trade-offs** rather than false harmony—mechanisms where communities explicitly choose (say) slower growth for greater equality, seeing real costs of each value.\n", "\n", "What aspects resonate or trouble you most? The tension between these principles reveals what we truly prioritize.\n", "Competitor: gemini-2.5-flash\n", "\n", "Designing a system of governance based solely on fairness, autonomy, and efficiency requires a multi-layered approach that builds from foundational principles to specific mechanisms. It must be dynamic, self-correcting, and deeply integrated with technology to achieve these aims.\n", "\n", "Here's a potential design:\n", "\n", "## System Name: The Equitable Autonomous Network (EAN)\n", "\n", "### Foundational Principles (The Constitution of EAN)\n", "\n", "1. **Dignity and Basic Needs First:** Every individual has an inalienable right to a dignified existence, free from want. This forms the absolute floor of fairness and a precondition for true autonomy.\n", "2. **Subsidiarity and Nested Autonomy:** Decision-making authority rests at the most localized level capable of effectively addressing an issue. Higher levels exist to coordinate, arbitrate, and ensure foundational principles are upheld.\n", "3. **Data-Driven, Adaptive Governance:** Policies and resource allocations are continuously informed by real-time data, scientific consensus, and predictive modeling, allowing for dynamic adjustments and optimizing efficiency.\n", "4. **Transparency and Accountability:** All governance processes, decisions, and resource flows are publicly accessible (within privacy constraints), with clear mechanisms for oversight and redress.\n", "5. **Restorative and Regenerative Justice:** The system actively seeks to correct historical injustices and prevent future ones, while ensuring the long-term sustainability of resources for future generations.\n", "\n", "### I. Distribution of Resources\n", "\n", "The EAN employs a three-tiered system for resource distribution, designed to balance fairness (needs-based, corrective), autonomy (individual choice, local control), and efficiency (optimized allocation, incentive).\n", "\n", "**A. Universal Basic Resources (UBR) & Entitlements (Fairness & Autonomy Baseline):**\n", "\n", "* **Concept:** A robust floor for all citizens, ensuring essential needs are met without conditionalities. This eliminates the existential anxieties that hinder autonomy and creativity.\n", "* **Components:**\n", " * **Universal Basic Income (UBI):** A sufficient, unconditional cash payment to cover basic living expenses (food, shelter, basic utilities). Adjusted dynamically for inflation and regional cost of living.\n", " * **Universal Healthcare:** Comprehensive, free-at-point-of-use healthcare, including physical, mental, and preventative care.\n", " * **Universal Education:** Access to high-quality education from early childhood through advanced learning, including vocational training and lifelong learning opportunities. Personalized learning pathways would be emphasized.\n", " * **Universal Connectivity:** Access to reliable, high-speed internet and essential digital tools.\n", " * **Basic Housing Guarantee:** Ensuring every individual has access to safe, adequate, and dignified housing. This might involve UBI supporting rent, but also public housing initiatives and community land trusts.\n", "* **Funding:** Primarily through a highly progressive taxation system (income, wealth, corporate profits), carbon taxes, and automated resource levies on automated production. This ensures those who benefit most from collective resources contribute proportionally.\n", "* **Impact on Historical Inequalities:** The UBR immediately provides a baseline of dignity and opportunity for all, directly lifting up historically disadvantaged groups who may have lacked access to these fundamental resources.\n", "\n", "**B. Merit- and Contribution-Based Rewards (Efficiency & Incentives):**\n", "\n", "* **Concept:** Beyond basic needs, individuals can acquire additional resources through their contributions to society, innovation, enterprise, and skill development. This fosters motivation, creativity, and efficient resource allocation through markets.\n", "* **Mechanisms:**\n", " * **Regulated Markets:** Open and competitive markets for goods and services, but with strong oversight to prevent monopolies, exploitation, and ensure ethical practices.\n", " * **Cooperative & Social Enterprises:** Encouragement and support for worker-owned cooperatives, community-owned businesses, and social enterprises that prioritize collective well-being alongside profit.\n", " * **Innovation Funds & Grants:** Publicly funded and privately managed grants for research, development, artistic creation, and social innovation. Performance-based funding is used.\n", " * **Fair Compensation:** Mechanisms to ensure that labor is fairly compensated, with minimum wage standards significantly above the UBI and robust collective bargaining rights.\n", "* **Impact on Historical Inequalities:** While based on merit, these mechanisms would be designed with \"on-ramps\" and support structures (e.g., entrepreneurship training for disadvantaged communities, mentorship programs) to ensure equitable access to opportunities, rather than perpetuating existing advantages.\n", "\n", "**C. Community & Restorative Justice Funds (Fairness & Community Autonomy):**\n", "\n", "* **Concept:** Dedicated funds and resources specifically allocated to address historical inequalities, promote community-led development, and repair societal harms.\n", "* **Mechanisms:**\n", " * **Restorative Justice Fund (RJF):** A substantial, permanent fund explicitly for reparative justice. It would finance:\n", " * **Targeted Investments:** Direct investments in historically marginalized communities (e.g., infrastructure, education, healthcare facilities, land redistribution, cultural preservation).\n", " * **Restorative Justice Programs:** Funding for mediation, victim support, community-led healing initiatives, and programs that address systemic biases in justice systems.\n", " * **Cultural Restoration:** Support for reclaiming and revitalizing cultural practices, languages, and histories that were suppressed.\n", " * **Community Resource Pools:** Each local community has a significant allocation of public funds managed by its **Local Autonomy Council** (see below). These funds are used for local projects, infrastructure, and services identified by the community itself (e.g., parks, libraries, local transport, community centers).\n", " * **Ecological Commons Stewardship:** Resources (land, water, air) deemed \"commons\" are managed collectively for long-term sustainability. Decisions on their use are made through deliberative processes involving all affected communities and expert ecological councils.\n", "* **Impact on Historical Inequalities:** This tier directly confronts and actively works to reverse the impacts of past discrimination, exploitation, and dispossession, empowering affected communities to rebuild on their own terms.\n", "\n", "### II. Decision-Making Authority\n", "\n", "Decision-making in the EAN is designed to be distributed, informed, and accountable, maximizing autonomy at the individual and community levels while ensuring coherence and fairness across the entire system.\n", "\n", "**A. Nested Deliberative Councils (Subsidiarity & Autonomy):**\n", "\n", "* **Structure:** A hierarchical but porous system of interconnected councils:\n", " * **Local Autonomy Councils (LACs):** Hyper-local (e.g., neighborhood, village). Responsible for managing community resources, local infrastructure, public safety, and cultural initiatives. Decisions are primarily made through **Deliberative Citizen Assemblies** (randomly selected, representative groups engaging in informed discussion) and facilitated consensus.\n", " * **Regional Coordination Councils (RCCs):** Representing a collection of LACs (e.g., cities, counties). Responsible for coordinating larger-scale infrastructure (transport, energy), environmental management, and economic development that spans multiple local communities. Representatives are chosen by LACs and serve with rolling terms.\n", " * **Global Coordination Council (GCC):** Represents the entire EAN. Focuses on overarching constitutional principles, human rights, global commons (oceans, atmosphere), inter-regional disputes, major resource allocation (e.g., inter-regional energy grids), and long-term strategic planning. Representatives are chosen by RCCs and expert bodies.\n", "* **Decision-Making Process:**\n", " * **Deliberation First:** Councils prioritize thorough deliberation, informed by data and expert advice, before voting.\n", " * **Consensus Seeking:** Strive for consensus on most issues.\n", " * **Weighted Voting/Supermajority:** For contentious issues or when consensus is elusive, a supermajority vote is required. In higher-tier councils, votes might be weighted by population size of the represented constituent bodies, or by the degree of impact a decision has on their respective communities.\n", " * **Referendum Override:** Citizens at any level can initiate referenda to challenge or directly approve council decisions, especially those impacting rights or core principles.\n", "\n", "**B. Direct Digital Democracy & Citizen Participation (Autonomy & Efficiency):**\n", "\n", "* **Platform:** A secure, transparent, and user-friendly digital platform (e.g., a \"Digital Agora\") that allows all citizens to:\n", " * **Propose Policies & Laws:** Individuals or groups can submit proposals that gain traction through citizen support.\n", " * **Vote on Referenda:** Direct voting on key issues or to challenge council decisions.\n", " * **Participate in Citizen Juries & Assemblies:** Online tools to facilitate informed deliberation among randomly selected citizen groups.\n", " * **Feedback & Oversight:** Provide direct feedback on public services, report issues, and monitor the performance of elected officials and institutions.\n", "* **Mechanisms for Informed Participation:**\n", " * **Mandatory \"Information Modules\":** Before voting on complex issues, citizens are presented with balanced, evidence-based summaries of arguments for and against, expert analyses, and impact assessments.\n", " * **Gamified Education:** Tools to make understanding complex policy engaging and accessible.\n", "* **Impact on Conflicting Interests:** The digital platform allows for broader participation and the airing of diverse viewpoints, while structured information modules help prevent uninformed decision-making driven by emotion or misinformation.\n", "\n", "**C. Expert and Advisory Bodies (Efficiency & Fairness):**\n", "\n", "* **Role:** Independent expert bodies (e.g., scientific academies, economic forecasting institutes, sociological research groups) provide unbiased data, analysis, and policy recommendations to all levels of governance.\n", "* **Function:** They ensure that policies are evidence-based, technically sound, and consider long-term consequences. Their advice is publicly accessible, and councils must provide justifications if they choose to deviate significantly from expert consensus.\n", "* **Ethical Review Boards:** Panels (including ethicists, philosophers, and citizens) would review policies for their adherence to EAN's core principles, especially concerning emerging technologies or complex social issues.\n", "\n", "**D. Judicial and Conflict Resolution Tribunals (Fairness & Resolution):**\n", "\n", "* **Structure:** An independent, decentralized judiciary with a strong emphasis on **Restorative Justice**.\n", "* **Levels:**\n", " * **Community Resolution Panels:** Focus on mediation, reconciliation, and community service for minor disputes and harms.\n", " * **Regional Justice Courts:** Handle more complex civil and criminal cases, always seeking restorative outcomes where possible.\n", " * **Constitutional Tribunal:** The highest court, tasked with upholding the Foundational Principles, arbitrating disputes between governance levels, and protecting individual and community rights against overreach.\n", "* **Conflict Resolution:** Emphasis on non-adversarial methods like mediation, arbitration, and facilitated dialogue before litigation. When litigation is necessary, processes are designed to be efficient, transparent, and accessible.\n", "* **Ombudsman & Whistleblower Protections:** Independent offices exist at all levels to investigate complaints against governance bodies and protect individuals who report misconduct, ensuring accountability.\n", "\n", "### III. Addressing Conflicting Interests and Historical Inequalities\n", "\n", "* **Deliberative Design:** The entire system is built on principles of deliberation, ensuring that diverse perspectives are heard, understood, and integrated where possible, rather than simply outvoted.\n", "* **Prioritization Framework:** The Foundational Principles act as a clear hierarchy for resolving conflicts. Basic Needs > Autonomy > Efficiency. For example, economic efficiency would never justify policies that undermine universal basic resources or infringe on fundamental rights.\n", "* **Transparency & Data:** Open access to information about resource allocation, policy impacts, and decision-making processes helps to build trust and expose potential biases or conflicts of interest.\n", "* **Adaptive Policy Cycles:** Regular, mandated reviews of policies and resource allocations, informed by performance metrics and social impact assessments, allow for course correction when policies inadvertently create or exacerbate inequalities or conflicts.\n", "* **Cultural Competency & Anti-Bias Training:** All participants in governance, especially those in leadership or judicial roles, undergo ongoing training to understand and mitigate unconscious biases and promote cultural sensitivity.\n", "* **Formal Appeals & Grievance Mechanisms:** Clear and accessible pathways for individuals and communities to appeal decisions, raise grievances, and seek redress, ensuring that all voices can challenge perceived unfairness.\n", "* **Affirmative Opportunity Programs:** Time-limited, targeted programs designed to explicitly address persistent disparities in access to education, training, entrepreneurship, and leadership roles for historically marginalized groups. These are not about preferential treatment indefinitely but about leveling the playing field until equity is demonstrably achieved.\n", "\n", "### Technology as an Enabler\n", "\n", "* **Blockchain for Transparency & Trust:** Immutable records for resource allocation, voting, and legal decisions enhance transparency and prevent tampering.\n", "* **AI for Data Analysis & Prediction:** Used to analyze vast datasets for optimal resource allocation, predict potential societal impacts of policies, identify emerging needs, and detect systemic biases in real-time. Crucially, AI would be *advisory*, not decision-making, and its algorithms would be open-source and auditable.\n", "* **Secure Digital Identity & Voting Systems:** Ensuring secure, anonymous, and verifiable participation in direct democracy and governance processes.\n", "\n", "### Conclusion\n", "\n", "The Equitable Autonomous Network (EAN) seeks to create a dynamic, self-correcting system where fairness is the bedrock, individual and community autonomy are paramount, and efficiency is achieved through informed, distributed decision-making. By explicitly addressing historical inequalities through reparative justice and a robust UBR, and by building conflict resolution into its very structure, the EAN aims to foster a society that is not only prosperous but truly just and sustainable for all. It's a system designed to evolve with humanity's understanding of itself and the world, perpetually striving for its core ideals.\n", "Competitor: deepseek-chat\n", "\n", "Of course. This is a fascinating and profound question. Designing a governance system from first principles is a classic exercise in political philosophy, but grounding it in your three pillars—**Fairness, Autonomy, and Efficiency**—provides a robust framework.\n", "\n", "Here is a proposed system, which I will call **Subsidiarity-Based Pluralism (SBP)**, and how it would approach resource distribution and decision-making.\n", "\n", "### Foundational Principles\n", "\n", "First, let's define the core principles as they apply to this system:\n", "\n", "* **Fairness:** This is not merely equality of outcome or opportunity, but **equity of capability**. The system is designed to ensure every individual has the genuine capacity to pursue a flourishing life. This explicitly acknowledges and corrects for historical inequalities and differing starting points.\n", "* **Autonomy:** Individuals and communities have the right to self-determination, to live according to their own values, and to have a meaningful voice in decisions that affect them. This principle is the primary check against centralized tyranny.\n", "* **Efficiency:** Resources (time, material, human capital) should be used to achieve the maximum benefit with minimal waste. This means decisions should be made at the most local level possible, where information is most accurate and accountability is highest.\n", "\n", "### The Architecture of the System: A Multi-Layered Federation\n", "\n", "The system is structured like a set of nested circles, from the individual outward.\n", "\n", "1. **The Individual:** The fundamental unit of moral concern and autonomy.\n", "2. **The Local Community (LC):** A geographically or culturally defined group of a manageable size (e.g., a town, a city neighborhood, a collection of rural villages) where face-to-face deliberation is possible.\n", "3. **The Regional Council (RC):** A federation of LCs that share common infrastructure, economic ties, or ecological systems (e.g., a watershed, a metropolitan area).\n", "4. **The Global Assembly (GA):** A body representing all humanity, responsible for truly global issues.\n", "\n", "The guiding rule for decision-making is the **Principle of Strict Subsidiarity:**\n", "\n", "> **A decision or function must be handled by the smallest, lowest, or least centralized competent authority.** A higher level can only intervene if a lower level is demonstrably failing to meet a minimum standard of fairness or is causing significant harm to another community.\n", "\n", "---\n", "\n", "### I. Distribution of Resources\n", "\n", "The system would use a hybrid model to balance autonomy with fairness.\n", "\n", "#### A. The Foundational Endowment (Mechanism for Fairness & Autonomy)\n", "\n", "* **What it is:** Every individual, upon reaching the age of majority, receives a substantial, universal, and unconditional **Capital and Basic Income Endowment**.\n", "* **The Capital Portion:** A lump sum of resources (money, digital currency, credits) to be used for education, starting a business, buying a home, or investing. This directly attacks historical wealth inequality by giving everyone a genuine starting stake.\n", "* **The Basic Income Portion:** A regular, monthly payment sufficient to cover basic necessities: food, shelter, utilities, and healthcare. This ensures **autonomy** by freeing individuals from destitution and the coercive power of any single employer or entity.\n", "\n", "#### B. The Social Inheritance Fund (Mechanism for Fairness & Efficiency)\n", "\n", "* **What it is:** A collectively owned fund, resourced by a low but broad-based tax on all commercial activity (a \"value-added\" or \"transaction\" tax) and a significant **inheritance tax on large estates**.\n", "* **How it works:** This fund does not give cash to individuals. Instead, it finances public goods that are inefficient or unfair for individuals to provide for themselves:\n", " * **Universal Healthcare & Education:** Free at the point of use.\n", " * **Public Infrastructure:** Roads, broadband, energy grids.\n", " * **Environmental Stewardship:** Rewarding communities for preserving ecosystems that benefit the wider region.\n", "* This fund is managed democratically by each level (LC, RC, GA) for goods at their respective scale, ensuring resources are allocated **efficiently** to where they are most needed for the collective good.\n", "\n", "#### C. Local Resource Autonomy (Mechanism for Autonomy & Efficiency)\n", "\n", "* Local Communities can create and manage their own additional economic systems. They can experiment with local currencies, cooperatives, or different models of property rights (private, communal, etc.), provided they do not violate the core principles (e.g., by creating internal caste systems or polluting a neighbor's environment).\n", "* This encourages innovation and allows communities to align their local economy with their cultural values.\n", "\n", "---\n", "\n", "### II. Decision-Making Authority\n", "\n", "The system is designed to prevent the concentration of power while enabling effective action.\n", "\n", "#### A. At the Local Community Level: Deliberative Democracy\n", "\n", "* **Mechanism:** A combination of citizen assemblies and direct voting.\n", "* **Citizen Assemblies:** Randomly selected groups of residents (like jury duty) are convened to study complex local issues (e.g., \"How should we redesign the public park?\"). They hear from experts and stakeholders and make recommendations or binding decisions. This counters the influence of special interests and leverages collective intelligence.\n", "* **Direct Voting:** For major issues (like large construction projects or significant tax changes), binding referendums are held. This ensures broad **autonomy**.\n", "* **Authority:** Zoning, local education curriculum (within a global human rights framework), community policing, local cultural affairs.\n", "\n", "#### B. At the Regional Council Level: Federated Representation\n", "\n", "* **Mechanism:** A council of delegates elected from and recallable by the Local Communities.\n", "* **Role:** To manage common resources and coordinate policies that cross local boundaries.\n", "* **Authority:** Regional transportation, water management, regional environmental protection, disaster response, harmonizing economic regulations to prevent a \"race to the bottom.\"\n", "\n", "#### C. At the Global Assembly Level: Guardians of Humanity and Fairness\n", "\n", "* **Mechanism:** A dual-body system.\n", " 1. **A People's Chamber:** Representatives elected proportionally from the world's population.\n", " 2. **A Guardians' Council:** Comprised of esteemed experts in science, ethics, law, and human rights, appointed for long, non-renewable terms to insulate them from political pressure. Their role is to veto any legislation from the People's Chamber that violates the core constitutional principles of fairness, autonomy, or ecological sustainability.\n", "* **Authority:** *Extremely limited and explicitly enumerated.* It includes:\n", " * Enforcing fundamental human rights.\n", " * Managing the global commons (atmosphere, oceans, orbital space).\n", " * Coordinating pandemic response.\n", " * Preventing genocide and mass atrocities.\n", " * Adjudicating disputes between Regional Councils.\n", "\n", "---\n", "\n", "### Addressing the Challenges\n", "\n", "#### Conflicting Interests:\n", "\n", "* **Principle of Strict Subsidiarity:** Prevents most conflicts by localizing decisions. A dispute between two neighbors over a tree is handled by a local mediator, not a global body.\n", "* **Deliberative Democracy:** Transforms adversarial politics into problem-solving. By bringing randomly selected citizens together, it fosters empathy and compromise.\n", "* **The Courts:** An independent, multi-layered judiciary is the final arbiter of conflicts, interpreting the core constitutional principles.\n", "\n", "#### Historical Inequalities:\n", "\n", "* **The Foundational Endowment** is the primary tool for corrective justice. It is a direct wealth transfer to new generations, diluting the concentration of inherited advantage.\n", "* **The Social Inheritance Fund** is funded significantly by taxes on large accumulations of wealth, continuously recycling privilege into public goods.\n", "* **The Global Assembly** has the power to mandate and fund targeted programs for communities that have suffered historical injustices (e.g., systemic discrimination, colonial extraction), but the implementation is done at the regional or local level to ensure cultural appropriateness.\n", "\n", "### Potential Weaknesses and Safeguards\n", "\n", "* **Risk of Local Tyranny:** A local community could become oppressive to minorities within it.\n", " * **Safeguard:** A robust, constitutionally enshrined **Global Bill of Rights** that is inviolable by any lower level. Any individual can appeal to the global judiciary.\n", "* **Inefficiency of Deliberation:** Citizen assemblies can be slow.\n", " * **Safeguard:** They are used for strategic, long-term planning, not day-to-day administration, which is handled by a professional, accountable civil service.\n", "* **Free-Riding:** A community might choose to not contribute fairly to the Social Inheritance Fund.\n", " * **Safeguard:** Access to global and regional public goods (e.g., trade, disaster relief) is contingent on fulfilling one's fiscal responsibilities, as adjudicated by the independent courts.\n", "\n", "In conclusion, this system of **Subsidiarity-Based Pluralism** attempts to weave fairness, autonomy, and efficiency into a coherent whole. It grounds fairness in a direct redistribution of life chances, protects autonomy through radical decentralization, and pursues efficiency by matching the scale of governance to the scale of the problem. It is not a utopian blueprint but a dynamic framework designed to manage humanity's perpetual tensions with wisdom, resilience, and a deep respect for both the individual and the collective.\n", "Competitor: openai/gpt-oss-120b\n", "\n", "Below is a **blue‑print for a governance architecture** that tries to hold the three pillars—**fairness, autonomy, and efficiency**—in tension with one another while still delivering a functional, adaptable society. I have broken the design into four inter‑locking layers, each with its own set of concrete institutions, decision‑making procedures, and resource‑allocation tools. The goal is to keep power as close to the people who are affected by it (autonomy), to correct historic and structural imbalances (fairness), and to make sure the system can actually get things done without endless deadlock (efficiency).\n", "\n", "---\n", "\n", "## 1. Core Principles & How They Translate into Rules\n", "\n", "| Principle | What it demands | Translating rule (the “constitution” of the system) |\n", "|-----------|----------------|----------------------------------------------------|\n", "| **Fairness** | • Everyone receives a baseline that makes them capable of participating fully.
• Past injustices are acknowledged and mitigated.
• Outcomes are monitored for systemic bias. | 1. **Universal Baseline Entitlements (UBE)** – a set of indivisible rights to food, housing, health, education, and digital connectivity, funded by a progressive “social dividend” tax on wealth and corporate profit.
2. **Equity Adjustment Index (EAI)** – a data‑driven multiplier applied to the UBE and to all subsequent public‑service allocations that reflects historic deprivation (regional, racial, gender, disability, etc.). |\n", "| **Autonomy** | • Individuals/communities decide locally on matters that affect them.
• Central authority intervenes only when local decisions threaten the baseline or the rights of others. | 1. **Subsidiarity Principle** – decisions are taken at the most granular level that can solve the problem efficiently.
2. **Community Governance Pods (CGPs)** – elected/selected bodies with direct‑participation tools (e.g., liquid‑democracy, deliberative polling) that control a defined budget and policy scope. |\n", "| **Efficiency** | • Resources are used where they generate the most social value per unit of cost.
• Bureaucratic friction is minimized.
• Feedback loops rapidly correct mistakes. | 1. **Outcome‑Based Funding (OBF)** – public funds flow to programs that meet pre‑agreed performance metrics (cost‑per‑outcome, carbon‑intensity, equity‑impact).
2. **Algorithmic Decision‑Support (ADS)** – open‑source models that simulate the impact of policy proposals and flag unintended externalities before a vote. |\n", "\n", "---\n", "\n", "## 2. Institutional Architecture\n", "\n", "### A. **The Global‑Level “Meta‑Council”** (acts as a constitutional guard)\n", "\n", "* **Composition:** 1) 30% elected by popular vote (proportional representation), 2) 30% selected by expert panels (science, economics, ethics), 3) 40% allocated to historically marginalized blocs (e.g., indigenous peoples, formerly colonized regions) through a *reparative seat‑allocation* formula.\n", "* **Mandate:** 1) Set the **Universal Baseline Entitlements** and **Equity Adjustment Index**.
2) Approve the **Algorithmic Decision‑Support framework** and the **Outcome‑Based Funding standards**.
3) Resolve disputes that cross regional boundaries (e.g., climate migration, trans‑national infrastructure).\n", "* **Decision rule:** Super‑majority (66 %) with a *fairness veto*: any proposal that would lower the UBE for a demographic group identified by the EAI must be rejected unless an explicit, majority‑supported reparative plan is attached.\n", "\n", "### B. **Regional Assemblies (RA)** – 1 per *geopolitical region* (e.g., state/province, large metropolitan area)\n", "\n", "* **Scope:** Education curricula, regional transport, water management, health service organization, local taxation within a ceiling set by the Meta‑Council.\n", "* **Governance Pods (CGPs):** Within each RA there are **neighbourhood pods** (≈1,000‑5,000 citizens) that receive a *budget block* proportional to the local EAI‑adjusted population.\n", "* **Deliberative Process:** Pods use a *mini‑deliberative poll* (48‑hour online discussion + 2‑hour face‑to‑face meeting) before voting on any allocation. Results are aggregated by a **Weighted Consensus Algorithm** that gives extra weight to historically marginalized voices (as measured by the EAI).\n", "\n", "### C. **Sector‑Specific “Efficiency Boards” (EB)**\n", "\n", "* **Examples:** Energy, Transportation, Digital Infrastructure, Climate Resilience, Public Health.\n", "* **Structure:** 40% elected technocrats, 30% civil‑society representatives, 30% stakeholder groups (e.g., labor unions, consumer co‑ops). \n", "* **Power:** They design **Performance Metrics** that feed into the Outcome‑Based Funding system. They can re‑allocate surplus resources across regions *only* when the metrics show a clear net‑gain in social value (e.g., reduction of carbon emissions per dollar spent). \n", "* **Transparency:** All simulations run by the ADS are published in real‑time dashboards.\n", "\n", "### D. **Dispute‑Resolution Courts (DRC)**\n", "\n", "* **Two tiers:** 1) **Local Arbitration Panels** (volunteers trained in restorative justice) for everyday conflicts; 2) **Regional Courts of Equity** for cases involving the UBE, EAI, or cross‑regional externalities. \n", "* **Binding nature:** Decisions are enforceable because the funding streams (UB‑derived taxes) are automatically redirected to the prevailing side, creating a financial incentive for compliance.\n", "\n", "---\n", "\n", "## 3. Resource Distribution Mechanics\n", "\n", "### 1. **Baseline Funding Flow**\n", "```\n", "Total Tax Revenue\n", " └─► 60% → Universal Baseline Entitlements (UBEs) → Direct cash transfers + universal public services\n", " └─► 20% → Equity Adjustment Pool (EAP) → Multiplier on UBEs for high‑EAI communities\n", " └─► 15% → Outcome‑Based Funding pool (OBF) → Distributed to projects that meet performance metrics\n", " └─► 5% → Administrative & Oversight Costs (transparent, audited)\n", "```\n", "\n", "* **Progressive Tax Design:** Marginal tax rates start at 15 % and rise to 55 % above a wealth threshold; a “carbon dividend” is levied on high‑emission enterprises and funneled into the OBF pool.\n", "\n", "### 2. **Local Budget Allocation (within a CGP)**\n", "* **Step‑1 – Needs Scan:** Automated survey (open‑source) collects data on housing, health, education, and digital access gaps. The EAI adjusts the weight of each indicator.\n", "* **Step‑2 – Community Deliberation:** Residents discuss three pre‑selected proposals (generated by the ADS) and can submit a fourth “wild‑card” idea.\n", "* **Step‑3 – Vote & Weighting:** Simple majority decides, but the final allocation formula is:\n", " \\[\n", " \\text{Fund}_i = \\frac{V_i \\times (1 + \\alpha \\cdot \\text{EAI}_i)}{\\sum_j V_j \\times (1 + \\alpha \\cdot \\text{EAI}_j)} \\times \\text{Budget}\n", " \\]\n", " where \\(V_i\\) is the vote share for proposal *i* and \\(\\alpha\\) (≈0.3) is a fairness‑boost coefficient.\n", "\n", "### 3. **Efficiency Board Re‑allocation**\n", "* When a project exceeds its performance threshold (e.g., 20 % reduction in cost‑per‑outcome), a **surplus credit** is generated. The credit can be:\n", " * **Banked** for the next fiscal cycle, or\n", " * **Transferred** to another region that has a shortfall in the same sector, provided a **mutual‑benefit agreement** is signed.\n", "\n", "---\n", "\n", "## 4. Managing Conflicting Interests\n", "\n", "| Conflict Type | Mechanism to Resolve | Why it preserves the three pillars |\n", "|---------------|----------------------|------------------------------------|\n", "| **Local vs. Global (e.g., a region wants cheap coal, global wants decarbonization)** | *Escalation Protocol*: Local CGP decision is first simulated through the ADS. If the simulation shows a net negative impact on the global carbon budget, the proposal is flagged for **Regional Court of Equity**. The court can impose a **transition fund** (from the OBF pool) that subsidizes a clean‑energy alternative for the region. | *Fairness* – the region isn’t forced to give up jobs; it receives compensation.
*Autonomy* – the region’s original preference is heard and formally evaluated.
*Efficiency* – the carbon budget is protected, avoiding longer‑term climate costs. |\n", "| **Inter‑community resource competition (e.g., water rights)** | **Joint‑Management Trusts** created at the watershed level, composed of proportional representatives from each affected CGP plus neutral experts. Decisions are made by **super‑majority (75 %)** with a **fairness veto** for any community whose EAI‑adjusted per‑capita water access falls below a minimum threshold. | The veto guarantees the historically water‑scarce groups are protected, while the super‑majority pushes parties toward collaborative solutions. |\n", "| **Historical Inequality vs. Meritocratic Allocation** | **Equity Adjustment Index (EAI)** is built from a multi‑decade dataset of income, education, health, and land‑ownership disparities. It is **periodically re‑calibrated** (every 5 years) by an independent research consortium, ensuring the correction factor does not become a permanent “handicap” for formerly privileged groups. | The system is **fair** (corrects past harms), **autonomous** (communities can still earn higher allocations by outperforming the metrics), and **efficient** (the EAI is data‑driven, not ad‑hoc). |\n", "\n", "---\n", "\n", "## 5. Addressing Historical Inequalities in Practice\n", "\n", "1. **Data‑Driven Reparations** \n", " *A “Historical Harm Ledger”* quantifies the cumulative deprivation experienced by each demographic group (e.g., land taken, forced labor, disenfranchisement). The ledger feeds directly into the **EAI multiplier** and into a **Reparations Grant Program** that funds community‑owned enterprises, cultural preservation, and educational scholarships.\n", "\n", "2. **Ownership Transfer Mechanisms** \n", " *Community Land Trusts (CLTs)* receive seed capital from the EAP and acquire strategically valuable parcels (urban lots, renewable‑energy sites). The CLTs issue **participatory equity tokens** to local residents, granting them collective voting rights over the asset’s future use.\n", "\n", "3. **Education & Narrative Reform** \n", " The **Meta‑Council** mandates a **Curriculum of Interconnected Histories** that is co‑designed by scholars from the Global South, Indigenous educators, and diaspora communities. This builds a shared sense of fairness and reduces the “us vs. them” mindset that often fuels conflict.\n", "\n", "---\n", "\n", "## 6. Efficiency Safeguards\n", "\n", "| Safeguard | Description | Expected impact |\n", "|----------|-------------|-----------------|\n", "| **Algorithmic Decision‑Support (ADS) Audits** | Open‑source code, quarterly peer‑review, and a **Red‑Team** that stress‑tests simulations for bias. | Prevents “efficient” proposals that hide externalities (e.g., environmental degradation). |\n", "| **Performance‑Based Funding Cycles** | Budgets are released in **quarterly tranches**; each tranche requires proof of metric achievement before the next is unlocked. | Creates a feedback loop that curtails wasteful spending and motivates continuous improvement. |\n", "| **Dynamic Budget Caps** | Each CGP’s budget cannot exceed **1.5 ×** its previous year’s **effective spend** (outcome‑adjusted). Overspending triggers a **re‑allocation audit**. | Discourages ballooning administrative costs and encourages realistic planning. |\n", "| **Citizen Oversight Panels** | Randomly selected citizens (sortition) serve 6‑month terms reviewing the ADS outputs and the Efficiency Board’s metric definitions. | Guarantees that technical expertise does not become an opaque monopoly. |\n", "\n", "---\n", "\n", "## 7. A “Day‑in‑the‑Life” Walk‑Through\n", "\n", "1. **Morning:** Maria in a coastal CGP logs onto the **Community Portal** and sees three pre‑screened proposals: (a) a solar‑panel co‑op, (b) a flood‑resilience park, (c) a micro‑loan fund for women artisans. She watches a 2‑minute ADS simulation that shows the social‑value per dollar, the EAI boost each would receive, and the projected carbon impact.\n", "\n", "2. **Mid‑day:** She joins a 30‑minute virtual deliberation with her neighbours, where a facilitator from the local oversight panel helps surface concerns: the micro‑loan fund might not reach the most historically excluded block. Someone proposes a modest “target‑allocation add‑on” that the ADS automatically calculates.\n", "\n", "3. **Evening:** After the deliberation, the pod votes. The solar‑panel co‑op wins 55 % of the votes, but because the flood‑resilience park has a higher EAI‑adjusted need, the weighted consensus formula allocates **60 %** of the pod’s budget to the park and **40 %** to the co‑op. The results are instantly posted to the regional dashboard.\n", "\n", "4. **Night:** The **Regional Assembly** receives the aggregated allocations. An Efficiency Board reviews the flood‑resilience park’s design and confirms it meets the “cost‑per‑person‑protected” metric. Funding is released in two tranches, with the second contingent on a mid‑year impact report.\n", "\n", "5. **Next year:** The park’s success reduces flood damage by 30 %, generating a surplus credit. That credit is automatically transferred to a neighboring inland CGP that needs irrigation upgrades, fulfilling the **mutual‑benefit clause** without any extra negotiation.\n", "\n", "---\n", "\n", "## 8. Potential Risks & Mitigation Strategies\n", "\n", "| Risk | Why it threatens the three pillars | Mitigation |\n", "|------|-----------------------------------|------------|\n", "| **Metric gaming** – actors manipulate data to meet OBF thresholds. | Undermines fairness (resources go to “paper” successes) and efficiency (wasted funds). | • Independent auditors + random spot‑checks.
• Multi‑dimensional metrics (combine quantitative and qualitative signals). |\n", "| **Algorithmic opacity** – citizens distrust ADS outputs. | Erodes autonomy (people feel decisions are made by “black boxes”). | • Open‑source code, mandatory “explain‑in‑plain‑language” summaries, and citizen oversight panels. |\n", "| **Entrenched elite capture** of the Meta‑Council. | Violates fairness and autonomy for marginalized groups. | • Reparative seat‑allocation, term limits, and mandatory rotation of representatives from civil‑society coalitions. |\n", "| **Resource scarcity spikes** (e.g., sudden drought). | Forces trade‑offs that may appear unfair or autocratic. | • Pre‑negotiated **Resilience Reserve Fund** (5 % of tax revenue) that can be deployed with a fast‑track, consensus‑based emergency protocol. |\n", "| **Cultural resistance to data‑driven allocation** | May view EAI as “paternalistic”. | • Continuous community education, co‑design of the EAI methodology, and a **right‑to‑opt‑out** clause where a community can request a manual deliberative process (subject to a fairness‑veto if it would lower the baseline). |\n", "\n", "---\n", "\n", "## 9. Summary – The Governance Equation\n", "\n", "\\[\n", "\\boxed{\n", "\\text{Good Governance} = \n", "\\underbrace{(\\text{Baseline Fairness} \\times \\text{Equity Adjustment})}_{\\text{Historical Justice}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Local Autonomy} \\times \\text{Subsidiarity})}_{\\text{People‑Centred Power}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Outcome‑Based Funding} \\times \\text{Algorithmic Insight})}_{\\text{Efficient Delivery}}\n", "}\n", "\\]\n", "\n", "*The system is **self‑correcting** (ADS + audits), **self‑balancing** (EAI + fairness veto), and **self‑empowering** (CGPs + citizen oversight). By anchoring all resource flows to an unconditional baseline, adjusting for historic disadvantage, and then letting communities decide *how* to augment that baseline within transparent, outcome‑driven limits, we get a structure that respects the three guiding values without letting any single one dominate to the detriment of the others.*\n", "\n", "---\n", "\n", "### Take‑away for a policymaker or designer\n", "\n", "1. **Start with a hard‑wired universal safety net** (the UBE). Anything you build on top of it must not erode it.\n", "2. **Quantify historic inequities** (EAI) and bake the multiplier into every budgetary formula.\n", "3. **Decentralize decision‑making** but attach a **performance‑feedback loop** (OBF + ADS) that can pull resources toward the most socially valuable outcomes.\n", "4. **Institutionalize conflict‑resolution** (DRCs, fairness vetoes) at every level so that clashes are settled before they become entrenched power struggles.\n", "5. **Make the system visible** (dashboards, open code, citizen panels) so that autonomy is felt as real influence, not just a façade.\n", "\n", "When these steps are combined, you get a governance ecosystem that can **learn, adapt, and stay true** to fairness, autonomy, and efficiency—even in the face of deep‑seated historical wounds and ever‑shifting collective interests.\n", "Competitor: llama3.2\n", "\n", "Designing a system of governance that prioritizes fairness, autonomy, and efficiency is an ambitious yet essential endeavor. Here's a hypothetical framework to achieve this vision:\n", "\n", "**Principles:**\n", "\n", "1. **Democracy with Mutually Inclusive Elements**: Empower communities and individuals directly through mechanisms like citizen juries, deliberative councils, and participatory budgeting.\n", "2. **Decentralization with Distributed Power**: Foster regional autonomy and decentralized decision-making to enable local responses to unique challenges and opportunities.\n", "3. **Inclusive Representation**: Ensure proportional representation of historically marginalized groups in governance structures, such as quotas for underrepresented communities.\n", "4. **Transparency and Accountability**: Utilize blockchain technology or similar methods to ensure the integrity and visibility of decision-making processes.\n", "\n", "**Resource Distribution:**\n", "\n", "1. **Common Wealth Management**: Establish a common wealth framework that allows for decentralized management of global commons like oceans, forests, and climate systems.\n", "2. **Redistributed Income Guarantee (RIG)**: Implement a RIG to provide a guaranteed minimum income to every individual within the system, indexed by country's GDP per capita.\n", "3. **Resource-Based Allocation**: Utilize an iterative resource allocation algorithm that factors in global scarcity, distribution of wealth, and environmental impact when assigning access to resources.\n", "\n", "**Decision-Making Authority:**\n", "\n", "1. **Community-led Decision Making**: Foster community-led initiatives for decision-making, encouraging grassroots involvement and participation.\n", "2. **Decentralized Network Analysis (DNA)**: Utilize machine learning algorithms to analyze social networks and optimize collaboration among communities based on interests.\n", "3. **Consensus Voting Systems**: Leverage consensus systems like multi-value voting or voting weights that prioritize individual perspectives and community concerns.\n", "\n", "**Addressing Conflicting Interests:**\n", "\n", "1. **Neutrality Preserving Negotiation Frameworks**: Implement tools for evaluating negotiation outcomes to ensure fairness in agreement-making processes.\n", "2. **Transitional Justice Mechanisms**: Establish procedures for restorative justice, truth-telling, accountability mechanisms to rectify historical injustices.\n", "\n", "**Addressing Historical Inequalities:**\n", "\n", "1. **Historical Reconciliation Programs**: Create structured programs to facilitate reconciliation and repair harmed communities through a combination of collective storytelling sharing.\n", "2. **Policy Correctness Frameworks**: Develop data-driven evaluations tools that track impacts of various interventions on underrepresented groups to ensure equitable resource distribution.\n", "\n", "**Key Mechanisms:**\n", "\n", "1. **Participatory Budgeting (PB)**: Involve citizens in allocating funds between public institutions and community services, fostering a sense of shared responsibility.\n", "2. **Independent Oversight and Control Body**: Establish an independent oversight body that can analyze decision-making processes for potential biases, inequality or unfair practices.\n", "\n", "While this hypothetical framework proposes some strategies, addressing the complexities of human values, social dynamics, and economic conditions is a daunting challenge. Ultimately, establishing effective governance that embodies fairness, autonomy, and efficiency requires continuous iteration and inclusive adaptation to emerging challenges.\n", "\n", "**Continious iteration and improvement will ensure success by ensuring community buy-in, adaptability and incorporating continuous learning mechanisms to optimize decision-making processes for individuals, communities and global stakeholders alike.\n" ] } ], "source": [ "# It's nice to know how to use \"zip\"\n", "for competitor, answer in zip(competitors, answers):\n", " print(f\"Competitor: {competitor}\\n\\n{answer}\")\n" ] }, { "cell_type": "code", "execution_count": 40, "metadata": {}, "outputs": [], "source": [ "# Let's bring this together - note the use of \"enumerate\"\n", "\n", "together = \"\"\n", "for index, answer in enumerate(answers):\n", " together += f\"# Response from competitor {index+1}\\n\\n\"\n", " together += answer + \"\\n\\n\"" ] }, { "cell_type": "code", "execution_count": 41, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "# Response from competitor 1\n", "\n", "Designing a system of governance rooted in fairness, autonomy, and efficiency presents a complex but rewarding challenge. An effective approach could encompass the following principles and structures:\n", "\n", "### Principles\n", "\n", "1. **Fairness:** The system must prioritize equitable access to resources and opportunities, ensuring that all individuals, especially those from historically marginalized communities, have a level playing field.\n", "\n", "2. **Autonomy:** Individuals and communities should have the freedom to make decisions that affect their lives, within the bounds of respecting others' rights and the collective welfare.\n", "\n", "3. **Efficiency:** The governance system should minimize waste and maximize the utility of resources, fostering innovation and sustainable practices.\n", "\n", "### Structural Approaches\n", "\n", "1. **Decentralized Governance:**\n", " - **Localized Decision-Making:** Empower local communities to govern themselves with autonomy. Local councils can be formed to represent diverse interests, allowing for tailoring policies that reflect community needs.\n", " - **Participatory Budgeting:** Implement processes where community members can directly influence budget allocations, ensuring that resources address local priorities.\n", "\n", "2. **Resource Distribution Mechanisms:**\n", " - **Universal Basic Assets:** Establish a system of universal basic assets (like land, healthcare, and education) to provide every individual with foundational resources, tackling historical inequalities head-on.\n", " - **Progressive Resource Redistribution:** Implement a taxation system that adjusts based on wealth and income disparities, channeling funds into under-resourced communities to provide equitable opportunities.\n", "\n", "3. **Conflict Resolution Framework:**\n", " - **Mediation and Dialogues:** Create platforms for dialogue that encourage negotiation and mediation between conflicting interests, fostering understanding and compromise.\n", " - **Deliberative Democracy:** Utilize citizen assemblies that include diverse stakeholders to deliberate on issues, allowing collective decision-making that weights all voices equally. \n", "\n", "4. **Adaptive Policies:**\n", " - **Evidence-Based Decision-Making:** Implement adaptive policies that rely on data and research. Regular assessments and flexibility in regulations ensure that the governance system adapts to changing societal needs and evolves based on outcomes.\n", " - **Feedback Mechanisms:** Establish feedback systems that enable communities to assess the effectiveness of decisions and policies, ensuring continuous improvement and accountability.\n", "\n", "### Addressing Historical Inequalities\n", "\n", "To effectively address historical inequalities, our governance system must:\n", "\n", "- **Incorporate Historical Context:** Acknowledge historical injustices in policy-making and resource distribution, ensuring reparative measures are taken where necessary.\n", "- **Affirmative Action Policies:** Implement targeted programs to uplift disadvantaged communities, focusing on education, employment, healthcare, and political representation.\n", "- **Empowerment Initiatives:** Provide training, education, and mentoring programs specifically designed for historically marginalized groups to enhance their decision-making power and resource access.\n", "\n", "### Conclusion\n", "\n", "The proposed governance model emphasizes a balance between community autonomy and centralized support systems to promote efficiency and fairness. By embedding structures that accommodate diverse viewpoints and prioritize equitable resource distribution, the model seeks to create a resilient society capable of addressing conflicting interests while promoting collective growth and equity. Adapting continuously to historical contexts and current needs will be essential for long-term success.\n", "\n", "# Response from competitor 2\n", "\n", "I'd start by acknowledging these three principles often pull against each other—efficiency might suggest centralization, while autonomy demands dispersion, and fairness requires correcting imbalances that \"efficient\" markets perpetuate.\n", "\n", "**Resource Distribution Framework:**\n", "\n", "- **Baseline guarantees first**: Universal access to essentials (healthcare, education, housing) respects both autonomy (can't be autonomous while desperate) and fairness\n", "- **Subsidiarity principle**: Decisions made at the smallest effective level—communities controlling local resources when externalities are contained\n", "- **Progressive compensation**: Historical inequalities treated as inherited debts requiring structural transfer mechanisms, not one-time corrections\n", "\n", "**Decision-Making Authority:**\n", "\n", "- **Affected-parties principle**: Your voice scales with how much a decision impacts you—neighbors get more say in local zoning than distant bureaucrats\n", "- **Rotating representation**: Mitigates entrenched power while maintaining institutional memory\n", "- **Multiple veto points**: Protecting minorities from majoritarian efficiency\n", "\n", "**Handling Conflicts:**\n", "\n", "The honest part? **These principles don't resolve conflicts—they surface them more clearly.** \n", "\n", "For instance: Is it \"fair\" to redistribute wealth earned in systems rigged by historical advantage? Efficiency says let markets allocate, fairness demands correction, autonomy asks \"whose authority decides?\"\n", "\n", "I'd design for **transparent trade-offs** rather than false harmony—mechanisms where communities explicitly choose (say) slower growth for greater equality, seeing real costs of each value.\n", "\n", "What aspects resonate or trouble you most? The tension between these principles reveals what we truly prioritize.\n", "\n", "# Response from competitor 3\n", "\n", "Designing a system of governance based solely on fairness, autonomy, and efficiency requires a multi-layered approach that builds from foundational principles to specific mechanisms. It must be dynamic, self-correcting, and deeply integrated with technology to achieve these aims.\n", "\n", "Here's a potential design:\n", "\n", "## System Name: The Equitable Autonomous Network (EAN)\n", "\n", "### Foundational Principles (The Constitution of EAN)\n", "\n", "1. **Dignity and Basic Needs First:** Every individual has an inalienable right to a dignified existence, free from want. This forms the absolute floor of fairness and a precondition for true autonomy.\n", "2. **Subsidiarity and Nested Autonomy:** Decision-making authority rests at the most localized level capable of effectively addressing an issue. Higher levels exist to coordinate, arbitrate, and ensure foundational principles are upheld.\n", "3. **Data-Driven, Adaptive Governance:** Policies and resource allocations are continuously informed by real-time data, scientific consensus, and predictive modeling, allowing for dynamic adjustments and optimizing efficiency.\n", "4. **Transparency and Accountability:** All governance processes, decisions, and resource flows are publicly accessible (within privacy constraints), with clear mechanisms for oversight and redress.\n", "5. **Restorative and Regenerative Justice:** The system actively seeks to correct historical injustices and prevent future ones, while ensuring the long-term sustainability of resources for future generations.\n", "\n", "### I. Distribution of Resources\n", "\n", "The EAN employs a three-tiered system for resource distribution, designed to balance fairness (needs-based, corrective), autonomy (individual choice, local control), and efficiency (optimized allocation, incentive).\n", "\n", "**A. Universal Basic Resources (UBR) & Entitlements (Fairness & Autonomy Baseline):**\n", "\n", "* **Concept:** A robust floor for all citizens, ensuring essential needs are met without conditionalities. This eliminates the existential anxieties that hinder autonomy and creativity.\n", "* **Components:**\n", " * **Universal Basic Income (UBI):** A sufficient, unconditional cash payment to cover basic living expenses (food, shelter, basic utilities). Adjusted dynamically for inflation and regional cost of living.\n", " * **Universal Healthcare:** Comprehensive, free-at-point-of-use healthcare, including physical, mental, and preventative care.\n", " * **Universal Education:** Access to high-quality education from early childhood through advanced learning, including vocational training and lifelong learning opportunities. Personalized learning pathways would be emphasized.\n", " * **Universal Connectivity:** Access to reliable, high-speed internet and essential digital tools.\n", " * **Basic Housing Guarantee:** Ensuring every individual has access to safe, adequate, and dignified housing. This might involve UBI supporting rent, but also public housing initiatives and community land trusts.\n", "* **Funding:** Primarily through a highly progressive taxation system (income, wealth, corporate profits), carbon taxes, and automated resource levies on automated production. This ensures those who benefit most from collective resources contribute proportionally.\n", "* **Impact on Historical Inequalities:** The UBR immediately provides a baseline of dignity and opportunity for all, directly lifting up historically disadvantaged groups who may have lacked access to these fundamental resources.\n", "\n", "**B. Merit- and Contribution-Based Rewards (Efficiency & Incentives):**\n", "\n", "* **Concept:** Beyond basic needs, individuals can acquire additional resources through their contributions to society, innovation, enterprise, and skill development. This fosters motivation, creativity, and efficient resource allocation through markets.\n", "* **Mechanisms:**\n", " * **Regulated Markets:** Open and competitive markets for goods and services, but with strong oversight to prevent monopolies, exploitation, and ensure ethical practices.\n", " * **Cooperative & Social Enterprises:** Encouragement and support for worker-owned cooperatives, community-owned businesses, and social enterprises that prioritize collective well-being alongside profit.\n", " * **Innovation Funds & Grants:** Publicly funded and privately managed grants for research, development, artistic creation, and social innovation. Performance-based funding is used.\n", " * **Fair Compensation:** Mechanisms to ensure that labor is fairly compensated, with minimum wage standards significantly above the UBI and robust collective bargaining rights.\n", "* **Impact on Historical Inequalities:** While based on merit, these mechanisms would be designed with \"on-ramps\" and support structures (e.g., entrepreneurship training for disadvantaged communities, mentorship programs) to ensure equitable access to opportunities, rather than perpetuating existing advantages.\n", "\n", "**C. Community & Restorative Justice Funds (Fairness & Community Autonomy):**\n", "\n", "* **Concept:** Dedicated funds and resources specifically allocated to address historical inequalities, promote community-led development, and repair societal harms.\n", "* **Mechanisms:**\n", " * **Restorative Justice Fund (RJF):** A substantial, permanent fund explicitly for reparative justice. It would finance:\n", " * **Targeted Investments:** Direct investments in historically marginalized communities (e.g., infrastructure, education, healthcare facilities, land redistribution, cultural preservation).\n", " * **Restorative Justice Programs:** Funding for mediation, victim support, community-led healing initiatives, and programs that address systemic biases in justice systems.\n", " * **Cultural Restoration:** Support for reclaiming and revitalizing cultural practices, languages, and histories that were suppressed.\n", " * **Community Resource Pools:** Each local community has a significant allocation of public funds managed by its **Local Autonomy Council** (see below). These funds are used for local projects, infrastructure, and services identified by the community itself (e.g., parks, libraries, local transport, community centers).\n", " * **Ecological Commons Stewardship:** Resources (land, water, air) deemed \"commons\" are managed collectively for long-term sustainability. Decisions on their use are made through deliberative processes involving all affected communities and expert ecological councils.\n", "* **Impact on Historical Inequalities:** This tier directly confronts and actively works to reverse the impacts of past discrimination, exploitation, and dispossession, empowering affected communities to rebuild on their own terms.\n", "\n", "### II. Decision-Making Authority\n", "\n", "Decision-making in the EAN is designed to be distributed, informed, and accountable, maximizing autonomy at the individual and community levels while ensuring coherence and fairness across the entire system.\n", "\n", "**A. Nested Deliberative Councils (Subsidiarity & Autonomy):**\n", "\n", "* **Structure:** A hierarchical but porous system of interconnected councils:\n", " * **Local Autonomy Councils (LACs):** Hyper-local (e.g., neighborhood, village). Responsible for managing community resources, local infrastructure, public safety, and cultural initiatives. Decisions are primarily made through **Deliberative Citizen Assemblies** (randomly selected, representative groups engaging in informed discussion) and facilitated consensus.\n", " * **Regional Coordination Councils (RCCs):** Representing a collection of LACs (e.g., cities, counties). Responsible for coordinating larger-scale infrastructure (transport, energy), environmental management, and economic development that spans multiple local communities. Representatives are chosen by LACs and serve with rolling terms.\n", " * **Global Coordination Council (GCC):** Represents the entire EAN. Focuses on overarching constitutional principles, human rights, global commons (oceans, atmosphere), inter-regional disputes, major resource allocation (e.g., inter-regional energy grids), and long-term strategic planning. Representatives are chosen by RCCs and expert bodies.\n", "* **Decision-Making Process:**\n", " * **Deliberation First:** Councils prioritize thorough deliberation, informed by data and expert advice, before voting.\n", " * **Consensus Seeking:** Strive for consensus on most issues.\n", " * **Weighted Voting/Supermajority:** For contentious issues or when consensus is elusive, a supermajority vote is required. In higher-tier councils, votes might be weighted by population size of the represented constituent bodies, or by the degree of impact a decision has on their respective communities.\n", " * **Referendum Override:** Citizens at any level can initiate referenda to challenge or directly approve council decisions, especially those impacting rights or core principles.\n", "\n", "**B. Direct Digital Democracy & Citizen Participation (Autonomy & Efficiency):**\n", "\n", "* **Platform:** A secure, transparent, and user-friendly digital platform (e.g., a \"Digital Agora\") that allows all citizens to:\n", " * **Propose Policies & Laws:** Individuals or groups can submit proposals that gain traction through citizen support.\n", " * **Vote on Referenda:** Direct voting on key issues or to challenge council decisions.\n", " * **Participate in Citizen Juries & Assemblies:** Online tools to facilitate informed deliberation among randomly selected citizen groups.\n", " * **Feedback & Oversight:** Provide direct feedback on public services, report issues, and monitor the performance of elected officials and institutions.\n", "* **Mechanisms for Informed Participation:**\n", " * **Mandatory \"Information Modules\":** Before voting on complex issues, citizens are presented with balanced, evidence-based summaries of arguments for and against, expert analyses, and impact assessments.\n", " * **Gamified Education:** Tools to make understanding complex policy engaging and accessible.\n", "* **Impact on Conflicting Interests:** The digital platform allows for broader participation and the airing of diverse viewpoints, while structured information modules help prevent uninformed decision-making driven by emotion or misinformation.\n", "\n", "**C. Expert and Advisory Bodies (Efficiency & Fairness):**\n", "\n", "* **Role:** Independent expert bodies (e.g., scientific academies, economic forecasting institutes, sociological research groups) provide unbiased data, analysis, and policy recommendations to all levels of governance.\n", "* **Function:** They ensure that policies are evidence-based, technically sound, and consider long-term consequences. Their advice is publicly accessible, and councils must provide justifications if they choose to deviate significantly from expert consensus.\n", "* **Ethical Review Boards:** Panels (including ethicists, philosophers, and citizens) would review policies for their adherence to EAN's core principles, especially concerning emerging technologies or complex social issues.\n", "\n", "**D. Judicial and Conflict Resolution Tribunals (Fairness & Resolution):**\n", "\n", "* **Structure:** An independent, decentralized judiciary with a strong emphasis on **Restorative Justice**.\n", "* **Levels:**\n", " * **Community Resolution Panels:** Focus on mediation, reconciliation, and community service for minor disputes and harms.\n", " * **Regional Justice Courts:** Handle more complex civil and criminal cases, always seeking restorative outcomes where possible.\n", " * **Constitutional Tribunal:** The highest court, tasked with upholding the Foundational Principles, arbitrating disputes between governance levels, and protecting individual and community rights against overreach.\n", "* **Conflict Resolution:** Emphasis on non-adversarial methods like mediation, arbitration, and facilitated dialogue before litigation. When litigation is necessary, processes are designed to be efficient, transparent, and accessible.\n", "* **Ombudsman & Whistleblower Protections:** Independent offices exist at all levels to investigate complaints against governance bodies and protect individuals who report misconduct, ensuring accountability.\n", "\n", "### III. Addressing Conflicting Interests and Historical Inequalities\n", "\n", "* **Deliberative Design:** The entire system is built on principles of deliberation, ensuring that diverse perspectives are heard, understood, and integrated where possible, rather than simply outvoted.\n", "* **Prioritization Framework:** The Foundational Principles act as a clear hierarchy for resolving conflicts. Basic Needs > Autonomy > Efficiency. For example, economic efficiency would never justify policies that undermine universal basic resources or infringe on fundamental rights.\n", "* **Transparency & Data:** Open access to information about resource allocation, policy impacts, and decision-making processes helps to build trust and expose potential biases or conflicts of interest.\n", "* **Adaptive Policy Cycles:** Regular, mandated reviews of policies and resource allocations, informed by performance metrics and social impact assessments, allow for course correction when policies inadvertently create or exacerbate inequalities or conflicts.\n", "* **Cultural Competency & Anti-Bias Training:** All participants in governance, especially those in leadership or judicial roles, undergo ongoing training to understand and mitigate unconscious biases and promote cultural sensitivity.\n", "* **Formal Appeals & Grievance Mechanisms:** Clear and accessible pathways for individuals and communities to appeal decisions, raise grievances, and seek redress, ensuring that all voices can challenge perceived unfairness.\n", "* **Affirmative Opportunity Programs:** Time-limited, targeted programs designed to explicitly address persistent disparities in access to education, training, entrepreneurship, and leadership roles for historically marginalized groups. These are not about preferential treatment indefinitely but about leveling the playing field until equity is demonstrably achieved.\n", "\n", "### Technology as an Enabler\n", "\n", "* **Blockchain for Transparency & Trust:** Immutable records for resource allocation, voting, and legal decisions enhance transparency and prevent tampering.\n", "* **AI for Data Analysis & Prediction:** Used to analyze vast datasets for optimal resource allocation, predict potential societal impacts of policies, identify emerging needs, and detect systemic biases in real-time. Crucially, AI would be *advisory*, not decision-making, and its algorithms would be open-source and auditable.\n", "* **Secure Digital Identity & Voting Systems:** Ensuring secure, anonymous, and verifiable participation in direct democracy and governance processes.\n", "\n", "### Conclusion\n", "\n", "The Equitable Autonomous Network (EAN) seeks to create a dynamic, self-correcting system where fairness is the bedrock, individual and community autonomy are paramount, and efficiency is achieved through informed, distributed decision-making. By explicitly addressing historical inequalities through reparative justice and a robust UBR, and by building conflict resolution into its very structure, the EAN aims to foster a society that is not only prosperous but truly just and sustainable for all. It's a system designed to evolve with humanity's understanding of itself and the world, perpetually striving for its core ideals.\n", "\n", "# Response from competitor 4\n", "\n", "Of course. This is a fascinating and profound question. Designing a governance system from first principles is a classic exercise in political philosophy, but grounding it in your three pillars—**Fairness, Autonomy, and Efficiency**—provides a robust framework.\n", "\n", "Here is a proposed system, which I will call **Subsidiarity-Based Pluralism (SBP)**, and how it would approach resource distribution and decision-making.\n", "\n", "### Foundational Principles\n", "\n", "First, let's define the core principles as they apply to this system:\n", "\n", "* **Fairness:** This is not merely equality of outcome or opportunity, but **equity of capability**. The system is designed to ensure every individual has the genuine capacity to pursue a flourishing life. This explicitly acknowledges and corrects for historical inequalities and differing starting points.\n", "* **Autonomy:** Individuals and communities have the right to self-determination, to live according to their own values, and to have a meaningful voice in decisions that affect them. This principle is the primary check against centralized tyranny.\n", "* **Efficiency:** Resources (time, material, human capital) should be used to achieve the maximum benefit with minimal waste. This means decisions should be made at the most local level possible, where information is most accurate and accountability is highest.\n", "\n", "### The Architecture of the System: A Multi-Layered Federation\n", "\n", "The system is structured like a set of nested circles, from the individual outward.\n", "\n", "1. **The Individual:** The fundamental unit of moral concern and autonomy.\n", "2. **The Local Community (LC):** A geographically or culturally defined group of a manageable size (e.g., a town, a city neighborhood, a collection of rural villages) where face-to-face deliberation is possible.\n", "3. **The Regional Council (RC):** A federation of LCs that share common infrastructure, economic ties, or ecological systems (e.g., a watershed, a metropolitan area).\n", "4. **The Global Assembly (GA):** A body representing all humanity, responsible for truly global issues.\n", "\n", "The guiding rule for decision-making is the **Principle of Strict Subsidiarity:**\n", "\n", "> **A decision or function must be handled by the smallest, lowest, or least centralized competent authority.** A higher level can only intervene if a lower level is demonstrably failing to meet a minimum standard of fairness or is causing significant harm to another community.\n", "\n", "---\n", "\n", "### I. Distribution of Resources\n", "\n", "The system would use a hybrid model to balance autonomy with fairness.\n", "\n", "#### A. The Foundational Endowment (Mechanism for Fairness & Autonomy)\n", "\n", "* **What it is:** Every individual, upon reaching the age of majority, receives a substantial, universal, and unconditional **Capital and Basic Income Endowment**.\n", "* **The Capital Portion:** A lump sum of resources (money, digital currency, credits) to be used for education, starting a business, buying a home, or investing. This directly attacks historical wealth inequality by giving everyone a genuine starting stake.\n", "* **The Basic Income Portion:** A regular, monthly payment sufficient to cover basic necessities: food, shelter, utilities, and healthcare. This ensures **autonomy** by freeing individuals from destitution and the coercive power of any single employer or entity.\n", "\n", "#### B. The Social Inheritance Fund (Mechanism for Fairness & Efficiency)\n", "\n", "* **What it is:** A collectively owned fund, resourced by a low but broad-based tax on all commercial activity (a \"value-added\" or \"transaction\" tax) and a significant **inheritance tax on large estates**.\n", "* **How it works:** This fund does not give cash to individuals. Instead, it finances public goods that are inefficient or unfair for individuals to provide for themselves:\n", " * **Universal Healthcare & Education:** Free at the point of use.\n", " * **Public Infrastructure:** Roads, broadband, energy grids.\n", " * **Environmental Stewardship:** Rewarding communities for preserving ecosystems that benefit the wider region.\n", "* This fund is managed democratically by each level (LC, RC, GA) for goods at their respective scale, ensuring resources are allocated **efficiently** to where they are most needed for the collective good.\n", "\n", "#### C. Local Resource Autonomy (Mechanism for Autonomy & Efficiency)\n", "\n", "* Local Communities can create and manage their own additional economic systems. They can experiment with local currencies, cooperatives, or different models of property rights (private, communal, etc.), provided they do not violate the core principles (e.g., by creating internal caste systems or polluting a neighbor's environment).\n", "* This encourages innovation and allows communities to align their local economy with their cultural values.\n", "\n", "---\n", "\n", "### II. Decision-Making Authority\n", "\n", "The system is designed to prevent the concentration of power while enabling effective action.\n", "\n", "#### A. At the Local Community Level: Deliberative Democracy\n", "\n", "* **Mechanism:** A combination of citizen assemblies and direct voting.\n", "* **Citizen Assemblies:** Randomly selected groups of residents (like jury duty) are convened to study complex local issues (e.g., \"How should we redesign the public park?\"). They hear from experts and stakeholders and make recommendations or binding decisions. This counters the influence of special interests and leverages collective intelligence.\n", "* **Direct Voting:** For major issues (like large construction projects or significant tax changes), binding referendums are held. This ensures broad **autonomy**.\n", "* **Authority:** Zoning, local education curriculum (within a global human rights framework), community policing, local cultural affairs.\n", "\n", "#### B. At the Regional Council Level: Federated Representation\n", "\n", "* **Mechanism:** A council of delegates elected from and recallable by the Local Communities.\n", "* **Role:** To manage common resources and coordinate policies that cross local boundaries.\n", "* **Authority:** Regional transportation, water management, regional environmental protection, disaster response, harmonizing economic regulations to prevent a \"race to the bottom.\"\n", "\n", "#### C. At the Global Assembly Level: Guardians of Humanity and Fairness\n", "\n", "* **Mechanism:** A dual-body system.\n", " 1. **A People's Chamber:** Representatives elected proportionally from the world's population.\n", " 2. **A Guardians' Council:** Comprised of esteemed experts in science, ethics, law, and human rights, appointed for long, non-renewable terms to insulate them from political pressure. Their role is to veto any legislation from the People's Chamber that violates the core constitutional principles of fairness, autonomy, or ecological sustainability.\n", "* **Authority:** *Extremely limited and explicitly enumerated.* It includes:\n", " * Enforcing fundamental human rights.\n", " * Managing the global commons (atmosphere, oceans, orbital space).\n", " * Coordinating pandemic response.\n", " * Preventing genocide and mass atrocities.\n", " * Adjudicating disputes between Regional Councils.\n", "\n", "---\n", "\n", "### Addressing the Challenges\n", "\n", "#### Conflicting Interests:\n", "\n", "* **Principle of Strict Subsidiarity:** Prevents most conflicts by localizing decisions. A dispute between two neighbors over a tree is handled by a local mediator, not a global body.\n", "* **Deliberative Democracy:** Transforms adversarial politics into problem-solving. By bringing randomly selected citizens together, it fosters empathy and compromise.\n", "* **The Courts:** An independent, multi-layered judiciary is the final arbiter of conflicts, interpreting the core constitutional principles.\n", "\n", "#### Historical Inequalities:\n", "\n", "* **The Foundational Endowment** is the primary tool for corrective justice. It is a direct wealth transfer to new generations, diluting the concentration of inherited advantage.\n", "* **The Social Inheritance Fund** is funded significantly by taxes on large accumulations of wealth, continuously recycling privilege into public goods.\n", "* **The Global Assembly** has the power to mandate and fund targeted programs for communities that have suffered historical injustices (e.g., systemic discrimination, colonial extraction), but the implementation is done at the regional or local level to ensure cultural appropriateness.\n", "\n", "### Potential Weaknesses and Safeguards\n", "\n", "* **Risk of Local Tyranny:** A local community could become oppressive to minorities within it.\n", " * **Safeguard:** A robust, constitutionally enshrined **Global Bill of Rights** that is inviolable by any lower level. Any individual can appeal to the global judiciary.\n", "* **Inefficiency of Deliberation:** Citizen assemblies can be slow.\n", " * **Safeguard:** They are used for strategic, long-term planning, not day-to-day administration, which is handled by a professional, accountable civil service.\n", "* **Free-Riding:** A community might choose to not contribute fairly to the Social Inheritance Fund.\n", " * **Safeguard:** Access to global and regional public goods (e.g., trade, disaster relief) is contingent on fulfilling one's fiscal responsibilities, as adjudicated by the independent courts.\n", "\n", "In conclusion, this system of **Subsidiarity-Based Pluralism** attempts to weave fairness, autonomy, and efficiency into a coherent whole. It grounds fairness in a direct redistribution of life chances, protects autonomy through radical decentralization, and pursues efficiency by matching the scale of governance to the scale of the problem. It is not a utopian blueprint but a dynamic framework designed to manage humanity's perpetual tensions with wisdom, resilience, and a deep respect for both the individual and the collective.\n", "\n", "# Response from competitor 5\n", "\n", "Below is a **blue‑print for a governance architecture** that tries to hold the three pillars—**fairness, autonomy, and efficiency**—in tension with one another while still delivering a functional, adaptable society. I have broken the design into four inter‑locking layers, each with its own set of concrete institutions, decision‑making procedures, and resource‑allocation tools. The goal is to keep power as close to the people who are affected by it (autonomy), to correct historic and structural imbalances (fairness), and to make sure the system can actually get things done without endless deadlock (efficiency).\n", "\n", "---\n", "\n", "## 1. Core Principles & How They Translate into Rules\n", "\n", "| Principle | What it demands | Translating rule (the “constitution” of the system) |\n", "|-----------|----------------|----------------------------------------------------|\n", "| **Fairness** | • Everyone receives a baseline that makes them capable of participating fully.
• Past injustices are acknowledged and mitigated.
• Outcomes are monitored for systemic bias. | 1. **Universal Baseline Entitlements (UBE)** – a set of indivisible rights to food, housing, health, education, and digital connectivity, funded by a progressive “social dividend” tax on wealth and corporate profit.
2. **Equity Adjustment Index (EAI)** – a data‑driven multiplier applied to the UBE and to all subsequent public‑service allocations that reflects historic deprivation (regional, racial, gender, disability, etc.). |\n", "| **Autonomy** | • Individuals/communities decide locally on matters that affect them.
• Central authority intervenes only when local decisions threaten the baseline or the rights of others. | 1. **Subsidiarity Principle** – decisions are taken at the most granular level that can solve the problem efficiently.
2. **Community Governance Pods (CGPs)** – elected/selected bodies with direct‑participation tools (e.g., liquid‑democracy, deliberative polling) that control a defined budget and policy scope. |\n", "| **Efficiency** | • Resources are used where they generate the most social value per unit of cost.
• Bureaucratic friction is minimized.
• Feedback loops rapidly correct mistakes. | 1. **Outcome‑Based Funding (OBF)** – public funds flow to programs that meet pre‑agreed performance metrics (cost‑per‑outcome, carbon‑intensity, equity‑impact).
2. **Algorithmic Decision‑Support (ADS)** – open‑source models that simulate the impact of policy proposals and flag unintended externalities before a vote. |\n", "\n", "---\n", "\n", "## 2. Institutional Architecture\n", "\n", "### A. **The Global‑Level “Meta‑Council”** (acts as a constitutional guard)\n", "\n", "* **Composition:** 1) 30% elected by popular vote (proportional representation), 2) 30% selected by expert panels (science, economics, ethics), 3) 40% allocated to historically marginalized blocs (e.g., indigenous peoples, formerly colonized regions) through a *reparative seat‑allocation* formula.\n", "* **Mandate:** 1) Set the **Universal Baseline Entitlements** and **Equity Adjustment Index**.
2) Approve the **Algorithmic Decision‑Support framework** and the **Outcome‑Based Funding standards**.
3) Resolve disputes that cross regional boundaries (e.g., climate migration, trans‑national infrastructure).\n", "* **Decision rule:** Super‑majority (66 %) with a *fairness veto*: any proposal that would lower the UBE for a demographic group identified by the EAI must be rejected unless an explicit, majority‑supported reparative plan is attached.\n", "\n", "### B. **Regional Assemblies (RA)** – 1 per *geopolitical region* (e.g., state/province, large metropolitan area)\n", "\n", "* **Scope:** Education curricula, regional transport, water management, health service organization, local taxation within a ceiling set by the Meta‑Council.\n", "* **Governance Pods (CGPs):** Within each RA there are **neighbourhood pods** (≈1,000‑5,000 citizens) that receive a *budget block* proportional to the local EAI‑adjusted population.\n", "* **Deliberative Process:** Pods use a *mini‑deliberative poll* (48‑hour online discussion + 2‑hour face‑to‑face meeting) before voting on any allocation. Results are aggregated by a **Weighted Consensus Algorithm** that gives extra weight to historically marginalized voices (as measured by the EAI).\n", "\n", "### C. **Sector‑Specific “Efficiency Boards” (EB)**\n", "\n", "* **Examples:** Energy, Transportation, Digital Infrastructure, Climate Resilience, Public Health.\n", "* **Structure:** 40% elected technocrats, 30% civil‑society representatives, 30% stakeholder groups (e.g., labor unions, consumer co‑ops). \n", "* **Power:** They design **Performance Metrics** that feed into the Outcome‑Based Funding system. They can re‑allocate surplus resources across regions *only* when the metrics show a clear net‑gain in social value (e.g., reduction of carbon emissions per dollar spent). \n", "* **Transparency:** All simulations run by the ADS are published in real‑time dashboards.\n", "\n", "### D. **Dispute‑Resolution Courts (DRC)**\n", "\n", "* **Two tiers:** 1) **Local Arbitration Panels** (volunteers trained in restorative justice) for everyday conflicts; 2) **Regional Courts of Equity** for cases involving the UBE, EAI, or cross‑regional externalities. \n", "* **Binding nature:** Decisions are enforceable because the funding streams (UB‑derived taxes) are automatically redirected to the prevailing side, creating a financial incentive for compliance.\n", "\n", "---\n", "\n", "## 3. Resource Distribution Mechanics\n", "\n", "### 1. **Baseline Funding Flow**\n", "```\n", "Total Tax Revenue\n", " └─► 60% → Universal Baseline Entitlements (UBEs) → Direct cash transfers + universal public services\n", " └─► 20% → Equity Adjustment Pool (EAP) → Multiplier on UBEs for high‑EAI communities\n", " └─► 15% → Outcome‑Based Funding pool (OBF) → Distributed to projects that meet performance metrics\n", " └─► 5% → Administrative & Oversight Costs (transparent, audited)\n", "```\n", "\n", "* **Progressive Tax Design:** Marginal tax rates start at 15 % and rise to 55 % above a wealth threshold; a “carbon dividend” is levied on high‑emission enterprises and funneled into the OBF pool.\n", "\n", "### 2. **Local Budget Allocation (within a CGP)**\n", "* **Step‑1 – Needs Scan:** Automated survey (open‑source) collects data on housing, health, education, and digital access gaps. The EAI adjusts the weight of each indicator.\n", "* **Step‑2 – Community Deliberation:** Residents discuss three pre‑selected proposals (generated by the ADS) and can submit a fourth “wild‑card” idea.\n", "* **Step‑3 – Vote & Weighting:** Simple majority decides, but the final allocation formula is:\n", " \\[\n", " \\text{Fund}_i = \\frac{V_i \\times (1 + \\alpha \\cdot \\text{EAI}_i)}{\\sum_j V_j \\times (1 + \\alpha \\cdot \\text{EAI}_j)} \\times \\text{Budget}\n", " \\]\n", " where \\(V_i\\) is the vote share for proposal *i* and \\(\\alpha\\) (≈0.3) is a fairness‑boost coefficient.\n", "\n", "### 3. **Efficiency Board Re‑allocation**\n", "* When a project exceeds its performance threshold (e.g., 20 % reduction in cost‑per‑outcome), a **surplus credit** is generated. The credit can be:\n", " * **Banked** for the next fiscal cycle, or\n", " * **Transferred** to another region that has a shortfall in the same sector, provided a **mutual‑benefit agreement** is signed.\n", "\n", "---\n", "\n", "## 4. Managing Conflicting Interests\n", "\n", "| Conflict Type | Mechanism to Resolve | Why it preserves the three pillars |\n", "|---------------|----------------------|------------------------------------|\n", "| **Local vs. Global (e.g., a region wants cheap coal, global wants decarbonization)** | *Escalation Protocol*: Local CGP decision is first simulated through the ADS. If the simulation shows a net negative impact on the global carbon budget, the proposal is flagged for **Regional Court of Equity**. The court can impose a **transition fund** (from the OBF pool) that subsidizes a clean‑energy alternative for the region. | *Fairness* – the region isn’t forced to give up jobs; it receives compensation.
*Autonomy* – the region’s original preference is heard and formally evaluated.
*Efficiency* – the carbon budget is protected, avoiding longer‑term climate costs. |\n", "| **Inter‑community resource competition (e.g., water rights)** | **Joint‑Management Trusts** created at the watershed level, composed of proportional representatives from each affected CGP plus neutral experts. Decisions are made by **super‑majority (75 %)** with a **fairness veto** for any community whose EAI‑adjusted per‑capita water access falls below a minimum threshold. | The veto guarantees the historically water‑scarce groups are protected, while the super‑majority pushes parties toward collaborative solutions. |\n", "| **Historical Inequality vs. Meritocratic Allocation** | **Equity Adjustment Index (EAI)** is built from a multi‑decade dataset of income, education, health, and land‑ownership disparities. It is **periodically re‑calibrated** (every 5 years) by an independent research consortium, ensuring the correction factor does not become a permanent “handicap” for formerly privileged groups. | The system is **fair** (corrects past harms), **autonomous** (communities can still earn higher allocations by outperforming the metrics), and **efficient** (the EAI is data‑driven, not ad‑hoc). |\n", "\n", "---\n", "\n", "## 5. Addressing Historical Inequalities in Practice\n", "\n", "1. **Data‑Driven Reparations** \n", " *A “Historical Harm Ledger”* quantifies the cumulative deprivation experienced by each demographic group (e.g., land taken, forced labor, disenfranchisement). The ledger feeds directly into the **EAI multiplier** and into a **Reparations Grant Program** that funds community‑owned enterprises, cultural preservation, and educational scholarships.\n", "\n", "2. **Ownership Transfer Mechanisms** \n", " *Community Land Trusts (CLTs)* receive seed capital from the EAP and acquire strategically valuable parcels (urban lots, renewable‑energy sites). The CLTs issue **participatory equity tokens** to local residents, granting them collective voting rights over the asset’s future use.\n", "\n", "3. **Education & Narrative Reform** \n", " The **Meta‑Council** mandates a **Curriculum of Interconnected Histories** that is co‑designed by scholars from the Global South, Indigenous educators, and diaspora communities. This builds a shared sense of fairness and reduces the “us vs. them” mindset that often fuels conflict.\n", "\n", "---\n", "\n", "## 6. Efficiency Safeguards\n", "\n", "| Safeguard | Description | Expected impact |\n", "|----------|-------------|-----------------|\n", "| **Algorithmic Decision‑Support (ADS) Audits** | Open‑source code, quarterly peer‑review, and a **Red‑Team** that stress‑tests simulations for bias. | Prevents “efficient” proposals that hide externalities (e.g., environmental degradation). |\n", "| **Performance‑Based Funding Cycles** | Budgets are released in **quarterly tranches**; each tranche requires proof of metric achievement before the next is unlocked. | Creates a feedback loop that curtails wasteful spending and motivates continuous improvement. |\n", "| **Dynamic Budget Caps** | Each CGP’s budget cannot exceed **1.5 ×** its previous year’s **effective spend** (outcome‑adjusted). Overspending triggers a **re‑allocation audit**. | Discourages ballooning administrative costs and encourages realistic planning. |\n", "| **Citizen Oversight Panels** | Randomly selected citizens (sortition) serve 6‑month terms reviewing the ADS outputs and the Efficiency Board’s metric definitions. | Guarantees that technical expertise does not become an opaque monopoly. |\n", "\n", "---\n", "\n", "## 7. A “Day‑in‑the‑Life” Walk‑Through\n", "\n", "1. **Morning:** Maria in a coastal CGP logs onto the **Community Portal** and sees three pre‑screened proposals: (a) a solar‑panel co‑op, (b) a flood‑resilience park, (c) a micro‑loan fund for women artisans. She watches a 2‑minute ADS simulation that shows the social‑value per dollar, the EAI boost each would receive, and the projected carbon impact.\n", "\n", "2. **Mid‑day:** She joins a 30‑minute virtual deliberation with her neighbours, where a facilitator from the local oversight panel helps surface concerns: the micro‑loan fund might not reach the most historically excluded block. Someone proposes a modest “target‑allocation add‑on” that the ADS automatically calculates.\n", "\n", "3. **Evening:** After the deliberation, the pod votes. The solar‑panel co‑op wins 55 % of the votes, but because the flood‑resilience park has a higher EAI‑adjusted need, the weighted consensus formula allocates **60 %** of the pod’s budget to the park and **40 %** to the co‑op. The results are instantly posted to the regional dashboard.\n", "\n", "4. **Night:** The **Regional Assembly** receives the aggregated allocations. An Efficiency Board reviews the flood‑resilience park’s design and confirms it meets the “cost‑per‑person‑protected” metric. Funding is released in two tranches, with the second contingent on a mid‑year impact report.\n", "\n", "5. **Next year:** The park’s success reduces flood damage by 30 %, generating a surplus credit. That credit is automatically transferred to a neighboring inland CGP that needs irrigation upgrades, fulfilling the **mutual‑benefit clause** without any extra negotiation.\n", "\n", "---\n", "\n", "## 8. Potential Risks & Mitigation Strategies\n", "\n", "| Risk | Why it threatens the three pillars | Mitigation |\n", "|------|-----------------------------------|------------|\n", "| **Metric gaming** – actors manipulate data to meet OBF thresholds. | Undermines fairness (resources go to “paper” successes) and efficiency (wasted funds). | • Independent auditors + random spot‑checks.
• Multi‑dimensional metrics (combine quantitative and qualitative signals). |\n", "| **Algorithmic opacity** – citizens distrust ADS outputs. | Erodes autonomy (people feel decisions are made by “black boxes”). | • Open‑source code, mandatory “explain‑in‑plain‑language” summaries, and citizen oversight panels. |\n", "| **Entrenched elite capture** of the Meta‑Council. | Violates fairness and autonomy for marginalized groups. | • Reparative seat‑allocation, term limits, and mandatory rotation of representatives from civil‑society coalitions. |\n", "| **Resource scarcity spikes** (e.g., sudden drought). | Forces trade‑offs that may appear unfair or autocratic. | • Pre‑negotiated **Resilience Reserve Fund** (5 % of tax revenue) that can be deployed with a fast‑track, consensus‑based emergency protocol. |\n", "| **Cultural resistance to data‑driven allocation** | May view EAI as “paternalistic”. | • Continuous community education, co‑design of the EAI methodology, and a **right‑to‑opt‑out** clause where a community can request a manual deliberative process (subject to a fairness‑veto if it would lower the baseline). |\n", "\n", "---\n", "\n", "## 9. Summary – The Governance Equation\n", "\n", "\\[\n", "\\boxed{\n", "\\text{Good Governance} = \n", "\\underbrace{(\\text{Baseline Fairness} \\times \\text{Equity Adjustment})}_{\\text{Historical Justice}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Local Autonomy} \\times \\text{Subsidiarity})}_{\\text{People‑Centred Power}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Outcome‑Based Funding} \\times \\text{Algorithmic Insight})}_{\\text{Efficient Delivery}}\n", "}\n", "\\]\n", "\n", "*The system is **self‑correcting** (ADS + audits), **self‑balancing** (EAI + fairness veto), and **self‑empowering** (CGPs + citizen oversight). By anchoring all resource flows to an unconditional baseline, adjusting for historic disadvantage, and then letting communities decide *how* to augment that baseline within transparent, outcome‑driven limits, we get a structure that respects the three guiding values without letting any single one dominate to the detriment of the others.*\n", "\n", "---\n", "\n", "### Take‑away for a policymaker or designer\n", "\n", "1. **Start with a hard‑wired universal safety net** (the UBE). Anything you build on top of it must not erode it.\n", "2. **Quantify historic inequities** (EAI) and bake the multiplier into every budgetary formula.\n", "3. **Decentralize decision‑making** but attach a **performance‑feedback loop** (OBF + ADS) that can pull resources toward the most socially valuable outcomes.\n", "4. **Institutionalize conflict‑resolution** (DRCs, fairness vetoes) at every level so that clashes are settled before they become entrenched power struggles.\n", "5. **Make the system visible** (dashboards, open code, citizen panels) so that autonomy is felt as real influence, not just a façade.\n", "\n", "When these steps are combined, you get a governance ecosystem that can **learn, adapt, and stay true** to fairness, autonomy, and efficiency—even in the face of deep‑seated historical wounds and ever‑shifting collective interests.\n", "\n", "# Response from competitor 6\n", "\n", "Designing a system of governance that prioritizes fairness, autonomy, and efficiency is an ambitious yet essential endeavor. Here's a hypothetical framework to achieve this vision:\n", "\n", "**Principles:**\n", "\n", "1. **Democracy with Mutually Inclusive Elements**: Empower communities and individuals directly through mechanisms like citizen juries, deliberative councils, and participatory budgeting.\n", "2. **Decentralization with Distributed Power**: Foster regional autonomy and decentralized decision-making to enable local responses to unique challenges and opportunities.\n", "3. **Inclusive Representation**: Ensure proportional representation of historically marginalized groups in governance structures, such as quotas for underrepresented communities.\n", "4. **Transparency and Accountability**: Utilize blockchain technology or similar methods to ensure the integrity and visibility of decision-making processes.\n", "\n", "**Resource Distribution:**\n", "\n", "1. **Common Wealth Management**: Establish a common wealth framework that allows for decentralized management of global commons like oceans, forests, and climate systems.\n", "2. **Redistributed Income Guarantee (RIG)**: Implement a RIG to provide a guaranteed minimum income to every individual within the system, indexed by country's GDP per capita.\n", "3. **Resource-Based Allocation**: Utilize an iterative resource allocation algorithm that factors in global scarcity, distribution of wealth, and environmental impact when assigning access to resources.\n", "\n", "**Decision-Making Authority:**\n", "\n", "1. **Community-led Decision Making**: Foster community-led initiatives for decision-making, encouraging grassroots involvement and participation.\n", "2. **Decentralized Network Analysis (DNA)**: Utilize machine learning algorithms to analyze social networks and optimize collaboration among communities based on interests.\n", "3. **Consensus Voting Systems**: Leverage consensus systems like multi-value voting or voting weights that prioritize individual perspectives and community concerns.\n", "\n", "**Addressing Conflicting Interests:**\n", "\n", "1. **Neutrality Preserving Negotiation Frameworks**: Implement tools for evaluating negotiation outcomes to ensure fairness in agreement-making processes.\n", "2. **Transitional Justice Mechanisms**: Establish procedures for restorative justice, truth-telling, accountability mechanisms to rectify historical injustices.\n", "\n", "**Addressing Historical Inequalities:**\n", "\n", "1. **Historical Reconciliation Programs**: Create structured programs to facilitate reconciliation and repair harmed communities through a combination of collective storytelling sharing.\n", "2. **Policy Correctness Frameworks**: Develop data-driven evaluations tools that track impacts of various interventions on underrepresented groups to ensure equitable resource distribution.\n", "\n", "**Key Mechanisms:**\n", "\n", "1. **Participatory Budgeting (PB)**: Involve citizens in allocating funds between public institutions and community services, fostering a sense of shared responsibility.\n", "2. **Independent Oversight and Control Body**: Establish an independent oversight body that can analyze decision-making processes for potential biases, inequality or unfair practices.\n", "\n", "While this hypothetical framework proposes some strategies, addressing the complexities of human values, social dynamics, and economic conditions is a daunting challenge. Ultimately, establishing effective governance that embodies fairness, autonomy, and efficiency requires continuous iteration and inclusive adaptation to emerging challenges.\n", "\n", "**Continious iteration and improvement will ensure success by ensuring community buy-in, adaptability and incorporating continuous learning mechanisms to optimize decision-making processes for individuals, communities and global stakeholders alike.\n", "\n", "\n" ] } ], "source": [ "print(together)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [] }, { "cell_type": "code", "execution_count": 42, "metadata": {}, "outputs": [], "source": [ "judge = f\"\"\"You are judging a competition between {len(competitors)} competitors.\n", "Each model has been given this question:\n", "\n", "{question}\n", "\n", "Your job is to evaluate each response for clarity and strength of argument, and rank them in order of best to worst.\n", "Respond with JSON, and only JSON, with the following format:\n", "{{\"results\": [\"best competitor number\", \"second best competitor number\", \"third best competitor number\", ...]}}\n", "\n", "Here are the responses from each competitor:\n", "\n", "{together}\n", "\n", "Now respond with the JSON with the ranked order of the competitors, nothing else. Do not include markdown formatting or code blocks.\"\"\"\n" ] }, { "cell_type": "code", "execution_count": 43, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "You are judging a competition between 6 competitors.\n", "Each model has been given this question:\n", "\n", "If you could design a system of governance based solely on the principles of fairness, autonomy, and efficiency, how would you approach the distribution of resources and decision-making authority among individuals and communities, while considering the potential for conflicting interests and the impact of historical inequalities?\n", "\n", "Your job is to evaluate each response for clarity and strength of argument, and rank them in order of best to worst.\n", "Respond with JSON, and only JSON, with the following format:\n", "{\"results\": [\"best competitor number\", \"second best competitor number\", \"third best competitor number\", ...]}\n", "\n", "Here are the responses from each competitor:\n", "\n", "# Response from competitor 1\n", "\n", "Designing a system of governance rooted in fairness, autonomy, and efficiency presents a complex but rewarding challenge. An effective approach could encompass the following principles and structures:\n", "\n", "### Principles\n", "\n", "1. **Fairness:** The system must prioritize equitable access to resources and opportunities, ensuring that all individuals, especially those from historically marginalized communities, have a level playing field.\n", "\n", "2. **Autonomy:** Individuals and communities should have the freedom to make decisions that affect their lives, within the bounds of respecting others' rights and the collective welfare.\n", "\n", "3. **Efficiency:** The governance system should minimize waste and maximize the utility of resources, fostering innovation and sustainable practices.\n", "\n", "### Structural Approaches\n", "\n", "1. **Decentralized Governance:**\n", " - **Localized Decision-Making:** Empower local communities to govern themselves with autonomy. Local councils can be formed to represent diverse interests, allowing for tailoring policies that reflect community needs.\n", " - **Participatory Budgeting:** Implement processes where community members can directly influence budget allocations, ensuring that resources address local priorities.\n", "\n", "2. **Resource Distribution Mechanisms:**\n", " - **Universal Basic Assets:** Establish a system of universal basic assets (like land, healthcare, and education) to provide every individual with foundational resources, tackling historical inequalities head-on.\n", " - **Progressive Resource Redistribution:** Implement a taxation system that adjusts based on wealth and income disparities, channeling funds into under-resourced communities to provide equitable opportunities.\n", "\n", "3. **Conflict Resolution Framework:**\n", " - **Mediation and Dialogues:** Create platforms for dialogue that encourage negotiation and mediation between conflicting interests, fostering understanding and compromise.\n", " - **Deliberative Democracy:** Utilize citizen assemblies that include diverse stakeholders to deliberate on issues, allowing collective decision-making that weights all voices equally. \n", "\n", "4. **Adaptive Policies:**\n", " - **Evidence-Based Decision-Making:** Implement adaptive policies that rely on data and research. Regular assessments and flexibility in regulations ensure that the governance system adapts to changing societal needs and evolves based on outcomes.\n", " - **Feedback Mechanisms:** Establish feedback systems that enable communities to assess the effectiveness of decisions and policies, ensuring continuous improvement and accountability.\n", "\n", "### Addressing Historical Inequalities\n", "\n", "To effectively address historical inequalities, our governance system must:\n", "\n", "- **Incorporate Historical Context:** Acknowledge historical injustices in policy-making and resource distribution, ensuring reparative measures are taken where necessary.\n", "- **Affirmative Action Policies:** Implement targeted programs to uplift disadvantaged communities, focusing on education, employment, healthcare, and political representation.\n", "- **Empowerment Initiatives:** Provide training, education, and mentoring programs specifically designed for historically marginalized groups to enhance their decision-making power and resource access.\n", "\n", "### Conclusion\n", "\n", "The proposed governance model emphasizes a balance between community autonomy and centralized support systems to promote efficiency and fairness. By embedding structures that accommodate diverse viewpoints and prioritize equitable resource distribution, the model seeks to create a resilient society capable of addressing conflicting interests while promoting collective growth and equity. Adapting continuously to historical contexts and current needs will be essential for long-term success.\n", "\n", "# Response from competitor 2\n", "\n", "I'd start by acknowledging these three principles often pull against each other—efficiency might suggest centralization, while autonomy demands dispersion, and fairness requires correcting imbalances that \"efficient\" markets perpetuate.\n", "\n", "**Resource Distribution Framework:**\n", "\n", "- **Baseline guarantees first**: Universal access to essentials (healthcare, education, housing) respects both autonomy (can't be autonomous while desperate) and fairness\n", "- **Subsidiarity principle**: Decisions made at the smallest effective level—communities controlling local resources when externalities are contained\n", "- **Progressive compensation**: Historical inequalities treated as inherited debts requiring structural transfer mechanisms, not one-time corrections\n", "\n", "**Decision-Making Authority:**\n", "\n", "- **Affected-parties principle**: Your voice scales with how much a decision impacts you—neighbors get more say in local zoning than distant bureaucrats\n", "- **Rotating representation**: Mitigates entrenched power while maintaining institutional memory\n", "- **Multiple veto points**: Protecting minorities from majoritarian efficiency\n", "\n", "**Handling Conflicts:**\n", "\n", "The honest part? **These principles don't resolve conflicts—they surface them more clearly.** \n", "\n", "For instance: Is it \"fair\" to redistribute wealth earned in systems rigged by historical advantage? Efficiency says let markets allocate, fairness demands correction, autonomy asks \"whose authority decides?\"\n", "\n", "I'd design for **transparent trade-offs** rather than false harmony—mechanisms where communities explicitly choose (say) slower growth for greater equality, seeing real costs of each value.\n", "\n", "What aspects resonate or trouble you most? The tension between these principles reveals what we truly prioritize.\n", "\n", "# Response from competitor 3\n", "\n", "Designing a system of governance based solely on fairness, autonomy, and efficiency requires a multi-layered approach that builds from foundational principles to specific mechanisms. It must be dynamic, self-correcting, and deeply integrated with technology to achieve these aims.\n", "\n", "Here's a potential design:\n", "\n", "## System Name: The Equitable Autonomous Network (EAN)\n", "\n", "### Foundational Principles (The Constitution of EAN)\n", "\n", "1. **Dignity and Basic Needs First:** Every individual has an inalienable right to a dignified existence, free from want. This forms the absolute floor of fairness and a precondition for true autonomy.\n", "2. **Subsidiarity and Nested Autonomy:** Decision-making authority rests at the most localized level capable of effectively addressing an issue. Higher levels exist to coordinate, arbitrate, and ensure foundational principles are upheld.\n", "3. **Data-Driven, Adaptive Governance:** Policies and resource allocations are continuously informed by real-time data, scientific consensus, and predictive modeling, allowing for dynamic adjustments and optimizing efficiency.\n", "4. **Transparency and Accountability:** All governance processes, decisions, and resource flows are publicly accessible (within privacy constraints), with clear mechanisms for oversight and redress.\n", "5. **Restorative and Regenerative Justice:** The system actively seeks to correct historical injustices and prevent future ones, while ensuring the long-term sustainability of resources for future generations.\n", "\n", "### I. Distribution of Resources\n", "\n", "The EAN employs a three-tiered system for resource distribution, designed to balance fairness (needs-based, corrective), autonomy (individual choice, local control), and efficiency (optimized allocation, incentive).\n", "\n", "**A. Universal Basic Resources (UBR) & Entitlements (Fairness & Autonomy Baseline):**\n", "\n", "* **Concept:** A robust floor for all citizens, ensuring essential needs are met without conditionalities. This eliminates the existential anxieties that hinder autonomy and creativity.\n", "* **Components:**\n", " * **Universal Basic Income (UBI):** A sufficient, unconditional cash payment to cover basic living expenses (food, shelter, basic utilities). Adjusted dynamically for inflation and regional cost of living.\n", " * **Universal Healthcare:** Comprehensive, free-at-point-of-use healthcare, including physical, mental, and preventative care.\n", " * **Universal Education:** Access to high-quality education from early childhood through advanced learning, including vocational training and lifelong learning opportunities. Personalized learning pathways would be emphasized.\n", " * **Universal Connectivity:** Access to reliable, high-speed internet and essential digital tools.\n", " * **Basic Housing Guarantee:** Ensuring every individual has access to safe, adequate, and dignified housing. This might involve UBI supporting rent, but also public housing initiatives and community land trusts.\n", "* **Funding:** Primarily through a highly progressive taxation system (income, wealth, corporate profits), carbon taxes, and automated resource levies on automated production. This ensures those who benefit most from collective resources contribute proportionally.\n", "* **Impact on Historical Inequalities:** The UBR immediately provides a baseline of dignity and opportunity for all, directly lifting up historically disadvantaged groups who may have lacked access to these fundamental resources.\n", "\n", "**B. Merit- and Contribution-Based Rewards (Efficiency & Incentives):**\n", "\n", "* **Concept:** Beyond basic needs, individuals can acquire additional resources through their contributions to society, innovation, enterprise, and skill development. This fosters motivation, creativity, and efficient resource allocation through markets.\n", "* **Mechanisms:**\n", " * **Regulated Markets:** Open and competitive markets for goods and services, but with strong oversight to prevent monopolies, exploitation, and ensure ethical practices.\n", " * **Cooperative & Social Enterprises:** Encouragement and support for worker-owned cooperatives, community-owned businesses, and social enterprises that prioritize collective well-being alongside profit.\n", " * **Innovation Funds & Grants:** Publicly funded and privately managed grants for research, development, artistic creation, and social innovation. Performance-based funding is used.\n", " * **Fair Compensation:** Mechanisms to ensure that labor is fairly compensated, with minimum wage standards significantly above the UBI and robust collective bargaining rights.\n", "* **Impact on Historical Inequalities:** While based on merit, these mechanisms would be designed with \"on-ramps\" and support structures (e.g., entrepreneurship training for disadvantaged communities, mentorship programs) to ensure equitable access to opportunities, rather than perpetuating existing advantages.\n", "\n", "**C. Community & Restorative Justice Funds (Fairness & Community Autonomy):**\n", "\n", "* **Concept:** Dedicated funds and resources specifically allocated to address historical inequalities, promote community-led development, and repair societal harms.\n", "* **Mechanisms:**\n", " * **Restorative Justice Fund (RJF):** A substantial, permanent fund explicitly for reparative justice. It would finance:\n", " * **Targeted Investments:** Direct investments in historically marginalized communities (e.g., infrastructure, education, healthcare facilities, land redistribution, cultural preservation).\n", " * **Restorative Justice Programs:** Funding for mediation, victim support, community-led healing initiatives, and programs that address systemic biases in justice systems.\n", " * **Cultural Restoration:** Support for reclaiming and revitalizing cultural practices, languages, and histories that were suppressed.\n", " * **Community Resource Pools:** Each local community has a significant allocation of public funds managed by its **Local Autonomy Council** (see below). These funds are used for local projects, infrastructure, and services identified by the community itself (e.g., parks, libraries, local transport, community centers).\n", " * **Ecological Commons Stewardship:** Resources (land, water, air) deemed \"commons\" are managed collectively for long-term sustainability. Decisions on their use are made through deliberative processes involving all affected communities and expert ecological councils.\n", "* **Impact on Historical Inequalities:** This tier directly confronts and actively works to reverse the impacts of past discrimination, exploitation, and dispossession, empowering affected communities to rebuild on their own terms.\n", "\n", "### II. Decision-Making Authority\n", "\n", "Decision-making in the EAN is designed to be distributed, informed, and accountable, maximizing autonomy at the individual and community levels while ensuring coherence and fairness across the entire system.\n", "\n", "**A. Nested Deliberative Councils (Subsidiarity & Autonomy):**\n", "\n", "* **Structure:** A hierarchical but porous system of interconnected councils:\n", " * **Local Autonomy Councils (LACs):** Hyper-local (e.g., neighborhood, village). Responsible for managing community resources, local infrastructure, public safety, and cultural initiatives. Decisions are primarily made through **Deliberative Citizen Assemblies** (randomly selected, representative groups engaging in informed discussion) and facilitated consensus.\n", " * **Regional Coordination Councils (RCCs):** Representing a collection of LACs (e.g., cities, counties). Responsible for coordinating larger-scale infrastructure (transport, energy), environmental management, and economic development that spans multiple local communities. Representatives are chosen by LACs and serve with rolling terms.\n", " * **Global Coordination Council (GCC):** Represents the entire EAN. Focuses on overarching constitutional principles, human rights, global commons (oceans, atmosphere), inter-regional disputes, major resource allocation (e.g., inter-regional energy grids), and long-term strategic planning. Representatives are chosen by RCCs and expert bodies.\n", "* **Decision-Making Process:**\n", " * **Deliberation First:** Councils prioritize thorough deliberation, informed by data and expert advice, before voting.\n", " * **Consensus Seeking:** Strive for consensus on most issues.\n", " * **Weighted Voting/Supermajority:** For contentious issues or when consensus is elusive, a supermajority vote is required. In higher-tier councils, votes might be weighted by population size of the represented constituent bodies, or by the degree of impact a decision has on their respective communities.\n", " * **Referendum Override:** Citizens at any level can initiate referenda to challenge or directly approve council decisions, especially those impacting rights or core principles.\n", "\n", "**B. Direct Digital Democracy & Citizen Participation (Autonomy & Efficiency):**\n", "\n", "* **Platform:** A secure, transparent, and user-friendly digital platform (e.g., a \"Digital Agora\") that allows all citizens to:\n", " * **Propose Policies & Laws:** Individuals or groups can submit proposals that gain traction through citizen support.\n", " * **Vote on Referenda:** Direct voting on key issues or to challenge council decisions.\n", " * **Participate in Citizen Juries & Assemblies:** Online tools to facilitate informed deliberation among randomly selected citizen groups.\n", " * **Feedback & Oversight:** Provide direct feedback on public services, report issues, and monitor the performance of elected officials and institutions.\n", "* **Mechanisms for Informed Participation:**\n", " * **Mandatory \"Information Modules\":** Before voting on complex issues, citizens are presented with balanced, evidence-based summaries of arguments for and against, expert analyses, and impact assessments.\n", " * **Gamified Education:** Tools to make understanding complex policy engaging and accessible.\n", "* **Impact on Conflicting Interests:** The digital platform allows for broader participation and the airing of diverse viewpoints, while structured information modules help prevent uninformed decision-making driven by emotion or misinformation.\n", "\n", "**C. Expert and Advisory Bodies (Efficiency & Fairness):**\n", "\n", "* **Role:** Independent expert bodies (e.g., scientific academies, economic forecasting institutes, sociological research groups) provide unbiased data, analysis, and policy recommendations to all levels of governance.\n", "* **Function:** They ensure that policies are evidence-based, technically sound, and consider long-term consequences. Their advice is publicly accessible, and councils must provide justifications if they choose to deviate significantly from expert consensus.\n", "* **Ethical Review Boards:** Panels (including ethicists, philosophers, and citizens) would review policies for their adherence to EAN's core principles, especially concerning emerging technologies or complex social issues.\n", "\n", "**D. Judicial and Conflict Resolution Tribunals (Fairness & Resolution):**\n", "\n", "* **Structure:** An independent, decentralized judiciary with a strong emphasis on **Restorative Justice**.\n", "* **Levels:**\n", " * **Community Resolution Panels:** Focus on mediation, reconciliation, and community service for minor disputes and harms.\n", " * **Regional Justice Courts:** Handle more complex civil and criminal cases, always seeking restorative outcomes where possible.\n", " * **Constitutional Tribunal:** The highest court, tasked with upholding the Foundational Principles, arbitrating disputes between governance levels, and protecting individual and community rights against overreach.\n", "* **Conflict Resolution:** Emphasis on non-adversarial methods like mediation, arbitration, and facilitated dialogue before litigation. When litigation is necessary, processes are designed to be efficient, transparent, and accessible.\n", "* **Ombudsman & Whistleblower Protections:** Independent offices exist at all levels to investigate complaints against governance bodies and protect individuals who report misconduct, ensuring accountability.\n", "\n", "### III. Addressing Conflicting Interests and Historical Inequalities\n", "\n", "* **Deliberative Design:** The entire system is built on principles of deliberation, ensuring that diverse perspectives are heard, understood, and integrated where possible, rather than simply outvoted.\n", "* **Prioritization Framework:** The Foundational Principles act as a clear hierarchy for resolving conflicts. Basic Needs > Autonomy > Efficiency. For example, economic efficiency would never justify policies that undermine universal basic resources or infringe on fundamental rights.\n", "* **Transparency & Data:** Open access to information about resource allocation, policy impacts, and decision-making processes helps to build trust and expose potential biases or conflicts of interest.\n", "* **Adaptive Policy Cycles:** Regular, mandated reviews of policies and resource allocations, informed by performance metrics and social impact assessments, allow for course correction when policies inadvertently create or exacerbate inequalities or conflicts.\n", "* **Cultural Competency & Anti-Bias Training:** All participants in governance, especially those in leadership or judicial roles, undergo ongoing training to understand and mitigate unconscious biases and promote cultural sensitivity.\n", "* **Formal Appeals & Grievance Mechanisms:** Clear and accessible pathways for individuals and communities to appeal decisions, raise grievances, and seek redress, ensuring that all voices can challenge perceived unfairness.\n", "* **Affirmative Opportunity Programs:** Time-limited, targeted programs designed to explicitly address persistent disparities in access to education, training, entrepreneurship, and leadership roles for historically marginalized groups. These are not about preferential treatment indefinitely but about leveling the playing field until equity is demonstrably achieved.\n", "\n", "### Technology as an Enabler\n", "\n", "* **Blockchain for Transparency & Trust:** Immutable records for resource allocation, voting, and legal decisions enhance transparency and prevent tampering.\n", "* **AI for Data Analysis & Prediction:** Used to analyze vast datasets for optimal resource allocation, predict potential societal impacts of policies, identify emerging needs, and detect systemic biases in real-time. Crucially, AI would be *advisory*, not decision-making, and its algorithms would be open-source and auditable.\n", "* **Secure Digital Identity & Voting Systems:** Ensuring secure, anonymous, and verifiable participation in direct democracy and governance processes.\n", "\n", "### Conclusion\n", "\n", "The Equitable Autonomous Network (EAN) seeks to create a dynamic, self-correcting system where fairness is the bedrock, individual and community autonomy are paramount, and efficiency is achieved through informed, distributed decision-making. By explicitly addressing historical inequalities through reparative justice and a robust UBR, and by building conflict resolution into its very structure, the EAN aims to foster a society that is not only prosperous but truly just and sustainable for all. It's a system designed to evolve with humanity's understanding of itself and the world, perpetually striving for its core ideals.\n", "\n", "# Response from competitor 4\n", "\n", "Of course. This is a fascinating and profound question. Designing a governance system from first principles is a classic exercise in political philosophy, but grounding it in your three pillars—**Fairness, Autonomy, and Efficiency**—provides a robust framework.\n", "\n", "Here is a proposed system, which I will call **Subsidiarity-Based Pluralism (SBP)**, and how it would approach resource distribution and decision-making.\n", "\n", "### Foundational Principles\n", "\n", "First, let's define the core principles as they apply to this system:\n", "\n", "* **Fairness:** This is not merely equality of outcome or opportunity, but **equity of capability**. The system is designed to ensure every individual has the genuine capacity to pursue a flourishing life. This explicitly acknowledges and corrects for historical inequalities and differing starting points.\n", "* **Autonomy:** Individuals and communities have the right to self-determination, to live according to their own values, and to have a meaningful voice in decisions that affect them. This principle is the primary check against centralized tyranny.\n", "* **Efficiency:** Resources (time, material, human capital) should be used to achieve the maximum benefit with minimal waste. This means decisions should be made at the most local level possible, where information is most accurate and accountability is highest.\n", "\n", "### The Architecture of the System: A Multi-Layered Federation\n", "\n", "The system is structured like a set of nested circles, from the individual outward.\n", "\n", "1. **The Individual:** The fundamental unit of moral concern and autonomy.\n", "2. **The Local Community (LC):** A geographically or culturally defined group of a manageable size (e.g., a town, a city neighborhood, a collection of rural villages) where face-to-face deliberation is possible.\n", "3. **The Regional Council (RC):** A federation of LCs that share common infrastructure, economic ties, or ecological systems (e.g., a watershed, a metropolitan area).\n", "4. **The Global Assembly (GA):** A body representing all humanity, responsible for truly global issues.\n", "\n", "The guiding rule for decision-making is the **Principle of Strict Subsidiarity:**\n", "\n", "> **A decision or function must be handled by the smallest, lowest, or least centralized competent authority.** A higher level can only intervene if a lower level is demonstrably failing to meet a minimum standard of fairness or is causing significant harm to another community.\n", "\n", "---\n", "\n", "### I. Distribution of Resources\n", "\n", "The system would use a hybrid model to balance autonomy with fairness.\n", "\n", "#### A. The Foundational Endowment (Mechanism for Fairness & Autonomy)\n", "\n", "* **What it is:** Every individual, upon reaching the age of majority, receives a substantial, universal, and unconditional **Capital and Basic Income Endowment**.\n", "* **The Capital Portion:** A lump sum of resources (money, digital currency, credits) to be used for education, starting a business, buying a home, or investing. This directly attacks historical wealth inequality by giving everyone a genuine starting stake.\n", "* **The Basic Income Portion:** A regular, monthly payment sufficient to cover basic necessities: food, shelter, utilities, and healthcare. This ensures **autonomy** by freeing individuals from destitution and the coercive power of any single employer or entity.\n", "\n", "#### B. The Social Inheritance Fund (Mechanism for Fairness & Efficiency)\n", "\n", "* **What it is:** A collectively owned fund, resourced by a low but broad-based tax on all commercial activity (a \"value-added\" or \"transaction\" tax) and a significant **inheritance tax on large estates**.\n", "* **How it works:** This fund does not give cash to individuals. Instead, it finances public goods that are inefficient or unfair for individuals to provide for themselves:\n", " * **Universal Healthcare & Education:** Free at the point of use.\n", " * **Public Infrastructure:** Roads, broadband, energy grids.\n", " * **Environmental Stewardship:** Rewarding communities for preserving ecosystems that benefit the wider region.\n", "* This fund is managed democratically by each level (LC, RC, GA) for goods at their respective scale, ensuring resources are allocated **efficiently** to where they are most needed for the collective good.\n", "\n", "#### C. Local Resource Autonomy (Mechanism for Autonomy & Efficiency)\n", "\n", "* Local Communities can create and manage their own additional economic systems. They can experiment with local currencies, cooperatives, or different models of property rights (private, communal, etc.), provided they do not violate the core principles (e.g., by creating internal caste systems or polluting a neighbor's environment).\n", "* This encourages innovation and allows communities to align their local economy with their cultural values.\n", "\n", "---\n", "\n", "### II. Decision-Making Authority\n", "\n", "The system is designed to prevent the concentration of power while enabling effective action.\n", "\n", "#### A. At the Local Community Level: Deliberative Democracy\n", "\n", "* **Mechanism:** A combination of citizen assemblies and direct voting.\n", "* **Citizen Assemblies:** Randomly selected groups of residents (like jury duty) are convened to study complex local issues (e.g., \"How should we redesign the public park?\"). They hear from experts and stakeholders and make recommendations or binding decisions. This counters the influence of special interests and leverages collective intelligence.\n", "* **Direct Voting:** For major issues (like large construction projects or significant tax changes), binding referendums are held. This ensures broad **autonomy**.\n", "* **Authority:** Zoning, local education curriculum (within a global human rights framework), community policing, local cultural affairs.\n", "\n", "#### B. At the Regional Council Level: Federated Representation\n", "\n", "* **Mechanism:** A council of delegates elected from and recallable by the Local Communities.\n", "* **Role:** To manage common resources and coordinate policies that cross local boundaries.\n", "* **Authority:** Regional transportation, water management, regional environmental protection, disaster response, harmonizing economic regulations to prevent a \"race to the bottom.\"\n", "\n", "#### C. At the Global Assembly Level: Guardians of Humanity and Fairness\n", "\n", "* **Mechanism:** A dual-body system.\n", " 1. **A People's Chamber:** Representatives elected proportionally from the world's population.\n", " 2. **A Guardians' Council:** Comprised of esteemed experts in science, ethics, law, and human rights, appointed for long, non-renewable terms to insulate them from political pressure. Their role is to veto any legislation from the People's Chamber that violates the core constitutional principles of fairness, autonomy, or ecological sustainability.\n", "* **Authority:** *Extremely limited and explicitly enumerated.* It includes:\n", " * Enforcing fundamental human rights.\n", " * Managing the global commons (atmosphere, oceans, orbital space).\n", " * Coordinating pandemic response.\n", " * Preventing genocide and mass atrocities.\n", " * Adjudicating disputes between Regional Councils.\n", "\n", "---\n", "\n", "### Addressing the Challenges\n", "\n", "#### Conflicting Interests:\n", "\n", "* **Principle of Strict Subsidiarity:** Prevents most conflicts by localizing decisions. A dispute between two neighbors over a tree is handled by a local mediator, not a global body.\n", "* **Deliberative Democracy:** Transforms adversarial politics into problem-solving. By bringing randomly selected citizens together, it fosters empathy and compromise.\n", "* **The Courts:** An independent, multi-layered judiciary is the final arbiter of conflicts, interpreting the core constitutional principles.\n", "\n", "#### Historical Inequalities:\n", "\n", "* **The Foundational Endowment** is the primary tool for corrective justice. It is a direct wealth transfer to new generations, diluting the concentration of inherited advantage.\n", "* **The Social Inheritance Fund** is funded significantly by taxes on large accumulations of wealth, continuously recycling privilege into public goods.\n", "* **The Global Assembly** has the power to mandate and fund targeted programs for communities that have suffered historical injustices (e.g., systemic discrimination, colonial extraction), but the implementation is done at the regional or local level to ensure cultural appropriateness.\n", "\n", "### Potential Weaknesses and Safeguards\n", "\n", "* **Risk of Local Tyranny:** A local community could become oppressive to minorities within it.\n", " * **Safeguard:** A robust, constitutionally enshrined **Global Bill of Rights** that is inviolable by any lower level. Any individual can appeal to the global judiciary.\n", "* **Inefficiency of Deliberation:** Citizen assemblies can be slow.\n", " * **Safeguard:** They are used for strategic, long-term planning, not day-to-day administration, which is handled by a professional, accountable civil service.\n", "* **Free-Riding:** A community might choose to not contribute fairly to the Social Inheritance Fund.\n", " * **Safeguard:** Access to global and regional public goods (e.g., trade, disaster relief) is contingent on fulfilling one's fiscal responsibilities, as adjudicated by the independent courts.\n", "\n", "In conclusion, this system of **Subsidiarity-Based Pluralism** attempts to weave fairness, autonomy, and efficiency into a coherent whole. It grounds fairness in a direct redistribution of life chances, protects autonomy through radical decentralization, and pursues efficiency by matching the scale of governance to the scale of the problem. It is not a utopian blueprint but a dynamic framework designed to manage humanity's perpetual tensions with wisdom, resilience, and a deep respect for both the individual and the collective.\n", "\n", "# Response from competitor 5\n", "\n", "Below is a **blue‑print for a governance architecture** that tries to hold the three pillars—**fairness, autonomy, and efficiency**—in tension with one another while still delivering a functional, adaptable society. I have broken the design into four inter‑locking layers, each with its own set of concrete institutions, decision‑making procedures, and resource‑allocation tools. The goal is to keep power as close to the people who are affected by it (autonomy), to correct historic and structural imbalances (fairness), and to make sure the system can actually get things done without endless deadlock (efficiency).\n", "\n", "---\n", "\n", "## 1. Core Principles & How They Translate into Rules\n", "\n", "| Principle | What it demands | Translating rule (the “constitution” of the system) |\n", "|-----------|----------------|----------------------------------------------------|\n", "| **Fairness** | • Everyone receives a baseline that makes them capable of participating fully.
• Past injustices are acknowledged and mitigated.
• Outcomes are monitored for systemic bias. | 1. **Universal Baseline Entitlements (UBE)** – a set of indivisible rights to food, housing, health, education, and digital connectivity, funded by a progressive “social dividend” tax on wealth and corporate profit.
2. **Equity Adjustment Index (EAI)** – a data‑driven multiplier applied to the UBE and to all subsequent public‑service allocations that reflects historic deprivation (regional, racial, gender, disability, etc.). |\n", "| **Autonomy** | • Individuals/communities decide locally on matters that affect them.
• Central authority intervenes only when local decisions threaten the baseline or the rights of others. | 1. **Subsidiarity Principle** – decisions are taken at the most granular level that can solve the problem efficiently.
2. **Community Governance Pods (CGPs)** – elected/selected bodies with direct‑participation tools (e.g., liquid‑democracy, deliberative polling) that control a defined budget and policy scope. |\n", "| **Efficiency** | • Resources are used where they generate the most social value per unit of cost.
• Bureaucratic friction is minimized.
• Feedback loops rapidly correct mistakes. | 1. **Outcome‑Based Funding (OBF)** – public funds flow to programs that meet pre‑agreed performance metrics (cost‑per‑outcome, carbon‑intensity, equity‑impact).
2. **Algorithmic Decision‑Support (ADS)** – open‑source models that simulate the impact of policy proposals and flag unintended externalities before a vote. |\n", "\n", "---\n", "\n", "## 2. Institutional Architecture\n", "\n", "### A. **The Global‑Level “Meta‑Council”** (acts as a constitutional guard)\n", "\n", "* **Composition:** 1) 30% elected by popular vote (proportional representation), 2) 30% selected by expert panels (science, economics, ethics), 3) 40% allocated to historically marginalized blocs (e.g., indigenous peoples, formerly colonized regions) through a *reparative seat‑allocation* formula.\n", "* **Mandate:** 1) Set the **Universal Baseline Entitlements** and **Equity Adjustment Index**.
2) Approve the **Algorithmic Decision‑Support framework** and the **Outcome‑Based Funding standards**.
3) Resolve disputes that cross regional boundaries (e.g., climate migration, trans‑national infrastructure).\n", "* **Decision rule:** Super‑majority (66 %) with a *fairness veto*: any proposal that would lower the UBE for a demographic group identified by the EAI must be rejected unless an explicit, majority‑supported reparative plan is attached.\n", "\n", "### B. **Regional Assemblies (RA)** – 1 per *geopolitical region* (e.g., state/province, large metropolitan area)\n", "\n", "* **Scope:** Education curricula, regional transport, water management, health service organization, local taxation within a ceiling set by the Meta‑Council.\n", "* **Governance Pods (CGPs):** Within each RA there are **neighbourhood pods** (≈1,000‑5,000 citizens) that receive a *budget block* proportional to the local EAI‑adjusted population.\n", "* **Deliberative Process:** Pods use a *mini‑deliberative poll* (48‑hour online discussion + 2‑hour face‑to‑face meeting) before voting on any allocation. Results are aggregated by a **Weighted Consensus Algorithm** that gives extra weight to historically marginalized voices (as measured by the EAI).\n", "\n", "### C. **Sector‑Specific “Efficiency Boards” (EB)**\n", "\n", "* **Examples:** Energy, Transportation, Digital Infrastructure, Climate Resilience, Public Health.\n", "* **Structure:** 40% elected technocrats, 30% civil‑society representatives, 30% stakeholder groups (e.g., labor unions, consumer co‑ops). \n", "* **Power:** They design **Performance Metrics** that feed into the Outcome‑Based Funding system. They can re‑allocate surplus resources across regions *only* when the metrics show a clear net‑gain in social value (e.g., reduction of carbon emissions per dollar spent). \n", "* **Transparency:** All simulations run by the ADS are published in real‑time dashboards.\n", "\n", "### D. **Dispute‑Resolution Courts (DRC)**\n", "\n", "* **Two tiers:** 1) **Local Arbitration Panels** (volunteers trained in restorative justice) for everyday conflicts; 2) **Regional Courts of Equity** for cases involving the UBE, EAI, or cross‑regional externalities. \n", "* **Binding nature:** Decisions are enforceable because the funding streams (UB‑derived taxes) are automatically redirected to the prevailing side, creating a financial incentive for compliance.\n", "\n", "---\n", "\n", "## 3. Resource Distribution Mechanics\n", "\n", "### 1. **Baseline Funding Flow**\n", "```\n", "Total Tax Revenue\n", " └─► 60% → Universal Baseline Entitlements (UBEs) → Direct cash transfers + universal public services\n", " └─► 20% → Equity Adjustment Pool (EAP) → Multiplier on UBEs for high‑EAI communities\n", " └─► 15% → Outcome‑Based Funding pool (OBF) → Distributed to projects that meet performance metrics\n", " └─► 5% → Administrative & Oversight Costs (transparent, audited)\n", "```\n", "\n", "* **Progressive Tax Design:** Marginal tax rates start at 15 % and rise to 55 % above a wealth threshold; a “carbon dividend” is levied on high‑emission enterprises and funneled into the OBF pool.\n", "\n", "### 2. **Local Budget Allocation (within a CGP)**\n", "* **Step‑1 – Needs Scan:** Automated survey (open‑source) collects data on housing, health, education, and digital access gaps. The EAI adjusts the weight of each indicator.\n", "* **Step‑2 – Community Deliberation:** Residents discuss three pre‑selected proposals (generated by the ADS) and can submit a fourth “wild‑card” idea.\n", "* **Step‑3 – Vote & Weighting:** Simple majority decides, but the final allocation formula is:\n", " \\[\n", " \\text{Fund}_i = \\frac{V_i \\times (1 + \\alpha \\cdot \\text{EAI}_i)}{\\sum_j V_j \\times (1 + \\alpha \\cdot \\text{EAI}_j)} \\times \\text{Budget}\n", " \\]\n", " where \\(V_i\\) is the vote share for proposal *i* and \\(\\alpha\\) (≈0.3) is a fairness‑boost coefficient.\n", "\n", "### 3. **Efficiency Board Re‑allocation**\n", "* When a project exceeds its performance threshold (e.g., 20 % reduction in cost‑per‑outcome), a **surplus credit** is generated. The credit can be:\n", " * **Banked** for the next fiscal cycle, or\n", " * **Transferred** to another region that has a shortfall in the same sector, provided a **mutual‑benefit agreement** is signed.\n", "\n", "---\n", "\n", "## 4. Managing Conflicting Interests\n", "\n", "| Conflict Type | Mechanism to Resolve | Why it preserves the three pillars |\n", "|---------------|----------------------|------------------------------------|\n", "| **Local vs. Global (e.g., a region wants cheap coal, global wants decarbonization)** | *Escalation Protocol*: Local CGP decision is first simulated through the ADS. If the simulation shows a net negative impact on the global carbon budget, the proposal is flagged for **Regional Court of Equity**. The court can impose a **transition fund** (from the OBF pool) that subsidizes a clean‑energy alternative for the region. | *Fairness* – the region isn’t forced to give up jobs; it receives compensation.
*Autonomy* – the region’s original preference is heard and formally evaluated.
*Efficiency* – the carbon budget is protected, avoiding longer‑term climate costs. |\n", "| **Inter‑community resource competition (e.g., water rights)** | **Joint‑Management Trusts** created at the watershed level, composed of proportional representatives from each affected CGP plus neutral experts. Decisions are made by **super‑majority (75 %)** with a **fairness veto** for any community whose EAI‑adjusted per‑capita water access falls below a minimum threshold. | The veto guarantees the historically water‑scarce groups are protected, while the super‑majority pushes parties toward collaborative solutions. |\n", "| **Historical Inequality vs. Meritocratic Allocation** | **Equity Adjustment Index (EAI)** is built from a multi‑decade dataset of income, education, health, and land‑ownership disparities. It is **periodically re‑calibrated** (every 5 years) by an independent research consortium, ensuring the correction factor does not become a permanent “handicap” for formerly privileged groups. | The system is **fair** (corrects past harms), **autonomous** (communities can still earn higher allocations by outperforming the metrics), and **efficient** (the EAI is data‑driven, not ad‑hoc). |\n", "\n", "---\n", "\n", "## 5. Addressing Historical Inequalities in Practice\n", "\n", "1. **Data‑Driven Reparations** \n", " *A “Historical Harm Ledger”* quantifies the cumulative deprivation experienced by each demographic group (e.g., land taken, forced labor, disenfranchisement). The ledger feeds directly into the **EAI multiplier** and into a **Reparations Grant Program** that funds community‑owned enterprises, cultural preservation, and educational scholarships.\n", "\n", "2. **Ownership Transfer Mechanisms** \n", " *Community Land Trusts (CLTs)* receive seed capital from the EAP and acquire strategically valuable parcels (urban lots, renewable‑energy sites). The CLTs issue **participatory equity tokens** to local residents, granting them collective voting rights over the asset’s future use.\n", "\n", "3. **Education & Narrative Reform** \n", " The **Meta‑Council** mandates a **Curriculum of Interconnected Histories** that is co‑designed by scholars from the Global South, Indigenous educators, and diaspora communities. This builds a shared sense of fairness and reduces the “us vs. them” mindset that often fuels conflict.\n", "\n", "---\n", "\n", "## 6. Efficiency Safeguards\n", "\n", "| Safeguard | Description | Expected impact |\n", "|----------|-------------|-----------------|\n", "| **Algorithmic Decision‑Support (ADS) Audits** | Open‑source code, quarterly peer‑review, and a **Red‑Team** that stress‑tests simulations for bias. | Prevents “efficient” proposals that hide externalities (e.g., environmental degradation). |\n", "| **Performance‑Based Funding Cycles** | Budgets are released in **quarterly tranches**; each tranche requires proof of metric achievement before the next is unlocked. | Creates a feedback loop that curtails wasteful spending and motivates continuous improvement. |\n", "| **Dynamic Budget Caps** | Each CGP’s budget cannot exceed **1.5 ×** its previous year’s **effective spend** (outcome‑adjusted). Overspending triggers a **re‑allocation audit**. | Discourages ballooning administrative costs and encourages realistic planning. |\n", "| **Citizen Oversight Panels** | Randomly selected citizens (sortition) serve 6‑month terms reviewing the ADS outputs and the Efficiency Board’s metric definitions. | Guarantees that technical expertise does not become an opaque monopoly. |\n", "\n", "---\n", "\n", "## 7. A “Day‑in‑the‑Life” Walk‑Through\n", "\n", "1. **Morning:** Maria in a coastal CGP logs onto the **Community Portal** and sees three pre‑screened proposals: (a) a solar‑panel co‑op, (b) a flood‑resilience park, (c) a micro‑loan fund for women artisans. She watches a 2‑minute ADS simulation that shows the social‑value per dollar, the EAI boost each would receive, and the projected carbon impact.\n", "\n", "2. **Mid‑day:** She joins a 30‑minute virtual deliberation with her neighbours, where a facilitator from the local oversight panel helps surface concerns: the micro‑loan fund might not reach the most historically excluded block. Someone proposes a modest “target‑allocation add‑on” that the ADS automatically calculates.\n", "\n", "3. **Evening:** After the deliberation, the pod votes. The solar‑panel co‑op wins 55 % of the votes, but because the flood‑resilience park has a higher EAI‑adjusted need, the weighted consensus formula allocates **60 %** of the pod’s budget to the park and **40 %** to the co‑op. The results are instantly posted to the regional dashboard.\n", "\n", "4. **Night:** The **Regional Assembly** receives the aggregated allocations. An Efficiency Board reviews the flood‑resilience park’s design and confirms it meets the “cost‑per‑person‑protected” metric. Funding is released in two tranches, with the second contingent on a mid‑year impact report.\n", "\n", "5. **Next year:** The park’s success reduces flood damage by 30 %, generating a surplus credit. That credit is automatically transferred to a neighboring inland CGP that needs irrigation upgrades, fulfilling the **mutual‑benefit clause** without any extra negotiation.\n", "\n", "---\n", "\n", "## 8. Potential Risks & Mitigation Strategies\n", "\n", "| Risk | Why it threatens the three pillars | Mitigation |\n", "|------|-----------------------------------|------------|\n", "| **Metric gaming** – actors manipulate data to meet OBF thresholds. | Undermines fairness (resources go to “paper” successes) and efficiency (wasted funds). | • Independent auditors + random spot‑checks.
• Multi‑dimensional metrics (combine quantitative and qualitative signals). |\n", "| **Algorithmic opacity** – citizens distrust ADS outputs. | Erodes autonomy (people feel decisions are made by “black boxes”). | • Open‑source code, mandatory “explain‑in‑plain‑language” summaries, and citizen oversight panels. |\n", "| **Entrenched elite capture** of the Meta‑Council. | Violates fairness and autonomy for marginalized groups. | • Reparative seat‑allocation, term limits, and mandatory rotation of representatives from civil‑society coalitions. |\n", "| **Resource scarcity spikes** (e.g., sudden drought). | Forces trade‑offs that may appear unfair or autocratic. | • Pre‑negotiated **Resilience Reserve Fund** (5 % of tax revenue) that can be deployed with a fast‑track, consensus‑based emergency protocol. |\n", "| **Cultural resistance to data‑driven allocation** | May view EAI as “paternalistic”. | • Continuous community education, co‑design of the EAI methodology, and a **right‑to‑opt‑out** clause where a community can request a manual deliberative process (subject to a fairness‑veto if it would lower the baseline). |\n", "\n", "---\n", "\n", "## 9. Summary – The Governance Equation\n", "\n", "\\[\n", "\\boxed{\n", "\\text{Good Governance} = \n", "\\underbrace{(\\text{Baseline Fairness} \\times \\text{Equity Adjustment})}_{\\text{Historical Justice}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Local Autonomy} \\times \\text{Subsidiarity})}_{\\text{People‑Centred Power}} \\;\n", "+\\;\n", "\\underbrace{(\\text{Outcome‑Based Funding} \\times \\text{Algorithmic Insight})}_{\\text{Efficient Delivery}}\n", "}\n", "\\]\n", "\n", "*The system is **self‑correcting** (ADS + audits), **self‑balancing** (EAI + fairness veto), and **self‑empowering** (CGPs + citizen oversight). By anchoring all resource flows to an unconditional baseline, adjusting for historic disadvantage, and then letting communities decide *how* to augment that baseline within transparent, outcome‑driven limits, we get a structure that respects the three guiding values without letting any single one dominate to the detriment of the others.*\n", "\n", "---\n", "\n", "### Take‑away for a policymaker or designer\n", "\n", "1. **Start with a hard‑wired universal safety net** (the UBE). Anything you build on top of it must not erode it.\n", "2. **Quantify historic inequities** (EAI) and bake the multiplier into every budgetary formula.\n", "3. **Decentralize decision‑making** but attach a **performance‑feedback loop** (OBF + ADS) that can pull resources toward the most socially valuable outcomes.\n", "4. **Institutionalize conflict‑resolution** (DRCs, fairness vetoes) at every level so that clashes are settled before they become entrenched power struggles.\n", "5. **Make the system visible** (dashboards, open code, citizen panels) so that autonomy is felt as real influence, not just a façade.\n", "\n", "When these steps are combined, you get a governance ecosystem that can **learn, adapt, and stay true** to fairness, autonomy, and efficiency—even in the face of deep‑seated historical wounds and ever‑shifting collective interests.\n", "\n", "# Response from competitor 6\n", "\n", "Designing a system of governance that prioritizes fairness, autonomy, and efficiency is an ambitious yet essential endeavor. Here's a hypothetical framework to achieve this vision:\n", "\n", "**Principles:**\n", "\n", "1. **Democracy with Mutually Inclusive Elements**: Empower communities and individuals directly through mechanisms like citizen juries, deliberative councils, and participatory budgeting.\n", "2. **Decentralization with Distributed Power**: Foster regional autonomy and decentralized decision-making to enable local responses to unique challenges and opportunities.\n", "3. **Inclusive Representation**: Ensure proportional representation of historically marginalized groups in governance structures, such as quotas for underrepresented communities.\n", "4. **Transparency and Accountability**: Utilize blockchain technology or similar methods to ensure the integrity and visibility of decision-making processes.\n", "\n", "**Resource Distribution:**\n", "\n", "1. **Common Wealth Management**: Establish a common wealth framework that allows for decentralized management of global commons like oceans, forests, and climate systems.\n", "2. **Redistributed Income Guarantee (RIG)**: Implement a RIG to provide a guaranteed minimum income to every individual within the system, indexed by country's GDP per capita.\n", "3. **Resource-Based Allocation**: Utilize an iterative resource allocation algorithm that factors in global scarcity, distribution of wealth, and environmental impact when assigning access to resources.\n", "\n", "**Decision-Making Authority:**\n", "\n", "1. **Community-led Decision Making**: Foster community-led initiatives for decision-making, encouraging grassroots involvement and participation.\n", "2. **Decentralized Network Analysis (DNA)**: Utilize machine learning algorithms to analyze social networks and optimize collaboration among communities based on interests.\n", "3. **Consensus Voting Systems**: Leverage consensus systems like multi-value voting or voting weights that prioritize individual perspectives and community concerns.\n", "\n", "**Addressing Conflicting Interests:**\n", "\n", "1. **Neutrality Preserving Negotiation Frameworks**: Implement tools for evaluating negotiation outcomes to ensure fairness in agreement-making processes.\n", "2. **Transitional Justice Mechanisms**: Establish procedures for restorative justice, truth-telling, accountability mechanisms to rectify historical injustices.\n", "\n", "**Addressing Historical Inequalities:**\n", "\n", "1. **Historical Reconciliation Programs**: Create structured programs to facilitate reconciliation and repair harmed communities through a combination of collective storytelling sharing.\n", "2. **Policy Correctness Frameworks**: Develop data-driven evaluations tools that track impacts of various interventions on underrepresented groups to ensure equitable resource distribution.\n", "\n", "**Key Mechanisms:**\n", "\n", "1. **Participatory Budgeting (PB)**: Involve citizens in allocating funds between public institutions and community services, fostering a sense of shared responsibility.\n", "2. **Independent Oversight and Control Body**: Establish an independent oversight body that can analyze decision-making processes for potential biases, inequality or unfair practices.\n", "\n", "While this hypothetical framework proposes some strategies, addressing the complexities of human values, social dynamics, and economic conditions is a daunting challenge. Ultimately, establishing effective governance that embodies fairness, autonomy, and efficiency requires continuous iteration and inclusive adaptation to emerging challenges.\n", "\n", "**Continious iteration and improvement will ensure success by ensuring community buy-in, adaptability and incorporating continuous learning mechanisms to optimize decision-making processes for individuals, communities and global stakeholders alike.\n", "\n", "\n", "\n", "Now respond with the JSON with the ranked order of the competitors, nothing else. Do not include markdown formatting or code blocks.\n" ] } ], "source": [ "print(judge)" ] }, { "cell_type": "code", "execution_count": 44, "metadata": {}, "outputs": [], "source": [ "judge_messages = [{\"role\": \"user\", \"content\": judge}]" ] }, { "cell_type": "code", "execution_count": 45, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "{\"results\": [\"3\", \"1\", \"2\", \"4\", \"5\", \"6\"]}\n" ] } ], "source": [ "# Judgement time!\n", "\n", "openai = OpenAI()\n", "response = openai.chat.completions.create(\n", " model=\"gpt-4o-mini\",\n", " messages=judge_messages,\n", ")\n", "results = response.choices[0].message.content\n", "print(results)\n" ] }, { "cell_type": "code", "execution_count": 46, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Rank 1: gemini-2.5-flash\n", "Rank 2: gpt-4o-mini\n", "Rank 3: claude-sonnet-4-5\n", "Rank 4: deepseek-chat\n", "Rank 5: openai/gpt-oss-120b\n", "Rank 6: llama3.2\n" ] } ], "source": [ "# OK let's turn this into results!\n", "\n", "results_dict = json.loads(results)\n", "ranks = results_dict[\"results\"]\n", "for index, result in enumerate(ranks):\n", " competitor = competitors[int(result)-1]\n", " print(f\"Rank {index+1}: {competitor}\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", " \n", " \n", " \n", " \n", "
\n", " \n", " \n", "

Exercise

\n", " Which pattern(s) did this use? Try updating this to add another Agentic design pattern.\n", " \n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", " \n", " \n", " \n", " \n", "
\n", " \n", " \n", "

Commercial implications

\n", " These kinds of patterns - to send a task to multiple models, and evaluate results,\n", " are common where you need to improve the quality of your LLM response. This approach can be universally applied\n", " to business projects where accuracy is critical.\n", " \n", "
" ] } ], "metadata": { "kernelspec": { "display_name": ".venv", "language": "python", "name": "python3" }, "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.12.9" } }, "nbformat": 4, "nbformat_minor": 2 }