Spaces:
Build error
Build error
File size: 795 Bytes
d48b6bc be36740 4a9c2fa be36740 d48b6bc be36740 f13bb96 17a6940 f13bb96 17a6940 f13bb96 8022f28 f13bb96 17a6940 f13bb96 17a6940 f13bb96 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ---
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!
|