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 8fc260e commit 56f8461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app

COPY . .

RUN pip install -r requirements.txt
# RUN pip install -r requirements.txt

# huggingface uses port 7860 by default
CMD streamlit run app.py \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
streamlit
altair
ibis-duckdb
ibis[duckdb]
leafmap
maplibre

0 comments on commit 56f8461

Please sign in to comment.