Skip to content

Commit cbe3cc7

Browse files
Add tqdm to Dockerfile evaluation dependencies
1 parent f991e6d commit cbe3cc7

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)