dicom_indexer docker:wip

This commit is contained in:
bpinsard 2024-01-31 11:04:50 -05:00
parent ada02fa0ab
commit 4339b20b3c
1 changed files with 3 additions and 0 deletions

View File

@ -10,5 +10,8 @@ RUN apk add --no-cache dcmtk --repository=https://dl-cdn.alpinelinux.org/alpine/
RUN pip install --break-system-packages --no-cache-dir datalad ssh_agent_setup python-gitlab pydicom pyyaml RUN pip install --break-system-packages --no-cache-dir datalad ssh_agent_setup python-gitlab pydicom pyyaml
ADD indexer /indexer ADD indexer /indexer
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh
WORKDIR /work WORKDIR /work