Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -35,9 +35,9 @@ The required code for analysis is in `fire.py`, with solara visualization in `pa
|
|
35 |
|
36 |
This repository uses three GitHub Actions:
|
37 |
|
38 |
-
π¦ [`docker.yml`](.github/workflows/docker.yml) builds the Dockerfile and pushes to GitHub Container Registry
|
39 |
-
π€ [`sync-hf.yml`](.github/workflows/sync-hf.yml) syncs the GitHub repo to HuggingFace Spaces repo, which renders the Solara App via Dockerfile.
|
40 |
-
π» [`compute.yml`](.github/workflows/compute.yml) Runs the `fire.py` script using the Docker container environment, and pushes the resulting COGs to π€ huggingface datasets.
|
41 |
|
42 |
### Credentials
|
43 |
|
|
|
35 |
|
36 |
This repository uses three GitHub Actions:
|
37 |
|
38 |
+
- π¦ [`docker.yml`](.github/workflows/docker.yml) builds the Dockerfile and pushes to GitHub Container Registry
|
39 |
+
- π€ [`sync-hf.yml`](.github/workflows/sync-hf.yml) syncs the GitHub repo to HuggingFace Spaces repo, which renders the Solara App via Dockerfile.
|
40 |
+
- π» [`compute.yml`](.github/workflows/compute.yml) Runs the `fire.py` script using the Docker container environment, and pushes the resulting COGs to π€ huggingface datasets.
|
41 |
|
42 |
### Credentials
|
43 |
|