-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add leukoexpert mimaial image without large ml liberys for the …
…interop shocases with aachen becouse they cant work with the large ones
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|