cboettig commited on
Commit
56f8461
·
1 Parent(s): 8fc260e

:see_no_evil:

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR /app
3
 
4
  COPY . .
5
 
6
- RUN pip install -r requirements.txt
7
 
8
  # huggingface uses port 7860 by default
9
  CMD streamlit run app.py \
 
3
 
4
  COPY . .
5
 
6
+ # RUN pip install -r requirements.txt
7
 
8
  # huggingface uses port 7860 by default
9
  CMD streamlit run app.py \
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  streamlit
2
  altair
3
- ibis-duckdb
4
  leafmap
5
  maplibre
6
 
 
1
  streamlit
2
  altair
3
+ ibis[duckdb]
4
  leafmap
5
  maplibre
6