Ibraaheem commited on
Commit
21897b0
·
1 Parent(s): f1d8d4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,6 +18,8 @@ COPY pyproject.toml poetry.lock ./
18
  RUN poetry config installer.max-workers 10
19
  RUN poetry install --with ui
20
 
 
 
21
  FROM base as app
22
 
23
  ENV PYTHONUNBUFFERED=1
 
18
  RUN poetry config installer.max-workers 10
19
  RUN poetry install --with ui
20
 
21
+ RUN pip install fastapi uvicorn
22
+
23
  FROM base as app
24
 
25
  ENV PYTHONUNBUFFERED=1