Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ COPY pyproject.toml poetry.lock ./
|
|
17 |
# Explicitly copy the project files before running poetry install
|
18 |
COPY pyproject.toml poetry.lock ./
|
19 |
RUN poetry config installer.max-workers 10
|
20 |
-
RUN poetry
|
21 |
RUN poetry install --extras chroma
|
22 |
RUN pip install fastapi uvicorn
|
23 |
|
|
|
17 |
# Explicitly copy the project files before running poetry install
|
18 |
COPY pyproject.toml poetry.lock ./
|
19 |
RUN poetry config installer.max-workers 10
|
20 |
+
RUN poetry lock --no-update
|
21 |
RUN poetry install --extras chroma
|
22 |
RUN pip install fastapi uvicorn
|
23 |
|