Ibraaheem commited on
Commit
04cbfc2
·
1 Parent(s): 1c5edad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 install --with ui
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