Skip to content

Commit

Permalink
added git_hash and updated label
Browse files Browse the repository at this point in the history
  • Loading branch information
vkt1414 committed Sep 20, 2023
1 parent 7f87f5e commit 6a5e668
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfiles/TotalSegmentator/splitWorkflow/task3/Dockerfile
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 \
Expand Down

0 comments on commit 6a5e668

Please sign in to comment.