-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ImagingDataCommons/iteration2
Iteration2
- Loading branch information
Showing
2 changed files
with
5 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 |
---|---|---|
@@ -1,13 +1,14 @@ | ||
FROM python:3.11.2-slim-buster | ||
|
||
#ARG GIT_HASH= | ||
ARG GIT_HASH | ||
|
||
# ENV TERM=xterm-256color \ | ||
# BAMID_URL=https://github.com/Griffan/VerifyBamID/archive \ | ||
# TINI_VERSION=v0.19.0 | ||
|
||
LABEL MAINTAINER="IDC <[email protected]>" \ | ||
GIT_HASH=${GIT_HASH} | ||
GIT_HASH=${GIT_HASH}\ | ||
IMAGE_NAME_ON_DOCKERHUB="imagingdatacommons/totalsegmentator:task3_v5" | ||
|
||
# Install some basic system utilities | ||
RUN apt-get update \ | ||
|
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