diff --git a/py_server/Dockerfile b/py_server/Dockerfile index 1aab7bc..f87d220 100644 --- a/py_server/Dockerfile +++ b/py_server/Dockerfile @@ -1,7 +1,5 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11 -ENV PORT=5000 - COPY requirements.txt . RUN pip install -r requirements.txt