TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.23k stars 242 forks source link

Can not build docker #169

Closed MR-520DAI closed 2 years ago

MR-520DAI commented 3 years ago

When I am building docker image,this commond is wrong!

Collecting git+https://github.com/horovod/horovod.git@65de4c961d1e5ad2828f2f6c4329072834f27661 Cloning https://github.com/horovod/horovod.git (to revision 65de4c961d1e5ad2828f2f6c4329072834f27661) to /tmp/pip-req-build-ysb6ixn4 Running command git clone -q https://github.com/horovod/horovod.git /tmp/pip-req-build-ysb6ixn4 Running command git rev-parse -q --verify 'sha^65de4c961d1e5ad2828f2f6c4329072834f27661' Running command git fetch -q https://github.com/horovod/horovod.git 65de4c961d1e5ad2828f2f6c4329072834f27661 Running command git checkout -q 65de4c961d1e5ad2828f2f6c4329072834f27661 Running command git submodule update --init --recursive -q

MR-520DAI commented 3 years ago

Collecting git+https://github.com/horovod/horovod.git@65de4c961d1e5ad2828f2f6c4329072834f27661 Cloning https://github.com/horovod/horovod.git (to revision 65de4c961d1e5ad2828f2f6c4329072834f27661) to /tmp/pip-req-build-6vnbqn8x Running command git clone -q https://github.com/horovod/horovod.git /tmp/pip-req-build-6vnbqn8x fatal: unable to access 'https://github.com/horovod/horovod.git/': Empty reply from server WARNING: Discarding git+https://github.com/horovod/horovod.git@65de4c961d1e5ad2828f2f6c4329072834f27661. Command errored out with exit status 128: git clone -q https://github.com/horovod/horovod.git /tmp/pip-req-build-6vnbqn8x Check the logs for full command output. ERROR: Command errored out with exit status 128: git clone -q https://github.com/horovod/horovod.git /tmp/pip-req-build-6vnbqn8x Check the logs for full command output. The command '/bin/bash -cu ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL HOROVOD_WITH_PYTORCH=1 pip install --no-cache-dir git+https://github.com/horovod/horovod.git@${HOROVOD_VERSION} && ldconfig' returned a non-zero code: 1 Makefile:65: recipe for target 'docker-build' failed make: *** [docker-build] Error 1

stellarpower commented 3 years ago

fatal: unable to access 'https://github.com/horovod/horovod.git/': Empty reply from server This presumably would imply you had some type of network error at the time you built(?) Does it build as of today?