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

: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
@@ -3,4 +3,4 @@ altair
3
  ibis[duckdb]
4
  leafmap
5
  maplibre
6
-
 
3
  ibis[duckdb]
4
  leafmap
5
  maplibre
6
+ minio