Skip prebuilt decoder wheel in Dockerfile

This commit is contained in:
Reuben Morais 2020-04-24 13:46:17 +02:00
parent 43a85518d2
commit 0720bcb713

View File

@ -149,7 +149,7 @@ COPY . /DeepSpeech/
WORKDIR /DeepSpeech
RUN pip3 --no-cache-dir install .
RUN DS_NODECODER=1 pip3 --no-cache-dir install .
# Link DeepSpeech native_client libs to tf folder
RUN ln -s /DeepSpeech/native_client /tensorflow