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
ae16877
commit 455b243
Showing
7 changed files
with
43 additions
and
307 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
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 |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
FROM docker.io/python:3.10.6-slim-bullseye | ||
|
||
LABEL org.opencontainers.image.authors="FNNDSC <[email protected]>" \ | ||
org.opencontainers.image.title="ChRIS Plugin Title" \ | ||
org.opencontainers.image.description="A ChRIS plugin that..." | ||
org.opencontainers.image.title="create_tetra" \ | ||
org.opencontainers.image.description="A ChRIS fs plugin wrapper for create_tetra" | ||
|
||
WORKDIR /usr/local/src/app | ||
WORKDIR /usr/local/src/pl-create_tetra | ||
|
||
COPY requirements.txt . | ||
RUN pip install -r requirements.txt | ||
|
@@ -16,4 +16,4 @@ COPY . . | |
ARG extras_require=none | ||
RUN pip install ".[${extras_require}]" | ||
|
||
CMD ["commandname", "--help"] | ||
CMD ["create_tetra_wrapper", "--help"] |
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.