X commited on
Commit
7cbdc7d
·
verified ·
1 Parent(s): b649812

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
12
  COPY app.py .
13
 
14
  # Устанавливаем Python-зависимости прямо здесь (без requirements.txt)
15
- RUN pip install fastapi uvicorn python-multipart
16
 
17
  # Запускаем
18
  CMD ["python", "app.py"]
 
12
  COPY app.py .
13
 
14
  # Устанавливаем Python-зависимости прямо здесь (без requirements.txt)
15
+ RUN pip install fastapi uvicorn python-multipart jinja2
16
 
17
  # Запускаем
18
  CMD ["python", "app.py"]