Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 2, 2024
1 parent 25d7546 commit d1e2b9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM ghcr.io/boettiger-lab/k8s:latest
FROM ghcr.io/boettiger-lab/nautilus:latest
WORKDIR /app

COPY . .

RUN pip install -r requirements.txt

# huggingface uses port 7860 by default
CMD streamlit run app.py \
--server.address 0.0.0.0 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Streamlit Demo
title: Redlining GBIF
emoji: 🌍
colorFrom: yellow
colorTo: indigo
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
streamlit
altair
ibis-duckdb
leafmap
maplibre

0 comments on commit d1e2b9f

Please sign in to comment.