Skip to content

Commit

Permalink
✨Orthanc docker image with pyorthanc
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemarechal committed Nov 7, 2024
1 parent 03546eb commit dceaac4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM orthancteam/orthanc:24.9.1

MAINTAINER Yannick Lemaréchal <[email protected]>
LABEL Description="Orthanc with pyorthanc"
LABEL org.opencontainers.image.authors="Gabriel Couture, Yannick Lemaréchal"
LABEL org.label-schema.url="https://github.com/gacou54/pyorthanc"

RUN apt-get -y clean && \
apt-get -y update && \
apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
python3.11 python3.11-full


RUN pip install --break-system-packages pyorthanc==1.18.0

0 comments on commit dceaac4

Please sign in to comment.