Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
EduReyes authored Jun 17, 2021
1 parent 35e8345 commit 914c9d6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# syntax=docker/dockerfile:1

FROM fnndsc/ubuntu-python3

WORKDIR /app

COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

COPY . .



11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pydicom>=1.3.0
numpy>=1.17.2
scikit_image>=0.15.0
torch>=1.7.1
torchvision
scipy>=1.3.1
SimpleITK==1.2.4
#skimage
fill_voids
tqdm
tensorflow==2.5.0

0 comments on commit 914c9d6

Please sign in to comment.