andreped commited on
Commit
15ecff4
·
1 Parent(s): 2140160

Added Docker instructions to README

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1 +1,18 @@
1
- # fast-wsi-visualization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```