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 56f8461 commit b54d63f
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
Expand Up @@ -3,4 +3,4 @@ altair
ibis[duckdb]
leafmap
maplibre

minio

0 comments on commit b54d63f

Please sign in to comment.