Skip to content

Commit

Permalink
feat: add leukoexpert mimaial image without large ml liberys for the …
Browse files Browse the repository at this point in the history
…interop shocases with aachen becouse they cant work with the large ones
  • Loading branch information
antidodo committed Nov 20, 2023
1 parent f596ef0 commit 889f8dc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/leuko-expert/minimal/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/minimal/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.
without svd from the base image, to make it smaller for aachen interop shocases.

9 changes: 9 additions & 0 deletions data/leuko-expert/minimal/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
minio
numpy
pandas == 2.0.3
scikit-learn
requests
fpdf
pycap
matplotlib

0 comments on commit 889f8dc

Please sign in to comment.