-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename to hippunfold_deps
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM continuumio/miniconda3:4.10.3 | |
|
||
MAINTAINER [email protected] | ||
|
||
#dependencies for hippocampal autotop | ||
#dependencies for hippunfold | ||
# note: this installs minified versions of fsl and ants to save space.. | ||
|
||
RUN apt-get --allow-releaseinfo-change update && mkdir -p /usr/share/man/man1 && apt-get install -y curl tree unzip bc default-jre libgomp1 cmake cmake-curses-gui libpng-dev zlib1g-dev build-essential wget bzip2 ca-certificates gnupg2 squashfs-tools git graphviz-dev && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# autotop_deps | ||
Dependencies container for hippocampal_autotop (niftynet, minified fsl/ants, c3d, mcr) | ||
# hippunfold_deps | ||
Dependencies container for HippUnfold (niftynet, minified fsl/ants, c3d, mcr, python dependencies) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.poetry] | ||
name = "autotop_deps" | ||
name = "hippunfold_deps" | ||
version = "0.5.0" | ||
description = "Dependencies for HippUnfold" | ||
authors = ["Jordan DeKraker & Ali Khan <[email protected]>"] | ||
|