Ibraaheem commited on
Commit
aa249b7
·
1 Parent(s): 28fc0f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY pyproject.toml poetry.lock ./
17
  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
 
 
17
  COPY pyproject.toml poetry.lock ./
18
  RUN poetry config installer.max-workers 10
19
  RUN poetry install --with ui
20
+ RUN pip install fastapi uvicorn
21
 
22
  FROM base as app
23