前提・実現したいこと
こちらの質問で、apt-getできないエラーを解決したのですが、その後、buildが進んでいくと、以下のようなエラーが現れてしまいました。このエラーの原因と、解決方法を知りたいです。
よろしくお願いします。
発生している問題・エラーメッセージ
The following NEW packages will be installed: libboost-dev libboost1.65-dev libviennacl-dev ocl-icd-opencl-dev opencl-c-headers 0 upgraded, 5 newly installed, 0 to remove and 9 not upgraded. Need to get 7625 kB of archives. After this operation, 124 MB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libboost1.65-dev amd64 1.65.1+dfsg-0ubuntu5 Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.142), connection timed out Err:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libboost-dev amd64 1.65.1.0ubuntu1 Unable to connect to archive.ubuntu.com:http: Err:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 opencl-c-headers all 2.2~2018.02.21-gb5c3680-1 Unable to connect to archive.ubuntu.com:http: Err:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 ocl-icd-opencl-dev amd64 2.2.11-1ubuntu1 Unable to connect to archive.ubuntu.com:http: Err:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libviennacl-dev all 1.7.1+dfsg1-2ubuntu1 Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.65.1/libboost1.65-dev_1.65.1+dfsg-0ubuntu5_amd64.deb Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.142), connection timed out E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost-defaults/libboost-dev_1.65.1.0ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/k/khronos-opencl-headers/opencl-c-headers_2.2~2018.02.21-gb5c3680-1_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/ocl-icd/ocl-icd-opencl-dev_2.2.11-1ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/v/viennacl/libviennacl-dev_1.7.1+dfsg1-2ubuntu1_all.deb Unable to connect to archive.ubuntu.com:http: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? The command '/bin/sh -c set -xe && git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose && cd /usr/local/openpose && bash ./scripts/ubuntu/install_deps.sh && mkdir -p /usr/local/openpose/build && cd /usr/local/openpose/build && cmake .. && make -j${nproc} && make install' returned a non-zero code: 100
該当のソースコード
bash
1docker build -t openpose .
あなたの回答
tips
プレビュー