We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9055e commit 12b58e9Copy full SHA for 12b58e9
docker/orthanc/Dockerfile
@@ -32,7 +32,7 @@ FROM pixl_orthanc_uv AS pixl_orthanc_with_spec
32
# Do it in dead end build stage to discard this environment afterwards,
33
# and because the spec is only needed in orthanc-anon.
34
RUN uv venv
35
-RUN uv pip install dicom-validator
+RUN uv pip install dicom-validator==0.7.3
36
COPY ./orthanc/orthanc-anon/plugin/download_dicom_spec.py /etc/orthanc/download_dicom_spec.py
37
RUN --mount=type=cache,target=/root/.cache,id=dlspec \
38
python3 /etc/orthanc/download_dicom_spec.py
0 commit comments