phamluan commited on
Commit
30b281b
·
1 Parent(s): 084937e
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.9-slim
2
 
3
  # Cài các thư viện cần thiết
4
- RUN pip install --no-cache-dir fastapi uvicorn transformers pydantic
5
 
6
  # Copy toàn bộ thư mục app
7
  COPY app /app
 
1
  FROM python:3.9-slim
2
 
3
  # Cài các thư viện cần thiết
4
+ RUN pip install --no-cache-dir fastapi uvicorn transformers pydantic torch
5
 
6
  # Copy toàn bộ thư mục app
7
  COPY app /app