We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f991e6d + cbe3cc7 commit 22705d0Copy full SHA for 22705d0
1 file changed
src/evaluation/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12-slim
2
3
-RUN pip install --no-cache-dir nibabel numpy scipy
+RUN pip install --no-cache-dir nibabel numpy scipy tqdm
4
5
COPY pyproject.toml .
6
COPY src/ src/
0 commit comments