From 56f8461763045a88e61dc57665eda70783bd3309 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Mon, 2 Dec 2024 23:27:35 +0000 Subject: [PATCH] :see_no_evil: --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85d5848..ec40a9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/requirements.txt b/requirements.txt index 5c7bc95..95e80b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ streamlit altair -ibis-duckdb +ibis[duckdb] leafmap maplibre