diff --git a/Dockerfile b/Dockerfile index 6ac48af50..79fc40a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get --allow-releaseinfo-change update && apt-get upgrade -y && \ build-essential \ libz-dev \ swig \ - git-lfs \ unzip \ cmake && \ apt-get clean && rm -rf /var/lib/apt/lists/* diff --git a/docs/source/install/installing_mala.rst b/docs/source/install/installing_mala.rst index 9a46ed5b5..f34436ad4 100644 --- a/docs/source/install/installing_mala.rst +++ b/docs/source/install/installing_mala.rst @@ -37,17 +37,13 @@ The examples and tests need additional data to run. The MALA team provides a to check out the correct tag for the data repository, since the data repository itself is subject to ongoing development as well. -Also make sure to have the `Git LFS `_ installed on your -machine, since the data repository operates using Git LFS to handle large -binary files for example training data. - * Download data repository and check out correct tag: .. code-block:: bash git clone https://github.com/mala-project/test-data ~/path/to/data/repo cd ~/path/to/data/repo - git checkout v1.7.0 + git checkout v1.7.8 * Export the path to that repo by ``export MALA_DATA_REPO=~/path/to/data/repo``