Skip to content

Commit

Permalink
test: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mangowhoiscloud committed Sep 6, 2024
1 parent 8ee9cef commit 0b4b612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.12.4-slim
COPY . .

# 필요 패키지 설치
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools wheel
RUN pip install --use-pep517 --no-cache-dir -r requirements.txt

ENTRYPOINT ["uvicorn", "ai_server.py:app", "--host", "0.0.0.0", "--port", "8000"]
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fastapi
pydantic
uvicorn
pydantic
dotenv
elasticsearch
sentence-transformers
langchain_community
langchain-openai
langchain-core
openai
dotenv
langchain-core
langchain-openai
langchain_community

0 comments on commit 0b4b612

Please sign in to comment.