Merge branch 'new-alpha' (Fixes #2938)

This commit is contained in:
Reuben Morais 2020-04-24 14:37:59 +02:00
commit 8c0fbcbbbf
2 changed files with 2 additions and 2 deletions

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

View File

@ -1 +1 @@
0.7.0-alpha.3
0.7.0-alpha.4