We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d2536 commit 95414e8Copy full SHA for 95414e8
README.md
@@ -1,2 +1,14 @@
1
-# tiatoolbox-docker
2
-Docker Official Image packaging for Tiatoolbox
+# TIAToolbox-Docker
+Docker Official Image packaging for [TIAToolbox](https://github.com/TissueImageAnalytics/tiatoolbox).
3
+
4
+1. Navigate to the Dockerfile that you want to use, based on the Python version and Operating System that you prefer
5
6
+2. Build the Docker image
7
+```bash
8
+docker build -t <image_name> .
9
+```
10
11
+3. Deploy the image as a Docker container
12
13
+docker run -it --rm --name <container_name> <image_name>
14
0 commit comments