DeepSpeech: 【Dockerfile install】Version '2.3.7-1+cuda10.0' for 'libnccl2' was not found
I would like to deploy DeepSpeech
using Dockerfile. But during the installation, the below error happened.
/data/peter/asr/DeepSpeech-0.5.1$ docker build -t deepspeech:v0.5.1 .
Sending build context to Docker daemon 500.3MB
Step 1/70 : FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04
---> bdc0497c2295
Step 2/70 : RUN apt-get update && apt-get install -y --no-install-recommends build-essential curl wget git python3 python3-dev python3-pip python3-wheel python3-numpy libcurl3-dev ca-certificates gcc sox libsox-fmt-mp3 htop nano swig cmake libboost-all-dev zlib1g-dev libbz2-dev liblzma-dev locales pkg-config libsox-dev openjdk-8-jdk bash-completion g++ unzip
---> Using cache
---> 38fcd00ba9ea
Step 3/70 : RUN ln -s -f /usr/bin/python3 /usr/bin/python
---> Using cache
---> 7bfdc9448bb3
Step 4/70 : RUN apt-get install -qq -y --allow-downgrades --allow-change-held-packages libnccl2=2.3.7-1+cuda10.0 libnccl-dev=2.3.7-1+cuda10.0
---> Running in 1d30f0cbbb5b
E: Version '2.3.7-1+cuda10.0' for 'libnccl2' was not found
E: Version '2.3.7-1+cuda10.0' for 'libnccl-dev' was not found
The command '/bin/sh -c apt-get install -qq -y --allow-downgrades --allow-change-held-packages libnccl2=2.3.7-1+cuda10.0 libnccl-dev=2.3.7-1+cuda10.0' returned a non-zero code: 100
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (7 by maintainers)
@reuben I would like to cry when i saw the below even though the words are red…