diff --git a/Dockerfile b/Dockerfile index b5b1aae2..caf58247 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/VERSION b/VERSION index ba984594..de6d403a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-alpha.3 +0.7.0-alpha.4