Spaces:
Running
Running
Sync from GitHub via hub-sync
Browse files
README.md
CHANGED
|
@@ -29,8 +29,8 @@ uv sync
|
|
| 29 |
uv run marimo run filter_engine.py
|
| 30 |
|
| 31 |
# Docker
|
| 32 |
-
docker build -t
|
| 33 |
-
docker run -p 7860:7860
|
| 34 |
```
|
| 35 |
|
| 36 |
Then open <http://localhost:7860> in your browser.
|
|
@@ -61,6 +61,6 @@ This app is hosted on [Hugging Face Spaces](https://huggingface.co/spaces) using
|
|
| 61 |
Push to the Space's `main` branch to trigger a rebuild:
|
| 62 |
|
| 63 |
```bash
|
| 64 |
-
git remote add space https://huggingface.co/spaces/
|
| 65 |
git push space main
|
| 66 |
```
|
|
|
|
| 29 |
uv run marimo run filter_engine.py
|
| 30 |
|
| 31 |
# Docker
|
| 32 |
+
docker build -t opensyndrome-databrowser .
|
| 33 |
+
docker run -p 7860:7860 opensyndrome-databrowser
|
| 34 |
```
|
| 35 |
|
| 36 |
Then open <http://localhost:7860> in your browser.
|
|
|
|
| 61 |
Push to the Space's `main` branch to trigger a rebuild:
|
| 62 |
|
| 63 |
```bash
|
| 64 |
+
git remote add space https://huggingface.co/spaces/opensyndrome/osi-data-browser
|
| 65 |
git push space main
|
| 66 |
```
|