Skip to content

Commit

Permalink
Update path to pixl_dcmd root and stop using requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstutters committed Jan 29, 2024
1 parent fa17cf0 commit 0fd44e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/orthanc-anon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ COPY ./orthanc/orthanc-anon/plugin/tag-operations.yaml /etc/orthanc/tag-operatio
COPY ./pixl_core/ ./pixl_core
RUN pip3 install --no-cache-dir ./pixl_core

COPY ./pixl_dcmd/src/requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt

COPY ./pixl_dcmd/src ./pixl_dcmd
COPY ./pixl_dcmd/ ./pixl_dcmd
RUN pip3 install --no-cache-dir ./pixl_dcmd

0 comments on commit 0fd44e4

Please sign in to comment.