Skip to content

Commit 760775e

Browse files
authored
Update README.md
1 parent 0016cf1 commit 760775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Note about Windows Docker Desktop: it might not br able to completelly finish th
134134
3. Build container: `docker build https://github.com/IvanKuchin/pancreas_segmentation.git -f docker/Dockerfile -t pancreas_ai`
135135
4. Place a single CT scan in dicom-format into a folder
136136
5. CPU: `docker run -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai` (very slow: 10-15 mins)
137-
6. GPU: `docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai`(requires NVIDIA GPU)
137+
6. GPU: `docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict pancreas_ai` (requires NVIDIA GPU)
138138
7. Final line in the container output is the probability of having cancer. (0 - cancer-free, 1 - positive)
139139

140140
Container size is huge (~21 GB). It will take sometime to pull it from registry.

0 commit comments

Comments
 (0)