Skip to content

Commit

Permalink
add ml master image for dicom work under leukoexpert
Browse files Browse the repository at this point in the history
  • Loading branch information
antidodo committed Apr 25, 2022
1 parent 281aa2d commit 6a2a9c9
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 6a2a9c9

Please sign in to comment.