Skip prebuilt decoder wheel in Dockerfile
This commit is contained in:
parent
43a85518d2
commit
0720bcb713
@ -149,7 +149,7 @@ COPY . /DeepSpeech/
|
|||||||
|
|
||||||
WORKDIR /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
|
# Link DeepSpeech native_client libs to tf folder
|
||||||
RUN ln -s /DeepSpeech/native_client /tensorflow
|
RUN ln -s /DeepSpeech/native_client /tensorflow
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user