andreped's picture
Added Docker instructions to README
15ecff4
|
raw
history blame
218 Bytes
# wsi-visualization-demo
## Docker
1. Build image:
```
docker build -t wsi-visualization .
```
2. Run image:
```
docker run -p 7860:7860 wsi-visualization
```
3. Open in browser:
```
open http://localhost:7860
```