Skip to content

Commit

Permalink
Merge pull request #85 from PHT-Medic/leukoexpert_ml
Browse files Browse the repository at this point in the history
add ml master image for dicom work under leukoexpert
  • Loading branch information
antidodo committed Apr 25, 2022
2 parents e52368a + 6a2a9c9 commit 515cd53
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/leuko-expert/ml/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3.9

RUN apt-get update -yqq && \
apt-get dist-upgrade -yqq && \
apt-get install -yqq git

COPY requirements.txt /tmp/requirements.txt

RUN python3 -m pip install --upgrade pip
RUN pip3 install -r /tmp/requirements.txt
5 changes: 5 additions & 0 deletions data/leuko-expert/ml/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Leuko Expert docker image

Docker image for the Leuko Expert use case of the.
If Pytorch is needed and dicom images

10 changes: 10 additions & 0 deletions data/leuko-expert/ml/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
minio
numpy
pandas
scikit-learn
skimage
torch
torchvision
pydicom
matplotlib
tqdm

0 comments on commit 515cd53

Please sign in to comment.