Skip to content

Commit 682d655

Browse files
committed
Merge branch 'dicom2niix' of https://github.com/jph6366/TF2.4_IVIM-MRI_CodeCollection into dicom2niix
2 parents 64dc1bc + 30a0603 commit 682d655

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Docker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Before running the Docker container, here are the available options for the `Doc
7474
```sh
7575
sudo docker run -it --rm --name TF2.4_IVIM-MRI_CodeCollection \
7676
-v ~/TF2.4_IVIM-MRI_CodeCollection:/usr/src/app \
77-
-v ~/TF2.4_IVIM-MRI_CodeCollection:/usr/app/output \
7877
tf2.4_ivim-mri_codecollection \
7978
/usr/src/app/dicom_folder
8079
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ dependencies = [
1919
"zenodo-get",
2020
"tqdm",
2121
"pandas",
22-
"itk",
2322
]
2423

2524
[project.optional-dependencies]
2625
dev = [
2726
"pytest",
2827
"pytest-json-report",
28+
"itk",
2929
]
3030
docs = [
3131
"sphinx",

0 commit comments

Comments
 (0)