cboettig commited on
Commit
be0e4a8
Β·
unverified Β·
1 Parent(s): c1c59bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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