diff --git a/Dockerfile.build.tmpl b/Dockerfile.build.tmpl index d5f24344..58bea150 100644 --- a/Dockerfile.build.tmpl +++ b/Dockerfile.build.tmpl @@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ git \ - git-lfs \ libbz2-dev \ libboost-all-dev \ libgsm1-dev \ diff --git a/Dockerfile.train.tmpl b/Dockerfile.train.tmpl index cdcf1d3c..e3b47795 100644 --- a/Dockerfile.train.tmpl +++ b/Dockerfile.train.tmpl @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ cmake \ curl \ git \ - git-lfs \ libboost-all-dev \ libbz2-dev \ locales \ @@ -32,7 +31,6 @@ RUN apt-get install -y --no-install-recommends libopus0 libsndfile1 RUN rm -rf /var/lib/apt/lists/* WORKDIR / -RUN git lfs install RUN git clone $DEEPSPEECH_REPO WORKDIR /DeepSpeech diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 0463ba26..7de40e6a 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -6,15 +6,13 @@ Training Your Own Model Prerequisites for training a model ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * `Python 3.6 `_ -* `Git Large File Storage `_ * Mac or Linux environment Getting the training code ^^^^^^^^^^^^^^^^^^^^^^^^^ -Install `Git Large File Storage `_ either manually or through a package-manager if available on your system. Then clone the DeepSpeech repository normally: +Clone the DeepSpeech repository: .. code-block:: bash diff --git a/native_client/dotnet/README.rst b/native_client/dotnet/README.rst index 9f50f446..b1025573 100644 --- a/native_client/dotnet/README.rst +++ b/native_client/dotnet/README.rst @@ -31,7 +31,6 @@ Prerequisites * Windows 10 * `Windows 10 SDK `_ * `Visual Studio 2019 Community `_ -* `Git Large File Storage `_ * `TensorFlow Windows pre-requisites `_ Inside the Visual Studio Installer enable ``MS Build Tools`` and ``VC++ 2019 v16.00 (v160) toolset for desktop``.