From 722ae60683be35cd561033afeaeab399b5918543 Mon Sep 17 00:00:00 2001 From: mng990 Date: Sat, 7 Sep 2024 03:01:27 +0900 Subject: [PATCH] =?UTF-8?q?test:=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a2eda0..0aa2baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/requirements.txt b/requirements.txt index c59e2ba..73c0721 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +python-dotenv fastapi uvicorn pydantic