youngjeck commited on
Commit
2e9158b
·
verified ·
1 Parent(s): 7a4f1d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  # Install dependencies
4
- RUN pip install --no-cache-dir fastapi python-multipart uvicorn transformers torch Pillow
5
 
6
  # Create app directory
7
  WORKDIR /app
 
1
  FROM python:3.11-slim
2
 
3
  # Install dependencies
4
+ RUN pip install --no-cache-dir requirements.txt
5
 
6
  # Create app directory
7
  WORKDIR /app