Spaces:
Running
Running
Added Docker instructions to README
Browse files
README.md
CHANGED
|
@@ -1 +1,18 @@
|
|
| 1 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# wsi-visualization-demo
|
| 2 |
+
|
| 3 |
+
## Docker
|
| 4 |
+
|
| 5 |
+
1. Build image:
|
| 6 |
+
```
|
| 7 |
+
docker build -t wsi-visualization .
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
2. Run image:
|
| 11 |
+
```
|
| 12 |
+
docker run -p 7860:7860 wsi-visualization
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
3. Open in browser:
|
| 16 |
+
```
|
| 17 |
+
open http://localhost:7860
|
| 18 |
+
```
|