Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|