Skip to content

Commit

Permalink
Merge pull request #43 from MELDProject/dev_docker
Browse files Browse the repository at this point in the history
Dev docker
  • Loading branch information
kwagstyl authored Sep 18, 2024
2 parents 3289207 + 62d4a3f commit aafc7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In order to run the docker, you'll need to configure a couple of files

1. Download `meld_graph.zip` from the [latest github release](https://github.com/MELDProject/meld_graph/releases/latest) and extract it.
2. Copy the freesurfer `license.txt` into the extracted folder
3. (optional) Create the meld_data folder, if it doesn't exist already, and edit the compose.yml `volumes` line before the `:` to point to it. For example, if you wanted the folder to be on a mounted drive in Linux it might be:
3. Create the meld_data folder, if it doesn't exist already, and edit the compose.yml `volumes` line before the `:` to point to it. For example, if you wanted the folder to be on a mounted drive in Linux it might be:
```
volumes:
- /mnt/datadrive/meld-data:/data
Expand Down
2 changes: 1 addition & 1 deletion meld_graph/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def download_test_data():
"""
Download test data from figshare
"""
url = "https://figshare.com/ndownloader/files/49245718?private_link=3b790cfb027f4036f19a"
url = "https://figshare.com/ndownloader/files/49265704?private_link=3b790cfb027f4036f19a"
test_data_dir = MELD_DATA_PATH
os.makedirs(test_data_dir, exist_ok=True)
print('downloading test data to '+ test_data_dir)
Expand Down

0 comments on commit aafc7eb

Please sign in to comment.