generated from FNNDSC/python-chrisapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d60711b
commit 579fa00
Showing
11 changed files
with
384 additions
and
86 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,10 +2,12 @@ | |
FROM docker.io/fnndsc/mni-conda-base:unofficial | ||
|
||
LABEL org.opencontainers.image.authors="Jennings Zhang <[email protected]>" \ | ||
org.opencontainers.image.title="pl-fetal-cp-surface-extract" \ | ||
org.opencontainers.image.description="Fetal brain MRI CP surface extraction using CIVET marching-cubes" | ||
org.opencontainers.image.title="pl-fetal-surface-extract" \ | ||
org.opencontainers.image.description="Fetal brain MRI surface extraction using CIVET marching-cubes" | ||
|
||
WORKDIR /usr/local/src/pl-fetal-cp-surface-extract | ||
WORKDIR /usr/local/src/pl-fetal-surface-extract | ||
|
||
RUN conda install -c conda-forge -y numpy=1.22.3 | ||
|
||
COPY requirements.txt . | ||
RUN pip install -r requirements.txt | ||
|
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
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
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
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
Oops, something went wrong.