Skip to content

Commit 22705d0

Browse files
Merge pull request #18 from bic-mac-challenge/ChristianHinge-patch-1
Add tqdm to Dockerfile evaluation dependencies
2 parents f991e6d + cbe3cc7 commit 22705d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/evaluation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12-slim
22

3-
RUN pip install --no-cache-dir nibabel numpy scipy
3+
RUN pip install --no-cache-dir nibabel numpy scipy tqdm
44

55
COPY pyproject.toml .
66
COPY src/ src/

0 commit comments

Comments
 (0)