nicklashansen / tdmpc2

Code for "TD-MPC2: Scalable, Robust World Models for Continuous Control"
https://www.tdmpc2.com
MIT License
272 stars 49 forks source link

Docker Issue #24

Open LucaVendruscolo opened 3 months ago

LucaVendruscolo commented 3 months ago

Hello, I have been having some issues downloading the requirements using docker. I tried to follow the other post made #13 but with no success. Do you have any advice on what do to?

Click to view build logs ```shell Microsoft Windows [Version 10.0.22631.3296] (c) Microsoft Corporation. All rights reserved. (tdmpc2) C:\Users\lucav\Downloads\TDMPCattempt2>conda create --name RL12 python=3.9 Channels: - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: done ## Package Plan ## environment location: C:\Users\lucav\anaconda3\envs\RL12 added / updated specs: - python=3.9 The following NEW packages will be INSTALLED: ca-certificates pkgs/main/win-64::ca-certificates-2024.3.11-haa95532_0 openssl pkgs/main/win-64::openssl-3.0.13-h2bbff1b_0 pip pkgs/main/win-64::pip-23.3.1-py39haa95532_0 python pkgs/main/win-64::python-3.9.19-h1aa4202_0 setuptools pkgs/main/win-64::setuptools-68.2.2-py39haa95532_0 sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 tzdata pkgs/main/noarch::tzdata-2024a-h04d1e81_0 vc pkgs/main/win-64::vc-14.2-h21ff451_1 vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 wheel pkgs/main/win-64::wheel-0.41.2-py39haa95532_0 Proceed ([y]/n)? y Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: done Executing transaction: done # # To activate this environment, use # # $ conda activate RL12 # # To deactivate an active environment, use # # $ conda deactivate (tdmpc2) C:\Users\lucav\Downloads\TDMPCattempt2>conda activate RL12 (RL12) C:\Users\lucav\Downloads\TDMPCattempt2>git clone https://github.com/nicklashansen/tdmpc2.git Cloning into 'tdmpc2'... remote: Enumerating objects: 469, done. remote: Counting objects: 100% (114/114), done. remote: Compressing objects: 100% (55/55), done. remote: Total 469 (delta 78), reused 71 (delta 59), pack-reused 355 Receiving objects: 100% (469/469), 5.73 MiB | 6.94 MiB/s, done. Resolving deltas: 100% (257/257), done. (RL12) C:\Users\lucav\Downloads\TDMPCattempt2>cd tdmpc2 (RL12) C:\Users\lucav\Downloads\TDMPCattempt2\tdmpc2>cd docker && docker build . --verbose --no-cache -t lucavendruscolo/tdmpc2:1.0.0 unknown flag: --verbose See 'docker buildx build --help'. (RL12) C:\Users\lucav\Downloads\TDMPCattempt2\tdmpc2\docker>docker build . --no-cache -t lucavendruscolo/tdmpc2:1.0.0 [+] Building 983.2s (11/16) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.16kB 0.0s => [internal] load metadata for docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04 0.9s => [auth] nvidia/cudagl:pull token for registry-1.docker.io 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [ 1/11] FROM docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04@sha256:46fb79db07c2773b241f6d851153b6043bffe08dd1efe2ae1daadd3339929e45 0.0s => [internal] load build context 0.0s => => transferring context: 1.95kB 0.0s => [ 2/11] RUN apt-get -y update && apt-get install -y --no-install-recommends build-essential git nano rsync vim tree curl wget unzip htop tmux xvfb pat 113.9s => [ 3/11] RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/con 24.4s => [ 4/11] COPY nvidia_icd.json /usr/share/vulkan/icd.d/nvidia_icd.json 0.1s => [ 5/11] COPY environment.yaml /root 0.1s => ERROR [ 6/11] RUN conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environment.yaml && conda clean -ya && 843.7s ------ > [ 6/11] RUN conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environment.yaml && conda clean -ya && pip cache purge: 0.602 Channels: 0.602 - defaults 0.602 Platform: linux-64 0.602 Collecting package metadata (repodata.json): ...working... done 3.183 Solving environment: ...working... done 3.291 3.291 ## Package Plan ## 3.291 3.291 environment location: /opt/conda 3.291 3.291 added / updated specs: 3.291 - conda 3.291 3.291 3.291 The following packages will be downloaded: 3.291 3.291 package | build 3.291 ---------------------------|----------------- 3.291 archspec-0.2.3 | pyhd3eb1b0_0 47 KB 3.291 ca-certificates-2024.3.11 | h06a4308_0 127 KB 3.291 conda-24.3.0 | py312h06a4308_0 1.2 MB 3.291 ------------------------------------------------------------ 3.291 Total: 1.4 MB 3.291 3.291 The following packages will be UPDATED: 3.291 3.291 archspec 0.2.1-pyhd3eb1b0_0 --> 0.2.3-pyhd3eb1b0_0 3.291 ca-certificates 2023.12.12-h06a4308_0 --> 2024.3.11-h06a4308_0 3.291 conda 24.1.2-py312h06a4308_0 --> 24.3.0-py312h06a4308_0 3.291 3.291 3.291 Proceed ([y]/n)? 3.806 3.806 Downloading and Extracting Packages: ...working... done 3.806 Preparing transaction: ...working... done 3.817 Verifying transaction: ...working... done 3.848 Executing transaction: ...working... done 6.804 Channels: 6.804 - pytorch-nightly 6.804 - nvidia 6.804 - conda-forge 6.804 - defaults 6.804 Platform: linux-64 6.804 Collecting package metadata (repodata.json): ...working... done 20.72 Solving environment: ...working... done 653.6 653.6 Downloading and Extracting Packages: ...working... done 653.6 Preparing transaction: ...working... done 654.2 Verifying transaction: ...working... done 658.2 Executing transaction: ...working... By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html 686.5 686.5 done 687.2 Installing pip dependencies: ...working... Ran pip subprocess with arguments: 843.2 ['/opt/conda/bin/python', '-m', 'pip', 'install', '-U', '-r', '/root/condaenv.nor3959u.requirements.txt', '--exists-action=b'] 843.2 Pip subprocess output: 843.2 Collecting absl-py==2.0.0 843.2 Downloading absl_py-2.0.0-py3-none-any.whl (130 kB) 843.2 Collecting cython<3 843.2 Downloading Cython-0.29.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) 843.2 Collecting dm-control==1.0.8 843.2 Downloading dm_control-1.0.8-py3-none-any.whl (39.3 MB) 843.2 Collecting ffmpeg==1.4 843.2 Downloading ffmpeg-1.4.tar.gz (5.1 kB) 843.2 Collecting glfw==2.6.4 843.2 Downloading glfw-2.6.4-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38-none-manylinux2014_x86_64.whl (211 kB) 843.2 Collecting hydra-core==1.3.2 843.2 Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB) 843.2 Collecting hydra-submitit-launcher==1.2.0 843.2 Downloading hydra_submitit_launcher-1.2.0-py3-none-any.whl (5.2 kB) 843.2 Collecting imageio==2.33.1 843.2 Downloading imageio-2.33.1-py3-none-any.whl (313 kB) 843.2 Collecting imageio-ffmpeg==0.4.9 843.2 Downloading imageio_ffmpeg-0.4.9-py3-none-manylinux2010_x86_64.whl (26.9 MB) 843.2 Collecting kornia==0.7.1 843.2 Downloading kornia-0.7.1-py2.py3-none-any.whl (756 kB) 843.2 Collecting moviepy==1.0.3 843.2 Downloading moviepy-1.0.3.tar.gz (388 kB) 843.2 Collecting mujoco==2.3.1 843.2 Downloading mujoco-2.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB) 843.2 Collecting mujoco-py==2.1.2.14 843.2 Downloading mujoco_py-2.1.2.14-py3-none-any.whl (2.4 MB) 843.2 Collecting numpy==1.23.5 843.2 Downloading numpy-1.23.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 843.2 Collecting omegaconf==2.3.0 843.2 Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 843.2 Collecting open3d==0.18.0 843.2 Downloading open3d-0.18.0-cp39-cp39-manylinux_2_27_x86_64.whl (399.7 MB) 843.2 Collecting opencv-contrib-python==4.9.0.80 843.2 Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.3 MB) 843.2 Collecting opencv-python==4.9.0.80 843.2 Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.2 MB) 843.2 Collecting pandas==2.1.4 843.2 Downloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) 843.2 Collecting sapien==2.2.1 843.2 Downloading sapien-2.2.1-cp39-cp39-manylinux2014_x86_64.whl (39.1 MB) 843.2 Collecting submitit==1.5.1 843.2 Downloading submitit-1.5.1-py3-none-any.whl (74 kB) 843.2 Collecting setuptools==65.5.0 843.2 Downloading setuptools-65.5.0-py3-none-any.whl (1.2 MB) 843.2 Collecting patchelf==0.17.2.1 843.2 Downloading patchelf-0.17.2.1-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.musllinux_1_1_x86_64.whl (425 kB) 843.2 Collecting protobuf==4.25.2 843.2 Downloading protobuf-4.25.2-cp37-abi3-manylinux2014_x86_64.whl (294 kB) 843.2 Collecting pillow==10.2.0 843.2 Downloading pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (4.5 MB) 843.2 Collecting pyquaternion==0.9.9 843.2 Downloading pyquaternion-0.9.9-py3-none-any.whl (14 kB) 843.2 Collecting tensordict-nightly==2024.3.26 843.2 Downloading tensordict_nightly-2024.3.26-cp39-cp39-manylinux1_x86_64.whl (1.0 MB) 843.2 Collecting termcolor==2.4.0 843.2 Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) 843.2 Collecting torchrl-nightly==2024.3.26 843.2 Downloading torchrl_nightly-2024.3.26-cp39-cp39-manylinux1_x86_64.whl (6.2 MB) 843.2 Collecting transforms3d==0.4.1 843.2 Downloading transforms3d-0.4.1-py3-none-any.whl (1.4 MB) 843.2 Collecting trimesh==4.0.9 843.2 Downloading trimesh-4.0.9-py3-none-any.whl (689 kB) 843.2 Collecting tqdm==4.66.1 843.2 Downloading tqdm-4.66.1-py3-none-any.whl (78 kB) 843.2 Collecting wandb==0.16.2 843.2 Downloading wandb-0.16.2-py3-none-any.whl (2.2 MB) 843.2 Collecting wheel==0.38.0 843.2 Downloading wheel-0.38.0-py3-none-any.whl (35 kB) 843.2 Collecting pyopengl>=3.1.4 843.2 Downloading PyOpenGL-3.1.7-py3-none-any.whl (2.4 MB) 843.2 Collecting lxml 843.2 Downloading lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB) 843.2 Requirement already satisfied: requests in /opt/conda/lib/python3.9/site-packages (from dm-control==1.0.8->-r /root/condaenv.nor3959u.requirements.txt (line 3)) (2.31.0) 843.2 Collecting labmaze 843.2 Downloading labmaze-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 843.2 Collecting scipy 843.2 Downloading scipy-1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.5 MB) 843.2 Collecting dm-tree!=0.1.2 843.2 Downloading dm_tree-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (153 kB) 843.2 Collecting pyparsing<3.0.0 843.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 843.2 Collecting dm-env 843.2 Downloading dm_env-1.6-py3-none-any.whl (26 kB) 843.2 Collecting antlr4-python3-runtime==4.9.* 843.2 Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 843.2 Requirement already satisfied: packaging in /opt/conda/lib/python3.9/site-packages (from hydra-core==1.3.2->-r /root/condaenv.nor3959u.requirements.txt (line 6)) (24.0) 843.2 Requirement already satisfied: torch>=1.9.1 in /opt/conda/lib/python3.9/site-packages (from kornia==0.7.1->-r /root/condaenv.nor3959u.requirements.txt (line 10)) (2.4.0.dev20240326) 843.2 Collecting decorator<5.0,>=4.0.2 843.2 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 843.2 Collecting proglog<=1.0.0 843.2 Downloading proglog-0.1.10-py3-none-any.whl (6.1 kB) 843.2 Requirement already satisfied: cffi>=1.10 in /opt/conda/lib/python3.9/site-packages (from mujoco-py==2.1.2.14->-r /root/condaenv.nor3959u.requirements.txt (line 13)) (1.14.6) 843.2 Collecting fasteners~=0.15 843.2 Downloading fasteners-0.19-py3-none-any.whl (18 kB) 843.2 Requirement already satisfied: PyYAML>=5.1.0 in /opt/conda/lib/python3.9/site-packages (from omegaconf==2.3.0->-r /root/condaenv.nor3959u.requirements.txt (line 15)) (6.0.1) 843.2 Collecting nbformat>=5.7.0 843.2 Downloading nbformat-5.10.3-py3-none-any.whl (78 kB) 843.2 Collecting ipywidgets>=8.0.4 843.2 Downloading ipywidgets-8.1.2-py3-none-any.whl (139 kB) 843.2 Collecting werkzeug>=2.2.3 843.2 Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB) 843.2 Collecting configargparse 843.2 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB) 843.2 Collecting addict 843.2 Downloading addict-2.4.0-py3-none-any.whl (3.8 kB) 843.2 Collecting dash>=2.6.0 843.2 Downloading dash-2.16.1-py3-none-any.whl (10.2 MB) 843.2 Collecting scikit-learn>=0.21 843.2 Downloading scikit_learn-1.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB) 843.2 Collecting matplotlib>=3 843.2 Downloading matplotlib-3.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) 843.2 Collecting pytz>=2020.1 843.2 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 843.2 Collecting python-dateutil>=2.8.2 843.2 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 843.2 Collecting tzdata>=2022.1 843.2 Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) 843.2 Collecting cloudpickle>=1.2.1 843.2 Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB) 843.2 Requirement already satisfied: typing_extensions>=3.7.4.2 in /opt/conda/lib/python3.9/site-packages (from submitit==1.5.1->-r /root/condaenv.nor3959u.requirements.txt (line 21)) (4.10.0) 843.2 Collecting Click!=8.0.0,>=7.1 843.2 Downloading click-8.1.7-py3-none-any.whl (97 kB) 843.2 Collecting setproctitle 843.2 Downloading setproctitle-1.3.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 843.2 Collecting appdirs>=1.4.3 843.2 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 843.2 Collecting psutil>=5.0.0 843.2 Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 843.2 Collecting GitPython!=3.1.29,>=1.0.0 843.2 Downloading GitPython-3.1.42-py3-none-any.whl (195 kB) 843.2 Collecting docker-pycreds>=0.4.0 843.2 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 843.2 Collecting sentry-sdk>=1.0.0 843.2 Downloading sentry_sdk-1.43.0-py2.py3-none-any.whl (264 kB) 843.2 Requirement already satisfied: pycparser in /opt/conda/lib/python3.9/site-packages (from cffi>=1.10->mujoco-py==2.1.2.14->-r /root/condaenv.nor3959u.requirements.txt (line 13)) (2.21) 843.2 Collecting dash-html-components==2.0.0 843.2 Downloading dash_html_components-2.0.0-py3-none-any.whl (4.1 kB) 843.2 Collecting plotly>=5.0.0 843.2 Downloading plotly-5.20.0-py3-none-any.whl (15.7 MB) 843.2 Collecting dash-table==5.0.0 843.2 Downloading dash_table-5.0.0-py3-none-any.whl (3.9 kB) 843.2 Collecting retrying 843.2 Downloading retrying-1.3.4-py3-none-any.whl (11 kB) 843.2 Collecting Flask<3.1,>=1.0.4 843.2 Downloading flask-3.0.2-py3-none-any.whl (101 kB) 843.2 Collecting dash-core-components==2.0.0 843.2 Downloading dash_core_components-2.0.0-py3-none-any.whl (3.8 kB) 843.2 Collecting nest-asyncio 843.2 Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) 843.2 Collecting importlib-metadata 843.2 Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB) 843.2 Collecting six>=1.4.0 843.2 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 843.2 Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.9/site-packages (from Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.18.0->-r /root/condaenv.nor3959u.requirements.txt (line 16)) (3.1.3) 843.2 Collecting blinker>=1.6.2 843.2 Downloading blinker-1.7.0-py3-none-any.whl (13 kB) 843.2 Collecting itsdangerous>=2.1.2 843.2 Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) 843.2 Collecting gitdb<5,>=4.0.1 843.2 Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 843.2 Collecting smmap<6,>=3.0.1 843.2 Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 843.2 Collecting zipp>=0.5 843.2 Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB) 843.2 Collecting ipython>=6.1.0 843.2 Downloading ipython-8.18.1-py3-none-any.whl (808 kB) 843.2 Collecting comm>=0.1.3 843.2 Downloading comm-0.2.2-py3-none-any.whl (7.2 kB) 843.2 Collecting widgetsnbextension~=4.0.10 843.2 Downloading widgetsnbextension-4.0.10-py3-none-any.whl (2.3 MB) 843.2 Collecting jupyterlab-widgets~=3.0.10 843.2 Downloading jupyterlab_widgets-3.0.10-py3-none-any.whl (215 kB) 843.2 Collecting traitlets>=4.3.1 843.2 Downloading traitlets-5.14.2-py3-none-any.whl (85 kB) 843.2 Collecting stack-data 843.2 Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) 843.2 Collecting prompt-toolkit<3.1.0,>=3.0.41 843.2 Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB) 843.2 Collecting exceptiongroup 843.2 Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB) 843.2 Collecting jedi>=0.16 843.2 Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) 843.2 Collecting matplotlib-inline 843.2 Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) 843.2 Collecting pexpect>4.3 843.2 Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) 843.2 Collecting pygments>=2.4.0 843.2 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) 843.2 Collecting parso<0.9.0,>=0.8.3 843.2 Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) 843.2 Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.9/site-packages (from Jinja2>=3.1.2->Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.18.0->-r /root/condaenv.nor3959u.requirements.txt (line 16)) (2.1.5) 843.2 Collecting contourpy>=1.0.1 843.2 Downloading contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB) 843.2 Collecting fonttools>=4.22.0 843.2 Downloading fonttools-4.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) 843.2 Collecting importlib-resources>=3.2.0 843.2 Downloading importlib_resources-6.4.0-py3-none-any.whl (38 kB) 843.2 Collecting kiwisolver>=1.3.1 843.2 Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) 843.2 Collecting cycler>=0.10 843.2 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 843.2 Collecting fastjsonschema 843.2 Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB) 843.2 Collecting jsonschema>=2.6 843.2 Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB) 843.2 Collecting jupyter-core 843.2 Downloading jupyter_core-5.7.2-py3-none-any.whl (28 kB) 843.2 Collecting attrs>=22.2.0 843.2 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 843.2 Collecting jsonschema-specifications>=2023.03.6 843.2 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 843.2 Collecting rpds-py>=0.7.1 843.2 Downloading rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 843.2 Collecting referencing>=0.28.4 843.2 Downloading referencing-0.34.0-py3-none-any.whl (26 kB) 843.2 Collecting ptyprocess>=0.5 843.2 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) 843.2 Collecting tenacity>=6.2.0 843.2 Downloading tenacity-8.2.3-py3-none-any.whl (24 kB) 843.2 Collecting wcwidth 843.2 Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 843.2 Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.nor3959u.requirements.txt (line 3)) (3.6) 843.2 Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.nor3959u.requirements.txt (line 3)) (2.0.4) 843.2 Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.nor3959u.requirements.txt (line 3)) (2.2.1) 843.2 Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.nor3959u.requirements.txt (line 3)) (2024.2.2) 843.2 Collecting joblib>=1.2.0 843.2 Downloading joblib-1.3.2-py3-none-any.whl (302 kB) 843.2 Collecting threadpoolctl>=2.0.0 843.2 Downloading threadpoolctl-3.4.0-py3-none-any.whl (17 kB) 843.2 Requirement already satisfied: filelock in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.nor3959u.requirements.txt (line 10)) (3.13.3) 843.2 Requirement already satisfied: sympy in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.nor3959u.requirements.txt (line 10)) (1.12) 843.2 Requirement already satisfied: networkx in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.nor3959u.requirements.txt (line 10)) (3.2.1) 843.2 Collecting fsspec 843.2 Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 843.2 Requirement already satisfied: platformdirs>=2.5 in /opt/conda/lib/python3.9/site-packages (from jupyter-core->nbformat>=5.7.0->open3d==0.18.0->-r /root/condaenv.nor3959u.requirements.txt (line 16)) (4.2.0) 843.2 Collecting asttokens>=2.1.0 843.2 Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) 843.2 Collecting pure-eval 843.2 Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) 843.2 Collecting executing>=1.2.0 843.2 Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) 843.2 Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.9/site-packages (from sympy->torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.nor3959u.requirements.txt (line 10)) (1.3.0) 843.2 Building wheels for collected packages: ffmpeg, moviepy, antlr4-python3-runtime 843.2 Building wheel for ffmpeg (setup.py): started 843.2 Building wheel for ffmpeg (setup.py): finished with status 'done' 843.2 Created wheel for ffmpeg: filename=ffmpeg-1.4-py3-none-any.whl size=6082 sha256=4adec21a226d90b8eb5d72ba46b4a002758a8b03ace2e62d1c43213aac154477 843.2 Stored in directory: /root/.cache/pip/wheels/1d/57/24/4eff6a03a9ea0e647568e8a5a0546cdf957e3cf005372c0245 843.2 Building wheel for moviepy (setup.py): started 843.2 Building wheel for moviepy (setup.py): finished with status 'done' 843.2 Created wheel for moviepy: filename=moviepy-1.0.3-py3-none-any.whl size=110721 sha256=d227616757ddcd669f31113ec9aa7fb3a42cbbb639e6fd9038e5728a2a0f97f1 843.2 Stored in directory: /root/.cache/pip/wheels/29/15/e4/4f790bec6acd51a00b67e8ee1394f0bc6e0135c315f8ff399a 843.2 Building wheel for antlr4-python3-runtime (setup.py): started 843.2 Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' 843.2 Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=16198051626f036d90d393297c0482484746c48dd63511267670197568681e3a 843.2 Stored in directory: /root/.cache/pip/wheels/23/cf/80/f3efa822e6ab23277902ee9165fe772eeb1dfb8014f359020a 843.2 Successfully built ffmpeg moviepy antlr4-python3-runtime 843.2 Installing collected packages: six, rpds-py, attrs, zipp, wcwidth, traitlets, referencing, pure-eval, ptyprocess, parso, executing, asttokens, werkzeug, tenacity, stack-data, smmap, pygments, prompt-toolkit, pexpect, numpy, matplotlib-inline, jsonschema-specifications, jedi, itsdangerous, importlib-metadata, fsspec, exceptiongroup, decorator, Click, blinker, antlr4-python3-runtime, widgetsnbextension, tzdata, tqdm, threadpoolctl, setuptools, scipy, retrying, pytz, python-dateutil, pyparsing, pyopengl, plotly, pillow, omegaconf, nest-asyncio, kiwisolver, jupyterlab-widgets, jupyter-core, jsonschema, joblib, ipython, importlib-resources, glfw, gitdb, fonttools, Flask, fastjsonschema, dm-tree, dash-table, dash-html-components, dash-core-components, cycler, contourpy, comm, cloudpickle, absl-py, transforms3d, tensordict-nightly, submitit, setproctitle, sentry-sdk, scikit-learn, pyquaternion, psutil, protobuf, proglog, pandas, opencv-python, nbformat, mujoco, matplotlib, lxml, labmaze, ipywidgets, imageio-ffmpeg, imageio, hydra-core, GitPython, fasteners, docker-pycreds, dm-env, dash, cython, configargparse, appdirs, addict, wheel, wandb, trimesh, torchrl-nightly, termcolor, sapien, patchelf, opencv-contrib-python, open3d, mujoco-py, moviepy, kornia, hydra-submitit-launcher, ffmpeg, dm-control 843.2 Attempting uninstall: numpy 843.2 Found existing installation: numpy 1.26.4 843.2 Uninstalling numpy-1.26.4: 843.2 Successfully uninstalled numpy-1.26.4 843.2 Attempting uninstall: tqdm 843.2 Found existing installation: tqdm 4.66.2 843.2 Uninstalling tqdm-4.66.2: 843.2 Successfully uninstalled tqdm-4.66.2 843.2 Attempting uninstall: setuptools 843.2 Found existing installation: setuptools 69.2.0 843.2 Uninstalling setuptools-69.2.0: 843.2 Successfully uninstalled setuptools-69.2.0 843.2 Attempting uninstall: pillow 843.2 Found existing installation: Pillow 10.0.1 843.2 Uninstalling Pillow-10.0.1: 843.2 Successfully uninstalled Pillow-10.0.1 843.2 Attempting uninstall: wheel 843.2 Found existing installation: wheel 0.43.0 843.2 Uninstalling wheel-0.43.0: 843.2 Successfully uninstalled wheel-0.43.0 843.2 Successfully installed Click-8.1.7 Flask-3.0.2 GitPython-3.1.42 absl-py-2.0.0 addict-2.4.0 antlr4-python3-runtime-4.9.3 appdirs-1.4.4 asttokens-2.4.1 attrs-23.2.0 blinker-1.7.0 cloudpickle-3.0.0 comm-0.2.2 configargparse-1.7 contourpy-1.2.0 cycler-0.12.1 cython-0.29.37 dash-2.16.1 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-table-5.0.0 decorator-4.4.2 dm-control-1.0.8 dm-env-1.6 dm-tree-0.1.8 docker-pycreds-0.4.0 exceptiongroup-1.2.0 executing-2.0.1 fasteners-0.19 fastjsonschema-2.19.1 ffmpeg-1.4 fonttools-4.50.0 fsspec-2024.3.1 gitdb-4.0.11 glfw-2.6.4 hydra-core-1.3.2 hydra-submitit-launcher-1.2.0 imageio-2.33.1 imageio-ffmpeg-0.4.9 importlib-metadata-7.1.0 importlib-resources-6.4.0 ipython-8.18.1 ipywidgets-8.1.2 itsdangerous-2.1.2 jedi-0.19.1 joblib-1.3.2 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 jupyter-core-5.7.2 jupyterlab-widgets-3.0.10 kiwisolver-1.4.5 kornia-0.7.1 labmaze-1.0.6 lxml-5.1.0 matplotlib-3.8.3 matplotlib-inline-0.1.6 moviepy-1.0.3 mujoco-2.3.1 mujoco-py-2.1.2.14 nbformat-5.10.3 nest-asyncio-1.6.0 numpy-1.23.5 omegaconf-2.3.0 open3d-0.18.0 opencv-contrib-python-4.9.0.80 opencv-python-4.9.0.80 pandas-2.1.4 parso-0.8.3 patchelf-0.17.2.1 pexpect-4.9.0 pillow-10.2.0 plotly-5.20.0 proglog-0.1.10 prompt-toolkit-3.0.43 protobuf-4.25.2 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pygments-2.17.2 pyopengl-3.1.7 pyparsing-2.4.7 pyquaternion-0.9.9 python-dateutil-2.9.0.post0 pytz-2024.1 referencing-0.34.0 retrying-1.3.4 rpds-py-0.18.0 sapien-2.2.1 scikit-learn-1.4.1.post1 scipy-1.12.0 sentry-sdk-1.43.0 setproctitle-1.3.3 setuptools-65.5.0 six-1.16.0 smmap-5.0.1 stack-data-0.6.3 submitit-1.5.1 tenacity-8.2.3 tensordict-nightly-2024.3.26 termcolor-2.4.0 threadpoolctl-3.4.0 torchrl-nightly-2024.3.26 tqdm-4.66.1 traitlets-5.14.2 transforms3d-0.4.1 trimesh-4.0.9 tzdata-2024.1 wandb-0.16.2 wcwidth-0.2.13 werkzeug-3.0.1 wheel-0.38.0 widgetsnbextension-4.0.10 zipp-3.18.1 843.2 843.2 done 843.2 843.2 # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< 843.2 843.2 Traceback (most recent call last): 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/exception_handler.py", line 17, in __call__ 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/cli/main.py", line 83, in main_subshell 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 199, in do_call 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/notices/core.py", line 131, in wrapper 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/cli/main_env_update.py", line 161, in execute 843.2 File "/opt/conda/lib/python3.12/site-packages/conda/env/env.py", line 278, in print_result 843.2 ImportError: cannot import name 'install' from 'conda.cli' (/opt/conda/lib/python3.12/site-packages/conda/cli/__init__.py) 843.2 843.2 `$ /opt/conda/bin/conda env update -n base -f /root/environment.yaml` 843.2 843.2 environment variables: 843.2 CIO_TEST= 843.2 CONDA_ROOT=/opt/conda 843.2 CURL_CA_BUNDLE= 843.2 LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/local/nvidia/li 843.2 b:/usr/local/nvidia/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib6 843.2 4 843.2 LD_PRELOAD= 843.2 LIBRARY_PATH=/usr/local/cuda/lib64/stubs 843.2 PATH=/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sb 843.2 in:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 843.2 REQUESTS_CA_BUNDLE= 843.2 SSL_CERT_FILE= 843.2 843.2 active environment : None 843.2 user config file : /root/.condarc 843.2 populated config files : 843.2 conda version : 24.3.0 843.2 conda-build version : not installed 843.2 python version : 3.12.1.final.0 843.2 solver : libmamba (default) 843.2 virtual packages : __archspec=1=x86_64_v4 843.2 __conda=24.3.0=0 843.2 __glibc=2.31=0 843.2 __linux=5.15.146.1=0 843.2 __unix=0=0 843.2 base environment : /opt/conda (writable) 843.2 conda av data dir : /opt/conda/etc/conda 843.2 conda av metadata url : None 843.2 channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 843.2 https://repo.anaconda.com/pkgs/main/noarch 843.2 https://repo.anaconda.com/pkgs/r/linux-64 843.2 https://repo.anaconda.com/pkgs/r/noarch 843.2 package cache : /opt/conda/pkgs 843.2 /root/.conda/pkgs 843.2 envs directories : /opt/conda/envs 843.2 /root/.conda/envs 843.2 platform : linux-64 843.2 user-agent : conda/24.3.0 requests/2.31.0 CPython/3.12.1 Linux/5.15.146.1-microsoft-standard-WSL2 ubuntu/20.04.4 glibc/2.31 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.3 843.2 UID:GID : 0:0 843.2 netrc file : None 843.2 offline mode : False 843.2 843.2 843.2 An unexpected error has occurred. Conda has prepared the above report. 843.2 If you suspect this error is being caused by a malfunctioning plugin, 843.2 consider using the --no-plugins option to turn off plugins. 843.2 843.2 Example: conda --no-plugins install 843.2 843.2 Alternatively, you can set the CONDA_NO_PLUGINS environment variable on 843.2 the command line to run the command without plugins enabled. 843.2 843.2 Example: CONDA_NO_PLUGINS=true conda install 843.2 ------ Dockerfile:47 -------------------- 46 | COPY environment.yaml /root 47 | >>> RUN conda update conda && \ 48 | >>> conda env update -n base -f /root/environment.yaml && \ 49 | >>> rm /root/environment.yaml && \ 50 | >>> conda clean -ya && \ 51 | >>> pip cache purge 52 | -------------------- ERROR: failed to solve: process "/bin/bash -c conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environment.yaml && conda clean -ya && pip cache purge" did not complete successfully: exit code: 1 ```
nicklashansen commented 3 months ago

Hi @LucaVendruscolo, does this image work for you? nicklashansen/tdmpc2/1.0.0 It looks like you're on a Windows machine, so I wonder if that could be a cause.

LucaVendruscolo commented 3 months ago

Thanks for reply. I get a different error message when I try to run docker build .--no-cache -t nicklashansen/tdmpc2/1.0.0

Click to view build logs ```shell (tdmpc2) C:\Users\lucav\Downloads\TDMPCattempt2\tdmpc2\docker>cd docker && docker build .--no-cache -t nicklashansen/tdmpc2/1.0.0 The system cannot find the path specified. (tdmpc2) C:\Users\lucav\Downloads\TDMPCattempt2\tdmpc2\docker>docker build . --no-cache -t nicklashansen/tdmpc2/1.0.0 [+] Building 218.8s (7/16) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.16kB 0.0s => [internal] load metadata for docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04 0.8s => [auth] nvidia/cudagl:pull token for registry-1.docker.io 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [ 1/11] FROM docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04@sha256:46fb79db07c2773b241f6d851153b6043bffe08dd1efe2ae1daadd3339929e45 0.0s => [internal] load build context 0.0s => => transferring context: 73B 0.0s => ERROR [ 2/11] RUN apt-get -y update && apt-get install -y --no-install-recommends build-essential git nano rsync vim tree curl wget unzip htop tmux xvfb patchelf ca-certificates bash-completion libjpeg-dev libpng-dev ffmpeg cmake swig libssl-dev 217.8s ------ > [ 2/11] RUN apt-get -y update && apt-get install -y --no-install-recommends build-essential git nano rsync vim tree curl wget unzip htop tmux xvfb patchelf ca-certificates bash-completion libjpeg-dev libpng-dev ffmpeg cmake swig libssl-dev libcurl4-openssl-dev libopenmpi-dev python3-dev zlib1g-dev qtbase5-dev qtdeclarative5-dev libglib2.0-0 libglu1-mesa-dev libgl1-mesa-dev libvulkan1 libgl1-mesa-glx libosmesa6 libosmesa6-dev libglew-dev mesa-utils && apt-get clean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && mkdir /root/.ssh: 0.419 Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] 0.499 Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1474 kB] 0.607 Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 0.632 Get:4 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 1.074 Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [43.6 kB] 1.159 Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 1.362 Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [8170 B] 1.520 Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1194 kB] 1.572 Get:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 1.977 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2.243 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2.250 Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3438 kB] 3.120 Get:13 http://archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [88.9 kB] 3.405 Get:14 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] 3.532 Get:15 http://archive.ubuntu.com/ubuntu focal/universe i386 Packages [5999 kB] 3.665 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3502 kB] 5.345 Get:17 http://archive.ubuntu.com/ubuntu focal/main i386 Packages [930 kB] 5.350 Get:18 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [808 kB] 6.033 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 6.047 Get:20 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [898 kB] 8.190 Get:21 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 8.652 Get:22 http://archive.ubuntu.com/ubuntu focal/restricted i386 Packages [10.1 kB] 8.815 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] 9.080 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [45.3 kB] 9.392 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3980 kB] 11.03 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1182 kB] 11.64 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [969 kB] 12.34 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3593 kB] 13.62 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1489 kB] 14.41 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [9595 B] 14.57 Get:31 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [15.4 kB] 14.73 Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 14.99 Get:33 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 15.32 Get:34 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [43.4 kB] 15.46 Fetched 43.3 MB in 15s (2865 kB/s) 15.46 Reading package lists... 16.16 Reading package lists... 16.82 Building dependency tree... 16.97 Reading state information... 17.09 libvulkan1 is already the newest version (1.2.131.2-1). 17.09 libvulkan1 set to manually installed. 17.09 build-essential is already the newest version (12.8ubuntu1.1). 17.09 build-essential set to manually installed. 17.09 libgl1-mesa-dev is already the newest version (21.2.6-0ubuntu0.1~20.04.2). 17.09 The following additional packages will be installed: 17.09 autoconf automake autotools-dev cmake-data cpp-8 fontconfig 17.09 fontconfig-config fonts-dejavu-core gcc-10-base gcc-10-base:i386 gcc-8 17.09 gcc-8-base gfortran-8 git-man ibverbs-providers libaom0 libapparmor1 17.09 libarchive13 libasound2 libasound2-data libass9 libasyncns0 libatomic1 17.09 libatomic1:i386 libavahi-client3 libavahi-common-data libavahi-common3 17.09 libavc1394-0 libavcodec58 libavdevice58 libavfilter7 libavformat58 17.09 libavresample4 libavutil56 libbluray2 libbrotli1 libbs2b0 libcaca0 17.09 libcairo-gobject2 libcairo2 libcanberra0 libcbor0.6 libcc1-0 libcdio-cdda2 17.09 libcdio-paranoia2 libcdio18 libchromaprint1 libcodec2-0.9 libcups2 17.09 libcurl3-gnutls libcurl4 libdatrie1 libdbus-1-3 libdc1394-22 17.09 libdouble-conversion3 liberror-perl libevdev2 libevent-2.1-7 17.09 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 17.09 libevent-pthreads-2.1-7 libexpat1 libexpat1:i386 libexpat1-dev libfabric1 17.09 libfftw3-double3 libfido2-1 libflac8 libflite1 libfontconfig1 libfontenc1 17.09 libfreetype6 libfribidi0 libgcc-8-dev libgcc-s1 libgcc-s1:i386 17.09 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgfortran-8-dev libgfortran5 17.09 libglew2.1 libglu1-mesa libgme0 libgomp1 libgpm2 libgraphite2-3 libgsm1 17.09 libgssapi-krb5-2 libgudev-1.0-0 libharfbuzz0b libhwloc-dev libhwloc-plugins 17.09 libhwloc15 libibverbs-dev libibverbs1 libice6 libicu66 libiec61883-0 17.09 libinput-bin libinput10 libitm1 libjack-jackd2-0 libjbig0 libjpeg-turbo8 17.09 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjsoncpp1 libk5crypto3 17.09 libkeyutils1 libkrb5-3 libkrb5support0 liblilv-0-0 liblsan0 libltdl-dev 17.09 libltdl7 libmp3lame0 libmpdec2 libmpg123-0 libmpx2 libmtdev1 libmysofa1 17.09 libnghttp2-14 libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev 17.09 libnorm1 libnuma-dev libnuma1 libogg0 libopenal-data libopenal1 libopenjp2-7 17.09 libopenmpi3 libopenmpt0 libopus0 libpango-1.0-0 libpangocairo-1.0-0 17.09 libpangoft2-1.0-0 libpcre2-16-0 libpgm-5.2-0 libpixman-1-0 libpmix2 17.09 libpng16-16 libpopt0 libpostproc55 libpsl5 libpsm-infinipath1 libpsm2-2 17.09 libpulse0 libpython3-dev libpython3-stdlib libpython3.8 libpython3.8-dev 17.09 libpython3.8-minimal libpython3.8-stdlib libqt5concurrent5 libqt5core5a 17.09 libqt5dbus5 libqt5gui5 libqt5network5 libqt5printsupport5 libqt5qml5 17.09 libqt5quick5 libqt5quickparticles5 libqt5quickshapes5 libqt5quicktest5 17.09 libqt5quickwidgets5 libqt5sql5 libqt5test5 libqt5widgets5 libqt5xml5 17.09 libquadmath0 libraw1394-11 librdmacm1 librhash0 librsvg2-2 librtmp1 17.09 librubberband2 libsamplerate0 libsdl2-2.0-0 libserd-0-0 libshine3 17.09 libsigsegv2 libslang2 libsm6 libsnappy1v5 libsndfile1 libsndio7.0 17.09 libsodium23 libsord-0-0 libsoxr0 libspeex1 libsratom-0-0 libssh-4 17.09 libssh-gcrypt-4 libssl1.1 libstdc++6 libstdc++6:i386 libswresample3 17.09 libswscale5 libtdb1 libthai-data libthai0 libtheora0 libtiff5 libtsan0 17.09 libtwolame0 libubsan1 libunwind8 libusb-1.0-0 libutempter0 libuv1 libva-drm2 17.09 libva-x11-2 libva2 libvdpau1 libvidstab1.1 libvorbis0a libvorbisenc2 17.09 libvorbisfile3 libvpx6 libvulkan-dev libwacom-common libwacom2 libwavpack1 17.09 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpmux3 libwrap0 libx264-155 17.09 libx265-179 libxaw7 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 17.09 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-util1 17.09 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcursor1 libxext-dev 17.09 libxfont2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1 17.09 libxml2 libxmu6 libxmuu1 libxnvctrl0 libxpm4 libxrandr2 libxrender1 libxss1 17.09 libxt6 libxv1 libxvidcore4 libzmq5 libzvbi-common libzvbi0 m4 mime-support 17.09 ocl-icd-libopencl1 openmpi-bin openmpi-common openssh-client python3 17.09 python3-distutils python3-lib2to3 python3-minimal python3.8 python3.8-dev 17.09 python3.8-minimal qt5-qmake qt5-qmake-bin qt5-qmltooling-plugins 17.09 qtbase5-dev-tools qtchooser qtdeclarative5-dev-tools shared-mime-info 17.09 sound-theme-freedesktop swig4.0 tzdata ucf vim-common vim-runtime x11-common 17.09 x11-xkb-utils x11proto-xext-dev xauth xkb-data xserver-common xxd zlib1g 17.09 zlib1g:i386 17.09 Suggested packages: 17.09 autoconf-archive gnu-standards autoconf-doc libtool gettext cmake-doc 17.09 ninja-build gcc-8-locales ffmpeg-doc gcc-8-multilib gcc-8-doc 17.09 gfortran-8-multilib gfortran-8-doc libcoarrays-dev gettext-base 17.09 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 17.09 gitweb git-cvs git-mediawiki git-svn lsof strace lrzip libasound2-plugins 17.09 alsa-utils libbluray-bdj libcanberra-gtk0 libcanberra-pulse cups-common 17.09 libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev 17.09 libfftw3-bin libfftw3-dev glew-utils gpm krb5-doc krb5-user 17.09 libhwloc-contrib-plugins jackd2 libtool-doc libportaudio2 openmpi-doc 17.09 opus-tools pulseaudio qt5-image-formats-plugins qtwayland5 libraw1394-doc 17.09 librsvg2-bin serdi sndiod sordi speex libssl-doc libxext-doc m4-doc hunspell 17.09 opencl-icd gfortran | fortran-compiler keychain libpam-ssh monkeysphere 17.09 ssh-askpass python3-doc python3-tk python3-venv python3.8-venv python3.8-doc 17.09 binfmt-support default-libmysqlclient-dev firebird-dev libpq-dev 17.09 libsqlite3-dev unixodbc-dev openssh-server swig-doc swig-examples 17.09 swig4.0-examples swig4.0-doc zip ctags vim-doc vim-scripts 17.09 Recommended packages: 17.09 less alsa-ucm-conf alsa-topology-conf libaacs0 dbus libgdk-pixbuf2.0-bin 17.09 libglib2.0-data xdg-user-dirs krb5-locales libtool libcoarrays-openmpi-dev 17.09 libpng-tools publicsuffix qttranslations5-l10n libqt5svg5 17.09 qt5-gtk-platformtheme libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc 17.09 | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase librsvg2-common 17.09 va-driver-all | va-driver vdpau-driver-all | vdpau-driver libwacom-bin file 17.09 libqt5opengl5-dev xfonts-base 17.54 The following NEW packages will be installed: 17.54 autoconf automake autotools-dev bash-completion cmake cmake-data cpp-8 curl 17.54 ffmpeg fontconfig fontconfig-config fonts-dejavu-core gcc-8 gcc-8-base 17.54 gfortran-8 git git-man htop ibverbs-providers libaom0 libapparmor1 17.54 libarchive13 libasound2 libasound2-data libass9 libasyncns0 libavahi-client3 17.54 libavahi-common-data libavahi-common3 libavc1394-0 libavcodec58 17.54 libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 17.54 libbluray2 libbrotli1 libbs2b0 libcaca0 libcairo-gobject2 libcairo2 17.54 libcanberra0 libcbor0.6 libcdio-cdda2 libcdio-paranoia2 libcdio18 17.54 libchromaprint1 libcodec2-0.9 libcups2 libcurl3-gnutls libcurl4 17.54 libcurl4-openssl-dev libdatrie1 libdbus-1-3 libdc1394-22 17.54 libdouble-conversion3 liberror-perl libevdev2 libevent-2.1-7 17.54 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 17.54 libevent-pthreads-2.1-7 libexpat1-dev libfabric1 libfftw3-double3 libfido2-1 17.54 libflac8 libflite1 libfontconfig1 libfontenc1 libfreetype6 libfribidi0 17.54 libgcc-8-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgfortran-8-dev 17.54 libgfortran5 libgl1-mesa-glx libglew-dev libglew2.1 libglu1-mesa 17.54 libglu1-mesa-dev libgme0 libgpm2 libgraphite2-3 libgsm1 libgssapi-krb5-2 17.54 libgudev-1.0-0 libharfbuzz0b libhwloc-dev libhwloc-plugins libhwloc15 17.54 libibverbs-dev libibverbs1 libice6 libicu66 libiec61883-0 libinput-bin 17.54 libinput10 libjack-jackd2-0 libjbig0 libjpeg-dev libjpeg-turbo8 17.54 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjsoncpp1 libk5crypto3 17.54 libkeyutils1 libkrb5-3 libkrb5support0 liblilv-0-0 libltdl-dev libltdl7 17.54 libmp3lame0 libmpdec2 libmpg123-0 libmpx2 libmtdev1 libmysofa1 libnghttp2-14 17.54 libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnorm1 17.54 libnuma-dev libnuma1 libogg0 libopenal-data libopenal1 libopenjp2-7 17.54 libopenmpi-dev libopenmpi3 libopenmpt0 libopus0 libosmesa6 libosmesa6-dev 17.54 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpcre2-16-0 17.54 libpgm-5.2-0 libpixman-1-0 libpmix2 libpng-dev libpng16-16 libpopt0 17.54 libpostproc55 libpsl5 libpsm-infinipath1 libpsm2-2 libpulse0 libpython3-dev 17.54 libpython3-stdlib libpython3.8 libpython3.8-dev libpython3.8-minimal 17.54 libpython3.8-stdlib libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 17.54 libqt5network5 libqt5printsupport5 libqt5qml5 libqt5quick5 17.54 libqt5quickparticles5 libqt5quickshapes5 libqt5quicktest5 17.54 libqt5quickwidgets5 libqt5sql5 libqt5test5 libqt5widgets5 libqt5xml5 17.54 libraw1394-11 librdmacm1 librhash0 librsvg2-2 librtmp1 librubberband2 17.54 libsamplerate0 libsdl2-2.0-0 libserd-0-0 libshine3 libsigsegv2 libslang2 17.54 libsm6 libsnappy1v5 libsndfile1 libsndio7.0 libsodium23 libsord-0-0 libsoxr0 17.54 libspeex1 libsratom-0-0 libssh-4 libssh-gcrypt-4 libssl-dev libswresample3 17.54 libswscale5 libtdb1 libthai-data libthai0 libtheora0 libtiff5 libtwolame0 17.54 libunwind8 libusb-1.0-0 libutempter0 libuv1 libva-drm2 libva-x11-2 libva2 17.54 libvdpau1 libvidstab1.1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx6 17.54 libvulkan-dev libwacom-common libwacom2 libwavpack1 libwayland-cursor0 17.54 libwayland-egl1 libwebp6 libwebpmux3 libwrap0 libx264-155 libx265-179 17.54 libxaw7 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 17.54 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-util1 17.54 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcursor1 libxext-dev 17.54 libxfont2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1 17.54 libxml2 libxmu6 libxmuu1 libxnvctrl0 libxpm4 libxrandr2 libxrender1 libxss1 17.54 libxt6 libxv1 libxvidcore4 libzmq5 libzvbi-common libzvbi0 m4 mesa-utils 17.54 mime-support nano ocl-icd-libopencl1 openmpi-bin openmpi-common 17.54 openssh-client patchelf python3 python3-dev python3-distutils 17.54 python3-lib2to3 python3-minimal python3.8 python3.8-dev python3.8-minimal 17.54 qt5-qmake qt5-qmake-bin qt5-qmltooling-plugins qtbase5-dev qtbase5-dev-tools 17.54 qtchooser qtdeclarative5-dev qtdeclarative5-dev-tools rsync shared-mime-info 17.54 sound-theme-freedesktop swig swig4.0 tmux tree tzdata ucf unzip vim 17.54 vim-common vim-runtime wget x11-common x11-xkb-utils x11proto-xext-dev xauth 17.54 xkb-data xserver-common xvfb xxd zlib1g-dev 17.54 The following packages will be upgraded: 17.54 ca-certificates gcc-10-base gcc-10-base:i386 libatomic1 libatomic1:i386 17.54 libcc1-0 libexpat1 libexpat1:i386 libgcc-s1 libgcc-s1:i386 libglib2.0-0 17.54 libgomp1 libitm1 liblsan0 libquadmath0 libssl1.1 libstdc++6 libstdc++6:i386 17.54 libtsan0 libubsan1 zlib1g zlib1g:i386 17.61 22 upgraded, 316 newly installed, 0 to remove and 110 not upgraded. 17.61 Need to get 169 MB of archives. 17.61 After this operation, 624 MB of additional disk space will be used. 17.61 Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libxnvctrl0 550.54.15-0ubuntu1 [21.4 kB] 17.72 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.22 [1323 kB] 18.45 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB] 19.12 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main i386 libexpat1 i386 2.2.9-1ubuntu0.6 [77.7 kB] 19.48 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] 19.84 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 zlib1g i386 1:1.2.11.dfsg-2ubuntu1.5 [57.0 kB] 20.18 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.5 [54.2 kB] 20.50 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB] 21.30 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 21.55 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 21.81 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 22.20 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB] 22.99 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB] 23.55 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 23.71 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 24.02 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpopt0 amd64 1.16-14 [26.3 kB] 24.30 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.7 [322 kB] 24.86 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main i386 gcc-10-base i386 10.5.0-1ubuntu1~20.04 [20.8 kB] 25.10 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-10-base amd64 10.5.0-1ubuntu1~20.04 [20.8 kB] 25.34 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main i386 libstdc++6 i386 10.5.0-1ubuntu1~20.04 [542 kB] 25.96 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++6 amd64 10.5.0-1ubuntu1~20.04 [501 kB] 26.56 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 libatomic1 i386 10.5.0-1ubuntu1~20.04 [9864 B] 26.72 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B] 26.88 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB] 27.54 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB] 28.36 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB] 28.80 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB] 29.48 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB] 29.74 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB] 30.14 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB] 30.46 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main i386 libgcc-s1 i386 10.5.0-1ubuntu1~20.04 [49.4 kB] 30.77 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-s1 amd64 10.5.0-1ubuntu1~20.04 [41.8 kB] 31.06 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] 31.50 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.3 [35.4 kB] 31.77 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB] 32.23 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu0.1 [24.2 kB] 32.48 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.6 [1289 kB] 33.21 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2024a-0ubuntu0.20.04 [301 kB] 33.75 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] 35.61 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libslang2 amd64 2.3.2-4 [429 kB] 36.20 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 36.64 Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.7 [640 kB] 37.29 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB] 37.88 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB] 38.19 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xxd amd64 2:8.1.2269-1ubuntu5.22 [53.2 kB] 38.52 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-common all 2:8.1.2269-1ubuntu5.22 [88.2 kB] 38.91 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xkb-data all 2.29-2 [349 kB] 39.47 Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB] 39.93 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 40.18 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 40.50 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] 40.76 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] 41.12 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] 41.28 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] 41.84 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] 42.27 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma1 amd64 2.0.12-1 [20.8 kB] 42.51 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB] 42.98 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 43.30 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libusb-1.0-0 amd64 2:1.0.23-2build1 [46.5 kB] 43.61 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.5 [80.9 kB] 43.98 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B] 44.14 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 nano amd64 4.8-1ubuntu1 [269 kB] 44.66 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.11 [670 kB] 45.30 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 45.91 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB] 46.16 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] 46.32 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 46.80 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 47.35 Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 47.63 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 48.23 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] 49.08 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB] 49.64 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 50.16 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB] 50.53 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 50.85 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] 51.32 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.22 [235 kB] 51.81 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] 52.18 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] 52.59 Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB] 53.72 Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8-base amd64 8.4.0-3ubuntu2 [18.7 kB] 53.95 Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 cpp-8 amd64 8.4.0-3ubuntu2 [8945 kB] 55.84 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.22 [161 kB] 56.31 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libaom0 amd64 1.0.0.errata1-3+deb11u1build0.20.04.1 [1161 kB] 57.03 Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva2 amd64 2.7.0-2 [53.5 kB] 57.36 Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva-drm2 amd64 2.7.0-2 [7044 B] 57.52 Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva-x11-2 amd64 2.7.0-2 [11.9 kB] 57.68 Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 libvdpau1 amd64 1.3-1ubuntu2 [25.6 kB] 57.93 Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1ubuntu1 [30.3 kB] 58.19 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavutil56 amd64 7:4.2.7-0ubuntu0.1 [241 kB] 58.69 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.3 [341 kB] 59.23 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB] 59.94 Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 60.20 Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 60.50 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB] 60.59 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 60.64 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 60.69 Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 60.83 Get:99 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcodec2-0.9 amd64 0.9.2-2 [7886 kB] 62.39 Get:100 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgsm1 amd64 1.0.18-2 [24.4 kB] 62.64 Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 libmp3lame0 amd64 3.100-3 [133 kB] 63.09 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB] 63.53 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libopus0 amd64 1.3.1-0ubuntu1 [191 kB] 64.00 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo-gobject2 amd64 1.16.0-4ubuntu1 [17.2 kB] 64.24 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB] 64.65 Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] 64.81 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.20.04.1 [27.3 kB] 65.06 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.3 [185 kB] 65.54 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.12 [164 kB] 65.99 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-common all 2.40.0+dfsg-3ubuntu0.4 [4592 B] 66.15 Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.0+dfsg-3ubuntu0.4 [168 kB] 66.63 Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 67.12 Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 67.48 Get:114 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 68.05 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 68.48 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 68.71 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 68.95 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 69.41 Get:119 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 69.68 Get:120 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 69.93 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-2 amd64 2.48.9-1ubuntu0.20.04.4 [2313 kB] 70.78 Get:122 http://archive.ubuntu.com/ubuntu focal/universe amd64 libshine3 amd64 3.1.1-2 [23.2 kB] 71.03 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libsnappy1v5 amd64 1.1.8-1build1 [16.7 kB] 71.26 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libspeex1 amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 [53.2 kB] 71.58 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoxr0 amd64 0.1.3-2build1 [78.0 kB] 71.95 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswresample3 amd64 7:4.2.7-0ubuntu0.1 [57.1 kB] 72.28 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB] 72.55 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libtheora0 amd64 1.1.1+dfsg.1-15ubuntu2 [162 kB] 73.00 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libtwolame0 amd64 0.4.0-2 [47.6 kB] 73.31 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB] 73.69 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB] 74.05 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libvpx6 amd64 1.8.2-1ubuntu0.2 [820 kB] 74.72 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwavpack1 amd64 5.2.0-1ubuntu0.1 [77.3 kB] 75.08 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpmux3 amd64 0.6.1-2ubuntu0.20.04.3 [19.5 kB] 75.32 Get:135 http://archive.ubuntu.com/ubuntu focal/universe amd64 libx264-155 amd64 2:0.155.2917+git0a84d98-2 [521 kB] 75.91 Get:136 http://archive.ubuntu.com/ubuntu focal/universe amd64 libx265-179 amd64 3.2.1-1build1 [1060 kB] 76.61 Get:137 http://archive.ubuntu.com/ubuntu focal/universe amd64 libxvidcore4 amd64 2:1.3.7-1 [201 kB] 77.09 Get:138 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzvbi-common all 0.2.35-17 [32.5 kB] 77.37 Get:139 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzvbi0 amd64 0.2.35-17 [237 kB] 77.86 Get:140 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavcodec58 amd64 7:4.2.7-0ubuntu0.1 [4878 kB] 79.20 Get:141 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2-data all 1.2.2-2.1ubuntu2.5 [20.1 kB] 79.45 Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2 amd64 1.2.2-2.1ubuntu2.5 [335 kB] 80.01 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libraw1394-11 amd64 2.1.2-1 [30.7 kB] 80.26 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libavc1394-0 amd64 0.5.4-5 [16.2 kB] 80.50 Get:145 http://archive.ubuntu.com/ubuntu focal/universe amd64 libass9 amd64 1:0.14.0-2 [88.0 kB] 80.88 Get:146 http://archive.ubuntu.com/ubuntu focal/universe amd64 libbluray2 amd64 1:1.2.0-1 [138 kB] 81.31 Get:147 http://archive.ubuntu.com/ubuntu focal/universe amd64 libchromaprint1 amd64 1.4.3-3build1 [37.6 kB] 81.58 Get:148 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgme0 amd64 0.6.2-1build1 [123 kB] 82.00 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpg123-0 amd64 1.25.13-1 [124 kB] 82.42 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisfile3 amd64 1.3.6-2ubuntu1 [16.1 kB] 82.66 Get:151 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpt0 amd64 0.4.11-1build1 [599 kB] 83.28 Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-gcrypt-4 amd64 0.9.3-2ubuntu2.5 [202 kB] 83.76 Get:153 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavformat58 amd64 7:4.2.7-0ubuntu0.1 [985 kB] 84.46 Get:154 http://archive.ubuntu.com/ubuntu focal/universe amd64 libbs2b0 amd64 3.1.0+dfsg-2.2build1 [10.2 kB] 84.61 Get:155 http://archive.ubuntu.com/ubuntu focal/universe amd64 libflite1 amd64 2.1-release-3 [12.8 MB] 86.93 Get:156 http://archive.ubuntu.com/ubuntu focal/universe amd64 libserd-0-0 amd64 0.30.2-1 [46.6 kB] 87.25 Get:157 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsord-0-0 amd64 0.16.4-1 [19.5 kB] 87.49 Get:158 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsratom-0-0 amd64 0.6.4-1 [16.9 kB] 87.73 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 liblilv-0-0 amd64 0.24.6-1ubuntu0.1 [40.6 kB] 88.02 Get:160 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmysofa1 amd64 1.0~dfsg0-1 [39.2 kB] 88.29 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpostproc55 amd64 7:4.2.7-0ubuntu0.1 [55.0 kB] 88.62 Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 libfftw3-double3 amd64 3.3.8-2ubuntu1 [728 kB] 89.27 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 libsamplerate0 amd64 0.1.9-2 [939 kB] 89.95 Get:164 http://archive.ubuntu.com/ubuntu focal/universe amd64 librubberband2 amd64 1.8.2-1build1 [89.4 kB] 90.34 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswscale5 amd64 7:4.2.7-0ubuntu0.1 [157 kB] 90.79 Get:166 http://archive.ubuntu.com/ubuntu focal/universe amd64 libvidstab1.1 amd64 1.1.0-2 [35.0 kB] 91.06 Get:167 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 91.58 Get:168 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 92.03 Get:169 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 92.54 Get:170 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavfilter7 amd64 7:4.2.7-0ubuntu0.1 [1085 kB] 93.25 Get:171 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcaca0 amd64 0.99.beta19-2.1ubuntu1.20.04.2 [203 kB] 93.73 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libcdio18 amd64 2.0.0-2 [58.6 kB] 94.06 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libcdio-cdda2 amd64 10.2+2.0.0-1 [17.6 kB] 94.30 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libcdio-paranoia2 amd64 10.2+2.0.0-1 [16.2 kB] 94.54 Get:175 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdc1394-22 amd64 2.2.5-2.1 [79.6 kB] 94.91 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libiec61883-0 amd64 1.2.0-3 [24.3 kB] 95.15 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2ubuntu2 [267 kB] 95.67 Get:178 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenal-data all 1:1.19.1-1 [162 kB] 96.12 Get:179 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsndio7.0 amd64 1.5.0-3 [24.5 kB] 96.37 Get:180 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenal1 amd64 1:1.19.1-1 [492 kB] 96.97 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB] 97.13 Get:182 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac8 amd64 1.3.3-1ubuntu0.2 [103 kB] 97.53 Get:183 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1 amd64 1.0.28-7ubuntu0.2 [170 kB] 97.99 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libwrap0 amd64 7.6.q-30 [46.3 kB] 98.33 Get:185 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulse0 amd64 1:13.99.1-1ubuntu3.13 [262 kB] 98.85 Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-cursor0 amd64 1.18.0-1ubuntu0.1 [10.3 kB] 99.00 Get:187 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-egl1 amd64 1.18.0-1ubuntu0.1 [5596 B] 99.16 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcursor1 amd64 1:1.2.0-2 [20.1 kB] 99.40 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 libxi6 amd64 2:1.7.10-0ubuntu1 [29.9 kB] 99.66 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libxinerama1 amd64 2:1.1.4-2 [6904 B] 99.82 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon0 amd64 0.10.0-1 [98.4 kB] 100.2 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrandr2 amd64 2:1.5.2-0ubuntu1 [18.5 kB] 100.5 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 100.7 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libxss1 amd64 1:1.2.3-1 [8140 B] 100.9 Get:195 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsdl2-2.0-0 amd64 2.0.10+dfsg1-3 [407 kB] 101.4 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shape0 amd64 1.14-2 [5928 B] 101.6 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB] 101.8 Get:198 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavdevice58 amd64 7:4.2.7-0ubuntu0.1 [74.3 kB] 102.1 Get:199 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavresample4 amd64 7:4.2.7-0ubuntu0.1 [54.2 kB] 102.4 Get:200 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 ffmpeg amd64 7:4.2.7-0ubuntu0.1 [1453 kB] 103.2 Get:201 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmpx2 amd64 8.4.0-3ubuntu2 [11.8 kB] 103.4 Get:202 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgcc-8-dev amd64 8.4.0-3ubuntu2 [2313 kB] 104.3 Get:203 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8 amd64 8.4.0-3ubuntu2 [9833 kB] 106.4 Get:204 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.5.0-1ubuntu1~20.04 [737 kB] 107.0 Get:205 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgfortran-8-dev amd64 8.4.0-3ubuntu2 [625 kB] 107.7 Get:206 http://archive.ubuntu.com/ubuntu focal/universe amd64 gfortran-8 amd64 8.4.0-3ubuntu2 [9424 kB] 109.6 Get:207 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.22 [233 kB] 110.2 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 110.5 Get:209 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB] 111.2 Get:210 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB] 112.7 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 htop amd64 2.2.0-2build1 [80.5 kB] 113.1 Get:212 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB] 113.4 Get:213 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB] 113.8 Get:214 http://archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 114.2 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 114.7 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.3 [21.4 kB] 114.9 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.3 [21.9 kB] 115.1 Get:218 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.3 [25.5 kB] 115.4 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] 115.7 Get:220 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtdb1 amd64 1.4.5-0ubuntu0.20.04.1 [44.2 kB] 116.0 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 sound-theme-freedesktop all 0.8-2ubuntu1 [384 kB] 116.6 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libcanberra0 amd64 0.30-7ubuntu1 [38.1 kB] 116.8 Get:223 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.6 [233 kB] 117.3 Get:224 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.22 [322 kB] 117.9 Get:225 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 118.2 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-2.1-7 amd64 2.1.11-stable-1 [138 kB] 118.6 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 119.0 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-extra-2.1-7 amd64 2.1.11-stable-1 [60.0 kB] 119.4 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7372 B] 119.5 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-openssl-2.1-7 amd64 2.1.11-stable-1 [14.3 kB] 119.7 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-dev amd64 2.1.11-stable-1 [261 kB] 120.2 Get:232 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1-dev amd64 2.2.9-1ubuntu0.6 [116 kB] 120.5 Get:233 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-6 [168 kB] 120.7 Get:234 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm2-2 amd64 11.2.86-1 [178 kB] 121.3 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 121.5 Get:236 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libfabric1 amd64 1.6.2-3ubuntu0.1 [396 kB] 121.6 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB] 121.6 Get:238 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-glx amd64 21.2.6-0ubuntu0.1~20.04.2 [5536 B] 121.7 Get:239 http://archive.ubuntu.com/ubuntu focal/universe amd64 libglew2.1 amd64 2.1.0-4 [155 kB] 121.7 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libglu1-mesa amd64 9.0.1-1build1 [168 kB] 121.8 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libglu1-mesa-dev amd64 9.0.1-1build1 [207 kB] 121.9 Get:242 http://archive.ubuntu.com/ubuntu focal/universe amd64 libglew-dev amd64 2.1.0-4 [134 kB] 121.9 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB] 122.0 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libgudev-1.0-0 amd64 1:233-1 [14.0 kB] 122.0 Get:245 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc15 amd64 2.1.0+dfsg-4 [134 kB] 122.1 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 122.1 Get:247 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 122.1 Get:248 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwacom-common all 1.3-2ubuntu3 [45.3 kB] 122.2 Get:249 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwacom2 amd64 1.3-2ubuntu3 [20.0 kB] 122.2 Get:250 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libinput-bin amd64 1.15.5-1ubuntu0.3 [19.3 kB] 122.3 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libmtdev1 amd64 1.1.5-1.1 [14.2 kB] 122.3 Get:252 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libinput10 amd64 1.15.5-1ubuntu0.3 [112 kB] 122.3 Get:253 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.3 [238 kB] 122.4 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B] 122.4 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B] 122.5 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 122.5 Get:257 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB] 122.6 Get:258 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-dev amd64 3.4.0-1ubuntu0.1 [167 kB] 122.6 Get:259 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc-plugins amd64 2.1.0+dfsg-4 [14.4 kB] 122.7 Get:260 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpmix2 amd64 3.1.5-1 [442 kB] 122.8 Get:261 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpi3 amd64 4.0.3-0ubuntu1 [1978 kB] 123.2 Get:262 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 123.2 Get:263 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB] 123.3 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng-dev amd64 1.6.37-2 [175 kB] 123.4 Get:265 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.9 [1625 kB] 123.7 Get:266 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-dev amd64 3.8.10-0ubuntu1~20.04.9 [3950 kB] 124.4 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-dev amd64 3.8.2-0ubuntu2 [7236 B] 124.4 Get:268 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2006 kB] 124.8 Get:269 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5concurrent5 amd64 5.12.8+dfsg-0ubuntu2.1 [33.5 kB] 124.9 Get:270 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 124.9 Get:271 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 125.1 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 125.1 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [10.8 kB] 125.1 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] 186.5 Err:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-image0 amd64 0.4.0-1build1 186.5 Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out [IP: 185.125.190.36 80] 186.5 Err:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-keysyms1 amd64 0.4.0-1build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-randr0 amd64 1.14-2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render-util0 amd64 0.3.9-1build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xinerama0 amd64 1.14-2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xinput0 amd64 1.14-2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xkb1 amd64 1.14-2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon-x11-0 amd64 0.10.0-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:283 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5gui5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Ign:284 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5widgets5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Ign:285 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5printsupport5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Err:286 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5qml5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:287 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5quick5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:288 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5quickparticles5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:289 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5quickshapes5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:290 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5test5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Err:291 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5quicktest5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:292 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqt5quickwidgets5 amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:293 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5sql5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Ign:294 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5xml5 amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Ign:295 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.22 186.5 Err:296 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libunwind8 amd64 1.2.1-9ubuntu0.1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libutempter0 amd64 1.1.6-4 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan-dev amd64 1.2.131.2-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:301 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.2 186.5 Err:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:303 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-xext-dev all 2019.2-1ubuntu1 186.5 Err:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext-dev amd64 2:1.3.4-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfont2 amd64 1:2.0.3-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:307 http://archive.ubuntu.com/ubuntu focal/universe amd64 openmpi-common all 4.0.3-0ubuntu1 186.5 Err:308 http://archive.ubuntu.com/ubuntu focal/universe amd64 openmpi-bin amd64 4.0.3-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:309 http://archive.ubuntu.com/ubuntu focal/universe amd64 patchelf amd64 0.10-2build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:310 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-dev amd64 3.8.10-0ubuntu1~20.04.9 186.5 Ign:311 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 186.5 Ign:312 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 186.5 Err:313 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dev amd64 3.8.2-0ubuntu2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:314 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 qt5-qmake-bin amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Err:315 http://archive.ubuntu.com/ubuntu focal/universe amd64 qtchooser amd64 66-2build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:316 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 qt5-qmake amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Err:317 http://archive.ubuntu.com/ubuntu focal/universe amd64 qt5-qmltooling-plugins amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:318 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 qtbase5-dev-tools amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Ign:319 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 qtbase5-dev amd64 5.12.8+dfsg-0ubuntu2.1 186.5 Err:320 http://archive.ubuntu.com/ubuntu focal/universe amd64 qtdeclarative5-dev-tools amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:321 http://archive.ubuntu.com/ubuntu focal/universe amd64 qtdeclarative5-dev amd64 5.12.8-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:322 http://archive.ubuntu.com/ubuntu focal/universe amd64 swig4.0 amd64 4.0.1-5build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:323 http://archive.ubuntu.com/ubuntu focal/universe amd64 swig all 4.0.1-5build1 186.5 Ign:324 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tmux amd64 3.0a-2ubuntu0.4 186.5 Err:325 http://archive.ubuntu.com/ubuntu focal/universe amd64 tree amd64 1.8.0-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:326 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.2 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:327 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 186.5 Ign:328 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim amd64 2:8.1.2269-1ubuntu5.22 186.5 Err:329 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-xkb-utils amd64 7.7+5 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:330 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.15 186.5 Ign:331 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 xvfb amd64 2:1.20.13-1ubuntu1~20.04.15 186.5 Err:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma-dev amd64 2.0.12-1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:333 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc-dev amd64 2.1.0+dfsg-4 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libibverbs-dev amd64 28.0-1ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:335 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpi-dev amd64 4.0.3-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:336 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libosmesa6 amd64 21.2.6-0ubuntu0.1~20.04.2 186.5 Ign:337 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libosmesa6-dev amd64 21.2.6-0ubuntu0.1~20.04.2 186.5 Err:338 http://archive.ubuntu.com/ubuntu focal/universe amd64 mesa-utils amd64 8.4.0-1build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:303 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-xext-dev all 2019.2-1ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Err:307 http://archive.ubuntu.com/ubuntu focal/universe amd64 openmpi-common all 4.0.3-0ubuntu1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:311 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 186.5 Ign:312 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 186.5 Err:323 http://archive.ubuntu.com/ubuntu focal/universe amd64 swig all 4.0.1-5build1 186.5 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 186.5 Ign:327 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 186.5 Ign:330 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.15 217.8 Err:283 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5gui5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:284 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5widgets5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:285 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5printsupport5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:290 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5test5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:293 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5sql5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:294 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5xml5 amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:295 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.22 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:301 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.2 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:310 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-dev amd64 3.8.10-0ubuntu1~20.04.9 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:314 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 qt5-qmake-bin amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:316 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 qt5-qmake amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:318 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 qtbase5-dev-tools amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:319 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 qtbase5-dev amd64 5.12.8+dfsg-0ubuntu2.1 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:324 http://security.ubuntu.com/ubuntu focal-updates/main amd64 tmux amd64 3.0a-2ubuntu0.4 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:328 http://security.ubuntu.com/ubuntu focal-updates/main amd64 vim amd64 2:8.1.2269-1ubuntu5.22 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:331 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 xvfb amd64 2:1.20.13-1ubuntu1~20.04.15 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:336 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libosmesa6 amd64 21.2.6-0ubuntu0.1~20.04.2 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:337 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libosmesa6-dev amd64 21.2.6-0ubuntu0.1~20.04.2 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Ign:311 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 217.8 Ign:312 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 217.8 Ign:327 http://security.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 217.8 Ign:330 http://security.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.15 217.8 Err:311 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:312 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:327 http://security.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 Err:330 http://security.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.15 217.8 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xcb-util-image/libxcb-image0_0.4.0-1build1_amd64.deb Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xcb-util-keysyms/libxcb-keysyms1_0.4.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.14-2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xcb-util-renderutil/libxcb-render-util0_0.3.9-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xinerama0_1.14-2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xinput0_1.14-2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xkb1_1.14-2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxkbcommon/libxkbcommon-x11-0_0.10.0-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5gui5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5widgets5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5printsupport5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5qml5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5quick5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5quickparticles5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5quickshapes5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5test5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5quicktest5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/libqt5quickwidgets5_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5sql5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/libqt5xml5_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.22_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/libunwind/libunwind8_1.2.1-9ubuntu0.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/libutempter/libutempter0_1.1.6-4_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/v/vulkan-loader/libvulkan-dev_1.2.131.2-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt6_1.1.5-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxmu/libxmu6_1.1.3-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxpm/libxpm4_3.5.12-1ubuntu0.20.04.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxaw/libxaw7_1.0.13-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xorgproto/x11proto-xext-dev_2019.2-1ubuntu1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxext/libxext-dev_1.3.4-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfont/libxfont2_2.0.3-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxkbfile/libxkbfile1_1.1.0-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/o/openmpi/openmpi-common_4.0.3-0ubuntu1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/o/openmpi/openmpi-bin_4.0.3-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/patchelf/patchelf_0.10-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.8/python3.8-dev_3.8.10-0ubuntu1~20.04.9_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Fetched 138 MB in 3min 20s (687 kB/s) 217.8 Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3-stdlib-extensions/python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3-stdlib-extensions/python3-distutils_3.8.10-0ubuntu1~20.04_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3-dev_3.8.2-0ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/qt5-qmake-bin_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtchooser/qtchooser_66-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/qt5-qmake_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/qt5-qmltooling-plugins_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/qtbase5-dev-tools_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/q/qtbase-opensource-src/qtbase5-dev_5.12.8+dfsg-0ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/qtdeclarative5-dev-tools_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qtdeclarative-opensource-src/qtdeclarative5-dev_5.12.8-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/s/swig/swig4.0_4.0.1-5build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/s/swig/swig_4.0.1-5build1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tmux/tmux_3.0a-2ubuntu0.4_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/t/tree/tree_1.8.0-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0-25ubuntu1.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_8.1.2269-1ubuntu5.22_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/v/vim/vim_8.1.2269-1ubuntu5.22_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/x11-xkb-utils/x11-xkb-utils_7.7+5_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/x/xorg-server/xserver-common_1.20.13-1ubuntu1~20.04.15_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/x/xorg-server/xvfb_1.20.13-1ubuntu1~20.04.15_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/numactl/libnuma-dev_2.0.12-1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/h/hwloc/libhwloc-dev_2.1.0+dfsg-4_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/libibverbs-dev_28.0-1ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/o/openmpi/libopenmpi-dev_4.0.3-0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mesa/libosmesa6_21.2.6-0ubuntu0.1~20.04.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mesa/libosmesa6-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/m/mesa-demos/mesa-utils_8.4.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.36 80] 217.8 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ------ Dockerfile:23 -------------------- 22 | # packages 23 | >>> RUN apt-get -y update && \ 24 | >>> apt-get install -y --no-install-recommends build-essential git nano rsync vim tree curl \ 25 | >>> wget unzip htop tmux xvfb patchelf ca-certificates bash-completion libjpeg-dev libpng-dev \ 26 | >>> ffmpeg cmake swig libssl-dev libcurl4-openssl-dev libopenmpi-dev python3-dev zlib1g-dev \ 27 | >>> qtbase5-dev qtdeclarative5-dev libglib2.0-0 libglu1-mesa-dev libgl1-mesa-dev libvulkan1 \ 28 | >>> libgl1-mesa-glx libosmesa6 libosmesa6-dev libglew-dev mesa-utils && \ 29 | >>> apt-get clean && \ 30 | >>> apt-get autoremove -y && \ 31 | >>> rm -rf /var/lib/apt/lists/* && \ 32 | >>> mkdir /root/.ssh 33 | -------------------- ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends build-essential git nano rsync vim tree curl wget unzip htop tmux xvfb patchelf ca-certificates bash-completion libjpeg-dev libpng-dev ffmpeg cmake swig libssl-dev libcurl4-openssl-dev libopenmpi-dev python3-dev zlib1g-dev qtbase5-dev qtdeclarative5-dev libglib2.0-0 libglu1-mesa-dev libgl1-mesa-dev libvulkan1 libgl1-mesa-glx libosmesa6 libosmesa6-dev libglew-dev mesa-utils && apt-get clean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && mkdir /root/.ssh" did not complete successfully: exit code: 100 (tdmpc2) C:\Users\lucav\Downloads\TDMPCattempt2\tdmpc2\docker> ```
nicklashansen commented 3 months ago

The above image has already been built. You should be able to run it with something like

docker run -i -v <path>/<to>/tdmpc2:/tdmpc2 --gpus all -t nicklashansen/tdmpc2:1.0.0 /bin/bash
DmitryAMakarov commented 2 months ago

Hello! First of all, thank you the great work with TD-MPC2!
Now I have the same problem as @LucaVendruscolo had, but on the Ubuntu 22.04.

Error while docker building

```shell (base) dmitry@dmitry-MS-7D27:~/dev/RL/tdmpc2/docker$ docker build . --no-cache -t dmitry/tdmpc2:1.0.0 [+] Building 804.2s (10/15) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.08kB 0.0s => [internal] load metadata for docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04 1.3s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [ 1/11] FROM docker.io/nvidia/cudagl:11.3.1-devel-ubuntu20.04@sha256:46fb79db07c2773b241f6d851153b6043bffe08dd1efe 0.0s => [internal] load build context 0.1s => => transferring context: 1.88kB 0.0s => [ 2/11] RUN apt-get -y update && apt-get install -y --no-install-recommends build-essential git nano rsync vim tree 132.5s => [ 3/11] RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && 18.6s => [ 4/11] COPY nvidia_icd.json /usr/share/vulkan/icd.d/nvidia_icd.json 0.1s => [ 5/11] COPY environment.yaml /root 0.1s => ERROR [ 6/11] RUN conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environm 651.4s ------ > [ 6/11] RUN conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environment.yaml && conda clean -ya && pip cache purge: 0.484 Channels: 0.484 - defaults 0.484 Platform: linux-64 0.484 Collecting package metadata (repodata.json): ...working... done 3.300 Solving environment: ...working... done 3.398 3.398 # All requested packages already installed. 3.398 3.611 Channels: 3.611 - pytorch-nightly 3.611 - nvidia 3.611 - conda-forge 3.611 - defaults 3.611 Platform: linux-64 3.611 Collecting package metadata (repodata.json): ...working... done 15.60 Solving environment: ...working... done 485.8 485.8 Downloading and Extracting Packages: ...working... done 485.8 Preparing transaction: ...working... done 486.1 Verifying transaction: ...working... done 489.2 Executing transaction: ...working... By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html 529.9 529.9 done 530.4 Installing pip dependencies: ...working... Ran pip subprocess with arguments: 650.7 ['/opt/conda/bin/python', '-m', 'pip', 'install', '-U', '-r', '/root/condaenv.ltz3xk2u.requirements.txt', '--exists-action=b'] 650.7 Pip subprocess output: 650.7 Collecting absl-py==2.0.0 650.7 Downloading absl_py-2.0.0-py3-none-any.whl (130 kB) 650.7 Collecting cython<3 650.7 Downloading Cython-0.29.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) 650.7 Collecting dm-control==1.0.8 650.7 Downloading dm_control-1.0.8-py3-none-any.whl (39.3 MB) 650.7 Collecting ffmpeg==1.4 650.7 Downloading ffmpeg-1.4.tar.gz (5.1 kB) 650.7 Collecting glfw==2.6.4 650.7 Downloading glfw-2.6.4-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38-none-manylinux2014_x86_64.whl (211 kB) 650.7 Collecting hydra-core==1.3.2 650.7 Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB) 650.7 Collecting hydra-submitit-launcher==1.2.0 650.7 Downloading hydra_submitit_launcher-1.2.0-py3-none-any.whl (5.2 kB) 650.7 Collecting imageio==2.33.1 650.7 Downloading imageio-2.33.1-py3-none-any.whl (313 kB) 650.7 Collecting imageio-ffmpeg==0.4.9 650.7 Downloading imageio_ffmpeg-0.4.9-py3-none-manylinux2010_x86_64.whl (26.9 MB) 650.7 Collecting kornia==0.7.1 650.7 Downloading kornia-0.7.1-py2.py3-none-any.whl (756 kB) 650.7 Collecting moviepy==1.0.3 650.7 Downloading moviepy-1.0.3.tar.gz (388 kB) 650.7 Collecting mujoco==2.3.1 650.7 Downloading mujoco-2.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB) 650.7 Collecting mujoco-py==2.1.2.14 650.7 Downloading mujoco_py-2.1.2.14-py3-none-any.whl (2.4 MB) 650.7 Collecting numpy==1.23.5 650.7 Downloading numpy-1.23.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 650.7 Collecting omegaconf==2.3.0 650.7 Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 650.7 Collecting open3d==0.18.0 650.7 Downloading open3d-0.18.0-cp39-cp39-manylinux_2_27_x86_64.whl (399.7 MB) 650.7 Collecting opencv-contrib-python==4.9.0.80 650.7 Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.3 MB) 650.7 Collecting opencv-python==4.9.0.80 650.7 Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.2 MB) 650.7 Collecting pandas==2.1.4 650.7 Downloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) 650.7 Collecting sapien==2.2.1 650.7 Downloading sapien-2.2.1-cp39-cp39-manylinux2014_x86_64.whl (39.1 MB) 650.7 Collecting submitit==1.5.1 650.7 Downloading submitit-1.5.1-py3-none-any.whl (74 kB) 650.7 Collecting setuptools==65.5.0 650.7 Downloading setuptools-65.5.0-py3-none-any.whl (1.2 MB) 650.7 Collecting patchelf==0.17.2.1 650.7 Downloading patchelf-0.17.2.1-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.musllinux_1_1_x86_64.whl (425 kB) 650.7 Collecting protobuf==4.25.2 650.7 Downloading protobuf-4.25.2-cp37-abi3-manylinux2014_x86_64.whl (294 kB) 650.7 Collecting pillow==10.2.0 650.7 Downloading pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (4.5 MB) 650.7 Collecting pyquaternion==0.9.9 650.7 Downloading pyquaternion-0.9.9-py3-none-any.whl (14 kB) 650.7 Collecting tensordict-nightly==2024.3.26 650.7 Downloading tensordict_nightly-2024.3.26-cp39-cp39-manylinux1_x86_64.whl (1.0 MB) 650.7 Collecting termcolor==2.4.0 650.7 Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) 650.7 Collecting torchrl-nightly==2024.3.26 650.7 Downloading torchrl_nightly-2024.3.26-cp39-cp39-manylinux1_x86_64.whl (6.2 MB) 650.7 Collecting transforms3d==0.4.1 650.7 Downloading transforms3d-0.4.1-py3-none-any.whl (1.4 MB) 650.7 Collecting trimesh==4.0.9 650.7 Downloading trimesh-4.0.9-py3-none-any.whl (689 kB) 650.7 Collecting tqdm==4.66.1 650.7 Downloading tqdm-4.66.1-py3-none-any.whl (78 kB) 650.7 Collecting wandb==0.16.2 650.7 Downloading wandb-0.16.2-py3-none-any.whl (2.2 MB) 650.7 Collecting wheel==0.38.0 650.7 Downloading wheel-0.38.0-py3-none-any.whl (35 kB) 650.7 Collecting lxml 650.7 Downloading lxml-5.2.1-cp39-cp39-manylinux_2_28_x86_64.whl (5.0 MB) 650.7 Collecting dm-tree!=0.1.2 650.7 Downloading dm_tree-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (153 kB) 650.7 Requirement already satisfied: requests in /opt/conda/lib/python3.9/site-packages (from dm-control==1.0.8->-r /root/condaenv.ltz3xk2u.requirements.txt (line 3)) (2.31.0) 650.7 Collecting scipy 650.7 Downloading scipy-1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 650.7 Collecting pyopengl>=3.1.4 650.7 Downloading PyOpenGL-3.1.7-py3-none-any.whl (2.4 MB) 650.7 Collecting labmaze 650.7 Downloading labmaze-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 650.7 Collecting pyparsing<3.0.0 650.7 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 650.7 Collecting dm-env 650.7 Downloading dm_env-1.6-py3-none-any.whl (26 kB) 650.7 Collecting antlr4-python3-runtime==4.9.* 650.7 Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 650.7 Requirement already satisfied: packaging in /opt/conda/lib/python3.9/site-packages (from hydra-core==1.3.2->-r /root/condaenv.ltz3xk2u.requirements.txt (line 6)) (24.0) 650.7 Requirement already satisfied: torch>=1.9.1 in /opt/conda/lib/python3.9/site-packages (from kornia==0.7.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 10)) (2.4.0.dev20240420) 650.7 Collecting decorator<5.0,>=4.0.2 650.7 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 650.7 Collecting proglog<=1.0.0 650.7 Downloading proglog-0.1.10-py3-none-any.whl (6.1 kB) 650.7 Collecting fasteners~=0.15 650.7 Downloading fasteners-0.19-py3-none-any.whl (18 kB) 650.7 Requirement already satisfied: cffi>=1.10 in /opt/conda/lib/python3.9/site-packages (from mujoco-py==2.1.2.14->-r /root/condaenv.ltz3xk2u.requirements.txt (line 13)) (1.14.6) 650.7 Requirement already satisfied: PyYAML>=5.1.0 in /opt/conda/lib/python3.9/site-packages (from omegaconf==2.3.0->-r /root/condaenv.ltz3xk2u.requirements.txt (line 15)) (6.0.1) 650.7 Collecting configargparse 650.7 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB) 650.7 Collecting werkzeug>=2.2.3 650.7 Downloading werkzeug-3.0.2-py3-none-any.whl (226 kB) 650.7 Collecting addict 650.7 Downloading addict-2.4.0-py3-none-any.whl (3.8 kB) 650.7 Collecting scikit-learn>=0.21 650.7 Downloading scikit_learn-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB) 650.7 Collecting ipywidgets>=8.0.4 650.7 Downloading ipywidgets-8.1.2-py3-none-any.whl (139 kB) 650.7 Collecting nbformat>=5.7.0 650.7 Downloading nbformat-5.10.4-py3-none-any.whl (78 kB) 650.7 Collecting dash>=2.6.0 650.7 Downloading dash-2.16.1-py3-none-any.whl (10.2 MB) 650.7 Collecting matplotlib>=3 650.7 Downloading matplotlib-3.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) 650.7 Collecting pytz>=2020.1 650.7 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 650.7 Collecting tzdata>=2022.1 650.7 Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) 650.7 Collecting python-dateutil>=2.8.2 650.7 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 650.7 Collecting cloudpickle>=1.2.1 650.7 Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB) 650.7 Requirement already satisfied: typing_extensions>=3.7.4.2 in /opt/conda/lib/python3.9/site-packages (from submitit==1.5.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 21)) (4.11.0) 650.7 Collecting GitPython!=3.1.29,>=1.0.0 650.7 Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 650.7 Collecting psutil>=5.0.0 650.7 Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 650.7 Collecting setproctitle 650.7 Downloading setproctitle-1.3.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 650.7 Collecting appdirs>=1.4.3 650.7 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 650.7 Collecting Click!=8.0.0,>=7.1 650.7 Downloading click-8.1.7-py3-none-any.whl (97 kB) 650.7 Collecting docker-pycreds>=0.4.0 650.7 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 650.7 Collecting sentry-sdk>=1.0.0 650.7 Downloading sentry_sdk-1.45.0-py2.py3-none-any.whl (267 kB) 650.7 Requirement already satisfied: pycparser in /opt/conda/lib/python3.9/site-packages (from cffi>=1.10->mujoco-py==2.1.2.14->-r /root/condaenv.ltz3xk2u.requirements.txt (line 13)) (2.21) 650.7 Collecting nest-asyncio 650.7 Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) 650.7 Collecting importlib-metadata 650.7 Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB) 650.7 Collecting dash-html-components==2.0.0 650.7 Downloading dash_html_components-2.0.0-py3-none-any.whl (4.1 kB) 650.7 Collecting dash-core-components==2.0.0 650.7 Downloading dash_core_components-2.0.0-py3-none-any.whl (3.8 kB) 650.7 Collecting dash-table==5.0.0 650.7 Downloading dash_table-5.0.0-py3-none-any.whl (3.9 kB) 650.7 Collecting Flask<3.1,>=1.0.4 650.7 Downloading flask-3.0.3-py3-none-any.whl (101 kB) 650.7 Collecting plotly>=5.0.0 650.7 Downloading plotly-5.21.0-py3-none-any.whl (15.7 MB) 650.7 Collecting retrying 650.7 Downloading retrying-1.3.4-py3-none-any.whl (11 kB) 650.7 Collecting six>=1.4.0 650.7 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 650.7 Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.9/site-packages (from Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.18.0->-r /root/condaenv.ltz3xk2u.requirements.txt (line 16)) (3.1.3) 650.7 Collecting blinker>=1.6.2 650.7 Downloading blinker-1.7.0-py3-none-any.whl (13 kB) 650.7 Collecting itsdangerous>=2.1.2 650.7 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 650.7 Collecting gitdb<5,>=4.0.1 650.7 Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 650.7 Collecting smmap<6,>=3.0.1 650.7 Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 650.7 Collecting zipp>=0.5 650.7 Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB) 650.7 Collecting traitlets>=4.3.1 650.7 Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) 650.7 Collecting comm>=0.1.3 650.7 Downloading comm-0.2.2-py3-none-any.whl (7.2 kB) 650.7 Collecting widgetsnbextension~=4.0.10 650.7 Downloading widgetsnbextension-4.0.10-py3-none-any.whl (2.3 MB) 650.7 Collecting jupyterlab-widgets~=3.0.10 650.7 Downloading jupyterlab_widgets-3.0.10-py3-none-any.whl (215 kB) 650.7 Collecting ipython>=6.1.0 650.7 Downloading ipython-8.18.1-py3-none-any.whl (808 kB) 650.7 Collecting jedi>=0.16 650.7 Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) 650.7 Collecting pexpect>4.3 650.7 Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) 650.7 Collecting pygments>=2.4.0 650.7 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) 650.7 Collecting stack-data 650.7 Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) 650.7 Collecting prompt-toolkit<3.1.0,>=3.0.41 650.7 Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB) 650.7 Collecting exceptiongroup 650.7 Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB) 650.7 Collecting matplotlib-inline 650.7 Downloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) 650.7 Collecting parso<0.9.0,>=0.8.3 650.7 Downloading parso-0.8.4-py2.py3-none-any.whl (103 kB) 650.7 Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.9/site-packages (from Jinja2>=3.1.2->Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.18.0->-r /root/condaenv.ltz3xk2u.requirements.txt (line 16)) (2.1.5) 650.7 Collecting contourpy>=1.0.1 650.7 Downloading contourpy-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304 kB) 650.7 Collecting kiwisolver>=1.3.1 650.7 Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) 650.7 Collecting fonttools>=4.22.0 650.7 Downloading fonttools-4.51.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) 650.7 Collecting importlib-resources>=3.2.0 650.7 Downloading importlib_resources-6.4.0-py3-none-any.whl (38 kB) 650.7 Collecting cycler>=0.10 650.7 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 650.7 Collecting fastjsonschema>=2.15 650.7 Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB) 650.7 Collecting jsonschema>=2.6 650.7 Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB) 650.7 Collecting jupyter-core!=5.0.*,>=4.12 650.7 Downloading jupyter_core-5.7.2-py3-none-any.whl (28 kB) 650.7 Collecting rpds-py>=0.7.1 650.7 Downloading rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 650.7 Collecting jsonschema-specifications>=2023.03.6 650.7 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 650.7 Collecting referencing>=0.28.4 650.7 Downloading referencing-0.34.0-py3-none-any.whl (26 kB) 650.7 Collecting attrs>=22.2.0 650.7 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 650.7 Requirement already satisfied: platformdirs>=2.5 in /opt/conda/lib/python3.9/site-packages (from jupyter-core!=5.0.*,>=4.12->nbformat>=5.7.0->open3d==0.18.0->-r /root/condaenv.ltz3xk2u.requirements.txt (line 16)) (4.2.0) 650.7 Collecting ptyprocess>=0.5 650.7 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) 650.7 Collecting tenacity>=6.2.0 650.7 Downloading tenacity-8.2.3-py3-none-any.whl (24 kB) 650.7 Collecting wcwidth 650.7 Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 650.7 Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.ltz3xk2u.requirements.txt (line 3)) (2024.2.2) 650.7 Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.ltz3xk2u.requirements.txt (line 3)) (3.7) 650.7 Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.ltz3xk2u.requirements.txt (line 3)) (2.0.4) 650.7 Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.9/site-packages (from requests->dm-control==1.0.8->-r /root/condaenv.ltz3xk2u.requirements.txt (line 3)) (2.2.1) 650.7 Collecting joblib>=1.2.0 650.7 Downloading joblib-1.4.0-py3-none-any.whl (301 kB) 650.7 Collecting threadpoolctl>=2.0.0 650.7 Downloading threadpoolctl-3.4.0-py3-none-any.whl (17 kB) 650.7 Requirement already satisfied: filelock in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 10)) (3.13.4) 650.7 Requirement already satisfied: sympy in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 10)) (1.12) 650.7 Requirement already satisfied: networkx in /opt/conda/lib/python3.9/site-packages (from torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 10)) (3.2.1) 650.7 Collecting fsspec 650.7 Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 650.7 Collecting asttokens>=2.1.0 650.7 Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) 650.7 Collecting pure-eval 650.7 Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) 650.7 Collecting executing>=1.2.0 650.7 Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) 650.7 Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.9/site-packages (from sympy->torch>=1.9.1->kornia==0.7.1->-r /root/condaenv.ltz3xk2u.requirements.txt (line 10)) (1.3.0) 650.7 Building wheels for collected packages: ffmpeg, moviepy, antlr4-python3-runtime 650.7 Building wheel for ffmpeg (setup.py): started 650.7 Building wheel for ffmpeg (setup.py): finished with status 'done' 650.7 Created wheel for ffmpeg: filename=ffmpeg-1.4-py3-none-any.whl size=6082 sha256=9e63ed660c52bd2813975ca8d1ee8b4014b3fa89c4dfef0266e7eb1886167139 650.7 Stored in directory: /root/.cache/pip/wheels/1d/57/24/4eff6a03a9ea0e647568e8a5a0546cdf957e3cf005372c0245 650.7 Building wheel for moviepy (setup.py): started 650.7 Building wheel for moviepy (setup.py): finished with status 'done' 650.7 Created wheel for moviepy: filename=moviepy-1.0.3-py3-none-any.whl size=110721 sha256=c0c00693b5f22b8d63e406a39f57d5f1fd8d1a7840b5fb4babff142516c391dc 650.7 Stored in directory: /root/.cache/pip/wheels/29/15/e4/4f790bec6acd51a00b67e8ee1394f0bc6e0135c315f8ff399a 650.7 Building wheel for antlr4-python3-runtime (setup.py): started 650.7 Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' 650.7 Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=9342a87a0f9dfc66130d9fa6e3d901bf3ddc1b73df686a1b5a6d8b9ec5e1244a 650.7 Stored in directory: /root/.cache/pip/wheels/23/cf/80/f3efa822e6ab23277902ee9165fe772eeb1dfb8014f359020a 650.7 Successfully built ffmpeg moviepy antlr4-python3-runtime 650.7 Installing collected packages: six, rpds-py, attrs, zipp, wcwidth, traitlets, referencing, pure-eval, ptyprocess, parso, executing, asttokens, werkzeug, tenacity, stack-data, smmap, pygments, prompt-toolkit, pexpect, numpy, matplotlib-inline, jsonschema-specifications, jedi, itsdangerous, importlib-metadata, fsspec, exceptiongroup, decorator, Click, blinker, antlr4-python3-runtime, widgetsnbextension, tzdata, tqdm, threadpoolctl, setuptools, scipy, retrying, pytz, python-dateutil, pyparsing, pyopengl, plotly, pillow, omegaconf, nest-asyncio, kiwisolver, jupyterlab-widgets, jupyter-core, jsonschema, joblib, ipython, importlib-resources, glfw, gitdb, fonttools, Flask, fastjsonschema, dm-tree, dash-table, dash-html-components, dash-core-components, cycler, contourpy, comm, cloudpickle, absl-py, transforms3d, tensordict-nightly, submitit, setproctitle, sentry-sdk, scikit-learn, pyquaternion, psutil, protobuf, proglog, pandas, opencv-python, nbformat, mujoco, matplotlib, lxml, labmaze, ipywidgets, imageio-ffmpeg, imageio, hydra-core, GitPython, fasteners, docker-pycreds, dm-env, dash, cython, configargparse, appdirs, addict, wheel, wandb, trimesh, torchrl-nightly, termcolor, sapien, patchelf, opencv-contrib-python, open3d, mujoco-py, moviepy, kornia, hydra-submitit-launcher, ffmpeg, dm-control 650.7 Attempting uninstall: numpy 650.7 Found existing installation: numpy 1.26.4 650.7 Uninstalling numpy-1.26.4: 650.7 Successfully uninstalled numpy-1.26.4 650.7 Attempting uninstall: tqdm 650.7 Found existing installation: tqdm 4.66.2 650.7 Uninstalling tqdm-4.66.2: 650.7 Successfully uninstalled tqdm-4.66.2 650.7 Attempting uninstall: setuptools 650.7 Found existing installation: setuptools 69.5.1 650.7 Uninstalling setuptools-69.5.1: 650.7 Successfully uninstalled setuptools-69.5.1 650.7 Attempting uninstall: pillow 650.7 Found existing installation: Pillow 10.0.1 650.7 Uninstalling Pillow-10.0.1: 650.7 Successfully uninstalled Pillow-10.0.1 650.7 Attempting uninstall: wheel 650.7 Found existing installation: wheel 0.43.0 650.7 Uninstalling wheel-0.43.0: 650.7 Successfully uninstalled wheel-0.43.0 650.7 Successfully installed Click-8.1.7 Flask-3.0.3 GitPython-3.1.43 absl-py-2.0.0 addict-2.4.0 antlr4-python3-runtime-4.9.3 appdirs-1.4.4 asttokens-2.4.1 attrs-23.2.0 blinker-1.7.0 cloudpickle-3.0.0 comm-0.2.2 configargparse-1.7 contourpy-1.2.1 cycler-0.12.1 cython-0.29.37 dash-2.16.1 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-table-5.0.0 decorator-4.4.2 dm-control-1.0.8 dm-env-1.6 dm-tree-0.1.8 docker-pycreds-0.4.0 exceptiongroup-1.2.1 executing-2.0.1 fasteners-0.19 fastjsonschema-2.19.1 ffmpeg-1.4 fonttools-4.51.0 fsspec-2024.3.1 gitdb-4.0.11 glfw-2.6.4 hydra-core-1.3.2 hydra-submitit-launcher-1.2.0 imageio-2.33.1 imageio-ffmpeg-0.4.9 importlib-metadata-7.1.0 importlib-resources-6.4.0 ipython-8.18.1 ipywidgets-8.1.2 itsdangerous-2.2.0 jedi-0.19.1 joblib-1.4.0 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 jupyter-core-5.7.2 jupyterlab-widgets-3.0.10 kiwisolver-1.4.5 kornia-0.7.1 labmaze-1.0.6 lxml-5.2.1 matplotlib-3.8.4 matplotlib-inline-0.1.7 moviepy-1.0.3 mujoco-2.3.1 mujoco-py-2.1.2.14 nbformat-5.10.4 nest-asyncio-1.6.0 numpy-1.23.5 omegaconf-2.3.0 open3d-0.18.0 opencv-contrib-python-4.9.0.80 opencv-python-4.9.0.80 pandas-2.1.4 parso-0.8.4 patchelf-0.17.2.1 pexpect-4.9.0 pillow-10.2.0 plotly-5.21.0 proglog-0.1.10 prompt-toolkit-3.0.43 protobuf-4.25.2 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pygments-2.17.2 pyopengl-3.1.7 pyparsing-2.4.7 pyquaternion-0.9.9 python-dateutil-2.9.0.post0 pytz-2024.1 referencing-0.34.0 retrying-1.3.4 rpds-py-0.18.0 sapien-2.2.1 scikit-learn-1.4.2 scipy-1.13.0 sentry-sdk-1.45.0 setproctitle-1.3.3 setuptools-65.5.0 six-1.16.0 smmap-5.0.1 stack-data-0.6.3 submitit-1.5.1 tenacity-8.2.3 tensordict-nightly-2024.3.26 termcolor-2.4.0 threadpoolctl-3.4.0 torchrl-nightly-2024.3.26 tqdm-4.66.1 traitlets-5.14.3 transforms3d-0.4.1 trimesh-4.0.9 tzdata-2024.1 wandb-0.16.2 wcwidth-0.2.13 werkzeug-3.0.2 wheel-0.38.0 widgetsnbextension-4.0.10 zipp-3.18.1 650.7 650.7 done 650.7 650.7 # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< 650.7 650.7 Traceback (most recent call last): 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/exception_handler.py", line 17, in __call__ 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/cli/main.py", line 83, in main_subshell 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/cli/conda_argparse.py", line 199, in do_call 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/notices/core.py", line 131, in wrapper 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/cli/main_env_update.py", line 161, in execute 650.7 File "/opt/conda/lib/python3.12/site-packages/conda/env/env.py", line 278, in print_result 650.7 ImportError: cannot import name 'install' from 'conda.cli' (/opt/conda/lib/python3.12/site-packages/conda/cli/__init__.py) 650.7 650.7 `$ /opt/conda/bin/conda env update -n base -f /root/environment.yaml` 650.7 650.7 environment variables: 650.7 CIO_TEST= 650.7 CONDA_ROOT=/opt/conda 650.7 CURL_CA_BUNDLE= 650.7 LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/local/nvidia/li 650.7 b:/usr/local/nvidia/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib6 650.7 4 650.7 LD_PRELOAD= 650.7 LIBRARY_PATH=/usr/local/cuda/lib64/stubs 650.7 PATH=/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sb 650.7 in:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 650.7 REQUESTS_CA_BUNDLE= 650.7 SSL_CERT_FILE= 650.7 650.7 active environment : None 650.7 user config file : /root/.condarc 650.7 populated config files : 650.7 conda version : 24.3.0 650.7 conda-build version : not installed 650.7 python version : 3.12.2.final.0 650.7 solver : libmamba (default) 650.7 virtual packages : __archspec=1=skylake 650.7 __conda=24.3.0=0 650.7 __glibc=2.31=0 650.7 __linux=6.5.0=0 650.7 __unix=0=0 650.7 base environment : /opt/conda (writable) 650.7 conda av data dir : /opt/conda/etc/conda 650.7 conda av metadata url : None 650.7 channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 650.7 https://repo.anaconda.com/pkgs/main/noarch 650.7 https://repo.anaconda.com/pkgs/r/linux-64 650.7 https://repo.anaconda.com/pkgs/r/noarch 650.7 package cache : /opt/conda/pkgs 650.7 /root/.conda/pkgs 650.7 envs directories : /opt/conda/envs 650.7 /root/.conda/envs 650.7 platform : linux-64 650.7 user-agent : conda/24.3.0 requests/2.31.0 CPython/3.12.2 Linux/6.5.0-28-generic ubuntu/20.04.4 glibc/2.31 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8 650.7 UID:GID : 0:0 650.7 netrc file : None 650.7 offline mode : False 650.7 650.7 650.7 An unexpected error has occurred. Conda has prepared the above report. 650.7 If you suspect this error is being caused by a malfunctioning plugin, 650.7 consider using the --no-plugins option to turn off plugins. 650.7 650.7 Example: conda --no-plugins install 650.7 650.7 Alternatively, you can set the CONDA_NO_PLUGINS environment variable on 650.7 the command line to run the command without plugins enabled. 650.7 650.7 Example: CONDA_NO_PLUGINS=true conda install 650.7 ------ Dockerfile:47 -------------------- 46 | COPY environment.yaml /root 47 | >>> RUN conda update conda && \ 48 | >>> conda env update -n base -f /root/environment.yaml && \ 49 | >>> rm /root/environment.yaml && \ 50 | >>> conda clean -ya && \ 51 | >>> pip cache purge 52 | -------------------- ERROR: failed to solve: process "/bin/bash -c conda update conda && conda env update -n base -f /root/environment.yaml && rm /root/environment.yaml && conda clean -ya && pip cache purge" did not complete successfully: exit code: 1 ```

When i try to use the image from nicklashansen/tdmpc2, i have the error

gpu error

```shell docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. ERRO[0002] error waiting for container: context canceled ```

After installing nvidia-container-toolkit, everything seems good before i start evaluation or training.

evaluation and training errors

```shell (base) root@4070f06117fe:/tdmpc2/tdmpc2# python evaluate.py task=mt80 model_size=48 checkpoint=multitask/mt80-48M.pt Error executing job with overrides: ['task=mt80', 'model_size=48', 'checkpoint=multitask/mt80-48M.pt'] Traceback (most recent call last): File "/tdmpc2/tdmpc2/evaluate.py", line 42, in evaluate assert torch.cuda.is_available() AssertionError Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. (base) root@4070f06117fe:/tdmpc2/tdmpc2# python train.py task=mt80 model_size=48 batch_size=1024 Error executing job with overrides: ['task=mt80', 'model_size=48', 'batch_size=1024'] Traceback (most recent call last): File "/tdmpc2/tdmpc2/train.py", line 43, in train assert torch.cuda.is_available() AssertionError Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. ```

My card is the RTX 4090. Help me please.

DmitryAMakarov commented 2 months ago

Hello! First of all, thank you the great work with TD-MPC2! Now I have the same problem as @LucaVendruscolo had, but on the Ubuntu 22.04.

Error while docker building When i try to use the image from nicklashansen/tdmpc2, i have the error

gpu error After installing nvidia-container-toolkit, everything seems good before i start evaluation or training.

evaluation and training errors My card is the RTX 4090. Help me please.

I solved the problem. Error "torch.cuda.is_available()" was caused bad nvidia-container-toolkit installation. I reinstalled it and got error "ERROR: Shadow framebuffer is not complete, error 0x8cd7". To solve it I added symbolic link (as in issue): ln -s /usr/local/cuda-11.3 /usr/local/nvidia

Finally, all is ok now.