Remove Git LFS from docs
This commit is contained in:
parent
2835151951
commit
216da91842
|
@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
libboost-all-dev \
|
libboost-all-dev \
|
||||||
libgsm1-dev \
|
libgsm1-dev \
|
||||||
|
|
|
@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
|
||||||
libboost-all-dev \
|
libboost-all-dev \
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
locales \
|
locales \
|
||||||
|
@ -32,7 +31,6 @@ RUN apt-get install -y --no-install-recommends libopus0 libsndfile1
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN git lfs install
|
|
||||||
RUN git clone $DEEPSPEECH_REPO
|
RUN git clone $DEEPSPEECH_REPO
|
||||||
|
|
||||||
WORKDIR /DeepSpeech
|
WORKDIR /DeepSpeech
|
||||||
|
|
|
@ -6,15 +6,13 @@ Training Your Own Model
|
||||||
Prerequisites for training a model
|
Prerequisites for training a model
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
||||||
* `Python 3.6 <https://www.python.org/>`_
|
* `Python 3.6 <https://www.python.org/>`_
|
||||||
* `Git Large File Storage <https://git-lfs.github.com/>`_
|
|
||||||
* Mac or Linux environment
|
* Mac or Linux environment
|
||||||
|
|
||||||
Getting the training code
|
Getting the training code
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Install `Git Large File Storage <https://git-lfs.github.com/>`_ 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
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@ Prerequisites
|
||||||
* Windows 10
|
* Windows 10
|
||||||
* `Windows 10 SDK <https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk>`_
|
* `Windows 10 SDK <https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk>`_
|
||||||
* `Visual Studio 2019 Community <https://visualstudio.microsoft.com/vs/community/>`_
|
* `Visual Studio 2019 Community <https://visualstudio.microsoft.com/vs/community/>`_
|
||||||
* `Git Large File Storage <https://git-lfs.github.com/>`_
|
|
||||||
* `TensorFlow Windows pre-requisites <https://www.tensorflow.org/install/source_windows>`_
|
* `TensorFlow Windows pre-requisites <https://www.tensorflow.org/install/source_windows>`_
|
||||||
|
|
||||||
Inside the Visual Studio Installer enable ``MS Build Tools`` and ``VC++ 2019 v16.00 (v160) toolset for desktop``.
|
Inside the Visual Studio Installer enable ``MS Build Tools`` and ``VC++ 2019 v16.00 (v160) toolset for desktop``.
|
||||||
|
|
Loading…
Reference in New Issue