Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 476 Bytes

Dicom Container Project

Dicom container with a simple Modality Worklist service.

Prerequisites

Create a virtual environment and execute the following line of code:

pip install -r requirements.txt

I recommend the usage of Python 3.11.1

Installation

Build a docker continer executing the following line of code:

docker build ./ -t python-pacs

Authors