Skip to content

Commit 6f5bec0

Browse files
Fix remote address
1 parent e963e38 commit 6f5bec0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ uv sync
2929
uv run marimo run filter_engine.py
3030

3131
# Docker
32-
docker build -t osi-browser .
33-
docker run -p 7860:7860 osi-browser
32+
docker build -t opensyndrome-databrowser .
33+
docker run -p 7860:7860 opensyndrome-databrowser
3434
```
3535

3636
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
6161
Push to the Space's `main` branch to trigger a rebuild:
6262

6363
```bash
64-
git remote add space https://huggingface.co/spaces/<your-username>/osi-data-browser
64+
git remote add space https://huggingface.co/spaces/opensyndrome/osi-data-browser
6565
git push space main
6666
```

0 commit comments

Comments
 (0)