Spaces:
Sleeping
Sleeping
:see_no_evil:
Browse files- Dockerfile +1 -1
- 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
|
4 |
leafmap
|
5 |
maplibre
|
6 |
|
|
|
1 |
streamlit
|
2 |
altair
|
3 |
+
ibis[duckdb]
|
4 |
leafmap
|
5 |
maplibre
|
6 |
|