Skip to content

Commit

Permalink
chagne the LE ml matesr image for use with mri train
Browse files Browse the repository at this point in the history
  • Loading branch information
antidodo committed Oct 4, 2023
1 parent 2607dd7 commit 2f1621e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/leuko-expert/ml/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.9
FROM nvcr.io/nvidia/tensorflow:23.06-tf2-py3

RUN apt-get update -yqq && \
apt-get dist-upgrade -yqq && \
apt-get install -yqq git
pip3 install git+https://github.com/PHT-Medic/train-container-library.git

COPY requirements.txt /tmp/requirements.txt

Expand Down
4 changes: 2 additions & 2 deletions data/leuko-expert/ml/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ numpy
pandas
scikit-learn
scikit-image
torch
torchvision
nibabel
scipy
pydicom
matplotlib
tqdm

0 comments on commit 2f1621e

Please sign in to comment.