Skip to content

Commit

Permalink
Removed Git LFS from Docker and Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jun 5, 2024
1 parent ccbcd6e commit 598d021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
6 changes: 1 addition & 5 deletions docs/source/install/installing_mala.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://git-lfs.com/>`_ 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``

Expand Down

0 comments on commit 598d021

Please sign in to comment.