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 ebeff80 commit 722ae60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY . .

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

ENTRYPOINT ["uvicorn", "ai_server.py:app", "--host", "0.0.0.0", "--port", "8000"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python-dotenv
fastapi
uvicorn
pydantic
Expand Down

0 comments on commit 722ae60

Please sign in to comment.