Skip to content

Commit 12b58e9

Browse files
committed
Pin dicom validator raw install
1 parent da9055e commit 12b58e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/orthanc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM pixl_orthanc_uv AS pixl_orthanc_with_spec
3232
# Do it in dead end build stage to discard this environment afterwards,
3333
# and because the spec is only needed in orthanc-anon.
3434
RUN uv venv
35-
RUN uv pip install dicom-validator
35+
RUN uv pip install dicom-validator==0.7.3
3636
COPY ./orthanc/orthanc-anon/plugin/download_dicom_spec.py /etc/orthanc/download_dicom_spec.py
3737
RUN --mount=type=cache,target=/root/.cache,id=dlspec \
3838
python3 /etc/orthanc/download_dicom_spec.py

0 commit comments

Comments
 (0)