Ibraaheem commited on
Commit
0a86e34
·
1 Parent(s): fce039d

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
  RUN pip install fastapi uvicorn
21
 
22
  FROM base as app
 
17
  COPY pyproject.toml poetry.lock ./
18
  RUN poetry config installer.max-workers 10
19
  RUN poetry install --with ui
20
+ RUN poetry install --extras chroma
21
  RUN pip install fastapi uvicorn
22
 
23
  FROM base as app