Skip to content

Commit

Permalink
alow fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ntchinda-Giscard committed May 25, 2024
1 parent d4f7df2 commit 03b720c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ COPY requirements.txt .
# && apt-get install -y --no-install-recommends --no-install-suggests \
# && pip install --no-cache-dir --upgrade pip

RUN pip install --default-timeout=200 future
RUN pip install --no-cache-dir -r requirements.txt

# Copy the FastAPI app into the container
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ultralytics==8.0.26
spacy
boto3
python-dotenv
paddleocr
paddleocr
fastapi
uvicorn

0 comments on commit 03b720c

Please sign in to comment.