Test / README.md
tinaok's picture
Update README.md
8022f28 verified
|
raw
history blame
No virus
795 Bytes
---
title: SADCP View web test application
emoji: 🌊⛴
colorFrom: pink
colorTo: blue
sdk: docker
pinned: false
---
# How to run the web-app on a docker instance
```
git clone https://huggingface.co/spaces/SADCPVIEW/Test
```
You have all you need (Dockerfile, requirements, code) in this repo
# How to run the web-app on your PC
- Download the configuration
```
git clone https://huggingface.co/spaces/SADCPVIEW/Test
```
- Download the data.tar file as shown in the Dockerfile.
- Create python enviroment and run the code
```
micromamba create -n sadcpview python=3.11
micromamba activate sadcpview
cd Test
pip install -r requirements.txt
panel serve app.py
```
- access the web app!
Above panel command will show the web app address. Just check that with your favorite browser!